org.glassfish.hk2.api.UnsatisfiedDependencyException : There was no object available in __HK2_Generated_0 for injection at SystemInjecteeImpl
I have been trying to resolve this issue for a while but didn’t get any success from the internet. Am using a simple JAXRS based java application uses javax and running fine when deployed with jetty10. I want to migrate to jetty11, since jetty11 uses jakarta i have used eclipse transformer to transform javax.* to jakarta.* How can we configure this with jersey 3.x? Thanks in advance.