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
cat /var/log/tomcat7/localhost.(...).log
INFO: Initializing Spring FrameworkServlet 'contrast-finder' (...)
SEVERE: Servlet.service() for servlet [contrast-finder] in context with path [/contrast-finder]
threw exception [Handler dispatch failed; nested exception is java.lang.UnsupportedClassVersionError:
org/apache/commons/lang3/StringUtils : Unsupported major.minor version 52.0
(unable to load class org.apache.commons.lang3.StringUtils)] with root cause
java.lang.UnsupportedClassVersionError: org/apache/commons/lang3/StringUtils :
Unsupported major.minor version 52.0 (unable to load class org.apache.commons.lang3.StringUtils)
Observed behaviour
outdated dependency : commons-lang3
Expected behaviour
previous: #180
The text was updated successfully, but these errors were encountered: