-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
None
Problem
After promoting the version of the tomcat distro to 9.0.24, the Java External Task Client cannot be built anymore.
Solution
Align version of tomcat with platform version.
Why is the Tomcat version needed in the external task client build?
The client's integration tests use the Tomcat distribution and start it via cargo. Cargo needs the container's home path, which contains the Tomcat version.
I tried some ideas to dynamically determine the Tomcat version, but couldn't find a solution that wouldn't make the build much more complex (think ant).