Re: When TomEE will support µProfile 4.x and 5.x ?

2022-01-31 Thread Jean-Louis Monteiro
Hi François, It's up to the community and to whoever can work on it. I'd be happy to see such support. I am working on Jakarta EE 9 and 10 at the moment. -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Mon, Jan 31, 2022 at 9:30 AM COURTAULT Francois wrote:

When TomEE will support µProfile 4.x and 5.x ?

2022-01-31 Thread COURTAULT Francois
Hello, Is there a TomEE roadmap which include µProfile 4.x or 5.x specifications ? We are still stuck with µProfile 2.x :( Best Regards.

Re: Do instance variables set in @PostConstruct need volatile?

2022-01-31 Thread Jean-Louis Monteiro
Not sure I get all of it, but in essence the container maintains a pool of Stateless instances. Whenever you do an invocation on a Stateless bean, the container borrows an instance out of the pool. If no instance is available, the container can lazily create a one-time usage bean, or wait until an