tandraschko commented on PR #1103:
URL: https://github.com/apache/tomee/pull/1103#issuecomment-1898495189

   @jgallimore there are currently 2 tests failing, could you check it?
   
   https://ci-builds.apache.org/job/Tomee/job/pull-request-manual/65/
   
   CustomInjectionTest defines a ManagedExecutorService
   `.property("concurrent/es", "new://Resource?type=ManagedExecutorService")`
   
   and tests the injection, which is null:
   ```
       @Resource(name = "concurrent/es")
       private ManagedExecutorService es;
   ```


-- 
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

Reply via email to