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
Not good, but I'm not sure what we should be aiming for. Tomcat 7 is still Java6, so that keeps Hydra supporting Java6 at least. (http://tomcat.apache.org/whichversion.html)
Webjars appear to be using a feature that is missing from Servlet 2.x, so I doubt it's possible to port. If we want to support Tomcat 6 we probably have to use a different solution for the JS resources.
I think the problem is that webjars requires at least version 3.0 of Java Servlet, Tomcat 6 uses version 2.5.
The text was updated successfully, but these errors were encountered: