You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org.eclipse.equinox.jsp.jasper bundle requires EL RI Import-Package: com.sun.el;version="3.0.0"
This requirement should be removed or at least set as optionnal as org.apache.jasper has it owns EL implementation (org.apache.el), not com.sun.el anymore
The text was updated successfully, but these errors were encountered:
If I recall correctly this was needed to actually make the JSP help pages work with the versions of all that stuff actually being used. Help getting it working with newer dependency would be much appreciated; it's a challenge though...
But since the bundle requires jasper in version 9 org.apache.jasper.servlet;version="[9,10)"
jasper is not using el ri anymore (com.sun.el) but org.apache.el
I have tested an app with following dependencies to satisfy org.apache.jasper.servlet import
org.eclipse.equinox.jsp.jasper bundle requires EL RI
Import-Package: com.sun.el;version="3.0.0"
This requirement should be removed or at least set as optionnal as org.apache.jasper has it owns EL implementation (org.apache.el), not com.sun.el anymore
The text was updated successfully, but these errors were encountered: