Skip to content
Discussion options

You must be logged in to vote

Hi,

Not sure I understand your question: these libraries are for use by Quarkus projects alone or you plan to share them with other non-Quarkus projects?

If it's for Quarkus projects only:

  • just make them simple library jars
  • just depend on Quarkus extensions (quarkus-arc, quarkus-rest-client (or the reactive one if you're using RESTEasy Reactive), quarkus-jackson)
  • you might have to create Jandex indexes/add empty beans.xml in the jars if you have CDI beans there or other things that need to be indexed. See https://stackoverflow.com/a/55513723/5043585 for details

If you plan to share your libraries with non Quarkus projects:

  • just make them simple library jars
  • depend on the API jars/Jacks…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ivannov
Comment options

Answer selected by ivannov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants