Quarkus native build failes with: UnresolvedElementException: Discovered unresolved type during parsing: org.glassfish.jersey.internal.OsgiRegistry. This error is reported at image build time because class org.glassfish.jersey.internal.l10n.Localizer is registered for linking at image build time #37057
Replies: 2 comments 3 replies
-
Someone, please help |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you want to build native executables, don't go wild and use the Quarkus extensions. Jersey is definitely not supported in Quarkus. You have RESTEasy Reactive and the associated REST Client to handle everything that Jersey does. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I've trying to build https://github.com/Hubbitus/alertmanager-jira as native app:
Honestly, I have a little experience with native compilation (this is just a second service).
Could you please help me how to deal with it?
Application run just fine in JVM mode.
P.S. First asked in zullip chat.
Beta Was this translation helpful? Give feedback.
All reactions