[GitHub] [tomcat] ppkarwasz opened a new pull request, #545: Replace `LoggerThread` with single-threaded executor

2022-08-20 Thread GitBox
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

[GitHub] [tomcat-jakartaee-migration] aooohan commented on a diff in pull request #33: fixes #32 check if file name ends with manifest name

2022-08-20 Thread GitBox
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