-
Notifications
You must be signed in to change notification settings - Fork 356
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
Change Request: opening API for BundleSchemeResourceFinderFactory.SCHEMES class attribute #5820
Comments
What Jersey are you on? |
Jersey 3.1.9 |
Note this request applies to Jersey 4 branch as well. Thank you! |
Any update? |
I would assume the comment was meant as the place for an extension. Would it suit your use-case? |
Thank you for your follow-up. It seems elegant. Now we have to assess if that will not lead to a dependency dead-end. Explanation: It implies that my bundle will have to provide a custom Note that you can still do all the proposals, i.e.
|
Could you please open the implementation of the attribute
SCHEMES
of the classorg.glassfish.jersey.server.internal.scanning.BundleSchemeResourceFinderFactory
to allow runtime modifications, e.g.So library users can programmatically add other schemes, e.g.
A use case is for the Eclipse plugins, that are OSGi bundles, were the scheme can be
bundleentry
as well.Otherwise, could you please at least add
bundleentry
to the Set, e.g.The text was updated successfully, but these errors were encountered: