Branch the testbed so the WAR can be run in Java 7/8/11 and Java 11 platforms.
The testbed is currently under the Java 11 parent and is not runnable using Java 8 because dependencies like OpenSAML, java-support, etc are compiled for Java 11.
A prerequisite task is to clean up the dependencies in the POM, there are plenty of used+undeclared as well as unused+declared dependencies according to mvn dependency:analyze.
The major version of the testbed should match the IdP version :
Branch the testbed so the WAR can be run in Java 7/8/11 and Java 11 platforms.
The testbed is currently under the Java 11 parent and is not runnable using Java 8 because dependencies like OpenSAML, java-support, etc are compiled for Java 11.
A prerequisite task is to clean up the dependencies in the POM, there are plenty of used+undeclared as well as unused+declared dependencies according to
mvn dependency:analyze
.The major version of the testbed should match the IdP version :
master = 4.minor.patch
maint-3 = 3.minor.patch