-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Make javax.ws.rs.ApplicationPath a bean defining annotation #1880
Comments
In fact, we should probably make the |
mkouba
added a commit
to mkouba/quarkus
that referenced
this issue
Apr 8, 2019
mkouba
added a commit
to mkouba/quarkus
that referenced
this issue
Apr 8, 2019
mkouba
added a commit
to mkouba/quarkus
that referenced
this issue
Apr 9, 2019
- Providers are unremovable beans - a Provider with an injection point is Singleton - resolves quarkusio#1880
mkouba
added a commit
to mkouba/quarkus
that referenced
this issue
Apr 9, 2019
- Providers are unremovable beans - a Provider with an injection point is Singleton - resolves quarkusio#1880
mkouba
added a commit
to mkouba/quarkus
that referenced
this issue
Apr 9, 2019
- Providers are unremovable beans - a Provider with an injection point is Singleton - resolves quarkusio#1880
mkouba
added a commit
to mkouba/quarkus
that referenced
this issue
Apr 9, 2019
- Providers are unremovable beans - a Provider with an injection point is Singleton - resolves quarkusio#1880
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not quite sure wheter it will be of any use but it would comply with JAX-RS spec requirements.
The corresponding
BeanDefiningAnnotationBuildItem
should be unremovable (default) and have the default scope:@Singleton
or@ApplicationScoped
.The text was updated successfully, but these errors were encountered: