-
Notifications
You must be signed in to change notification settings - Fork 355
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
ServiceFinder defaults to ServiceLookupIteratorProvider #4999
base: 3.1
Are you sure you want to change the base?
Conversation
1727419
to
ae6c34f
Compare
I am trying to fix one test that it is not related with the ServiceFinder. I cannot reproduce it locally.
|
It looks the issue is:
|
Locally it can download the dependencies and the test passes:
But in Jenkins it is not able to do so:
I am going to ignore that tests for now. It is not related to my changes. Actually in the stack trace it is possible to see that it is not related to ServiceFinder: |
Signed-off-by: Jorge Bescos Gascon <[email protected]>
This PR is a reaction to JPMS and service loading capabilities defined in module.info. The standard ServiceFinder cannot load these services. We'll check this PR once the JPMS support is brought to Jersey. See #5001. |
9d8babd
to
7465351
Compare
Signed-off-by: Jorge Bescos Gascon <[email protected]>
7465351
to
7ff1868
Compare
Issue