Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated dependency: commons-lang3 (3.9 instead of 3.8.1) #213

Closed
dzc34 opened this issue Apr 22, 2019 · 2 comments
Closed

Outdated dependency: commons-lang3 (3.9 instead of 3.8.1) #213

dzc34 opened this issue Apr 22, 2019 · 2 comments

Comments

@dzc34
Copy link
Member

dzc34 commented Apr 22, 2019

Observed behaviour

outdated dependency : commons-lang3

Expected behaviour


previous: #180

@dzc34 dzc34 added this to the v0.9.5 milestone Apr 22, 2019
@dzc34 dzc34 self-assigned this Apr 22, 2019
@dzc34
Copy link
Member Author

dzc34 commented Apr 22, 2019

Fail for Ubuntu 14.04 / Tomcat 7 / JDK7

 ./docker/build_and_run-with-docker.sh  -l  --source-dir $(pwd) --docker-dir docker/SNAPSHOT-local/distrib/ubuntu-14.04_tomcat-7 --log-build
docker exec -ti contrast.finder /bin/bash

cat /var/log/tomcat7/localhost_access_log.(...).txt
   (...) "GET /contrast-finder/ HTTP/1.1" 500 
   (...) "GET /contrast-finder/ HTTP/1.1" 500 

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)

@dzc34
Copy link
Member Author

dzc34 commented May 24, 2020

closed by #259

@dzc34 dzc34 closed this as completed May 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant