Results 9 comments of Jonathan C

This occurs on every deployment on Payara.

it occurs when a new mail session is initialised, and this happens on both GlassFish and Payara (not every deployment, just ones using Mail)

@nimo23 See https://github.com/eclipse-ee4j/ee4j/issues/1 for the debate on naming. Open EE was considered and ultimately rejected in favour of Jakarta EE.

I think this project should become a CDI implementation, in my view that is what version 3 should be.

This is an API change, as the Javadocs for ServiceHandle says on the class level ``` This service handle can be used to get a specific instance of a service,...

OSGi tests use pax-exam plugin which has not been jakartafied and thus does not work.

If you want to stop it showing the messages you can set in your logger settings org.glassfish.jersey.internal.inject.Providers=SEVERE to stop it appearing

@hypnoce I think the community is waiting on Oracle for the Jersey to be handed over to the Eclipse Foundation, at that point I expect work on it to resume...

I found I was able to fix this by changing jmockit.version to 1.24 in the parent pom.xml