rmannibucau commented on PR #1232: URL: https://github.com/apache/tomee/pull/1232#issuecomment-2208854388
@jungm I'd avoid global bindings whenever possible (there are no more useful in 90% of the apps since JNDI got superseeded by annotation based injections - EE 5). For your good point about having a "bunch" (we speak about ~10 max in real life? ;)), maybe just do a lazy old style singleton in `ContextServiceImpl` -> `ContextServiceImpl.getOrCreateDefaultInstance()` ? -- 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