-
Task
-
Resolution: Won't Do
-
Major
-
None
-
None
The main reason for this would be to do the build process right in one take and thus simplify installation (and CI too).
Just comparing Java code:
[rhusar@syrah container]$ find tomcat6 -name '*.java' | xargs wc -l 678 total [rhusar@syrah container]$ find tomcat7 -name '*.java' | xargs wc -l 754 total [rhusar@syrah container]$ find tomcat8 -name '*.java' | xargs wc -l 794 total [rhusar@syrah container]$ find tomcat9 -name '*.java' | xargs wc -l 1121 total [rhusar@syrah container]$ find catalina -name '*.java' | xargs wc -l 3359 total
- is duplicated by
-
MODCLUSTER-528 Re-think catalina/tomcat dependencies so as it is possible to build without tomcat7 API
- Resolved