jungm opened a new pull request, #1232: URL: https://github.com/apache/tomee/pull/1232
Resolves [TOMEE-4354](https://issues.apache.org/jira/browse/TOMEE-4354) Makes the following configuration work again on TomEE 10 (note that Context is omitted): ``` <Resource id="Mes" type="ManagedExecutorService"> Core = 5 Max = 25 KeepAlive = 5 s Queue = 15 ThreadFactory = org.apache.openejb.threads.impl.ManagedThreadFactoryImpl Lazy = true </Resource> ``` Also ensures that §3.1.4.3, §3.2.4.3, §3.4.4.3 and §3.3.4.3 of [Concurrency 3.0 spec](https://jakarta.ee/specifications/concurrency/3.0/jakarta-concurrency-spec-3.0) are fulfilled -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@tomee.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org