ppkarwasz opened a new pull request, #545:
URL: https://github.com/apache/tomcat/pull/545
This provides an alternative solution to the `LoggerThread` problems
described in #544.
It replaces `LoggerThread` with a single-threaded `ExecutorService` almost
identical to the one used by `F
aooohan commented on code in PR #33:
URL:
https://github.com/apache/tomcat-jakartaee-migration/pull/33#discussion_r950782169
##
src/test/java/org/apache/tomcat/jakartaee/ManifestConverterTest.java:
##
@@ -0,0 +1,16 @@
+package org.apache.tomcat.jakartaee;
+
+import static org.j