Facing issues with equinox bundles dependencies for JSP in java11 migration #688
Unanswered
prudvirajdatti
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently we are migrating our OSGI application from Java8 to Java11 and facing dependency issues with equinox jasper dependencies. It is expecting org.apache.jasper 2.2.0 and as we could not find any latest maven dependency we tried to use org.apache.jasper.glassfish plugin downloaded from eclipse plugins site but with this we are getting other servlet implementation errors in equinox.http.helper dependency but we could not find latest dependency that uses servlet 3.0 + version. Here are the dependencies we are using
org.eclipse.equinox.http.registry_1.3.100.v20211021-1418.jar
org.eclipse.equinox.http.servlet_1.7.200.v20211021-1418.jar
org.eclipse.equinox.jsp.jasper_1.1.600.v20211021-1418.jar
org.eclipse.equinox.jsp.jasper.registry_1.2.100.v20211021-1418.jar
org.eclipse.equinox.http.helper_1.0.1.jar
Could someone please suggest if there is latest implementation of http.helper that we could make use of
Beta Was this translation helpful? Give feedback.
All reactions