-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot deploy MicroProfile applications in GlassFish 8 #25269
Comments
If the debugging mode is enabled (
The above message implies version mismatch of Jakarta Annotation.
Is it possible to coexist Jakarta Annotation API 2.x and 3.x? |
As the only thing changed in the Annotations API was removing ManagedBean annotation and MicroProfile doesn't use this annotation, it should be fine to relax the OSGi version and accept also 3.0.0 version in Rest Client. This could be done either in the Jersey project directly, or GlassFish could repackage the Jersey dependency and modify the OSGi manifest. |
Got a similar issue when I was trying to use MP Config. Glassfish 8.0.0 M9 announced it supports MP Config and MP JWT auth(not tried yet). See: #25298 |
Please can support with video tutorials because we some problems as above? And doesn't we have any video tutorials explain micro profile with glassfish |
Hi, @JamalYounes, the problems described above are only with GlassFish 8, which is still a work in progress. if you want some video tutorials, training, or help with fixing your issues, please contact us at https://omnifish.ee/contact-us/ |
Environment Details
Problem Description
Deployment of MicroProfile applications fails due to resolution errors of MicroProfile-related OSGi bundles.
Steps to reproduce
Deploy an application that uses MicroProfile.
Impact of Issue
GlassFish users cannot enjoy MicroProfile features.
Notes
Deploying an application that does not use MicroProfile but CDI also triggers related warning messages:
The text was updated successfully, but these errors were encountered: