Closed caalador closed 2 years ago
The test running is might be more problematic as pluto comes with Tomcat8, but I guess Tomcat9 is jkd11 compatible?
Not sure that upgrading to Tomcat9 will solve the issue with jaxb, since in JDK 11 jaxa.xml.bind
module has been removed, if I rememeber correctly, and I'm not sure that tomcat brings the jars on its own .
TomEE may work, but I don't know if it is an easy stuff to deploy Pluto on a different container.
As a really dirty alternative, we can copy needed dependency with maven-dependency-plugin
into target/pluto-x.y.z/lib/
after unpacking the bundle, in autosetup
profile.
Project can now be built with jdk11