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
We have enforced JDK 11 now, and tomcat:7.0.75-jre8 is widely used in Dockerfile in integration tests. The container starts with JDK8 but will try to load the tests servlets compiled in JDK 11 which will lead to container error:
Hi @gaol - similar to #1303 and the related #1306 - this issue could be fixed already by #1317, which takes into account latest changes, and also brings fixes and updates which are all relevant to resume proper Docker integration tests.
I took inspiration from your comments and assigned myself to the issues as well.
Issue Overview
We have enforced
JDK 11
now, andtomcat:7.0.75-jre8
is widely used in Dockerfile in integration tests. The container starts with JDK8 but will try to load the tests servlets compiled in JDK 11 which will lead to container error:So we need to
Expected Behaviour
No test failures
Current Behaviour
Test fail with exceptions:
Steps To Reproduce
Additional Information
The text was updated successfully, but these errors were encountered: