Petr Aubrecht

Results 16 comments of Petr Aubrecht

Hi @pdurbin, if you want to try it yourself, compiling Payara Community is quite simple: https://docs.payara.fish/community/docs/General%20Info/Build%20Instructions.html Short answer: ``` JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 mvn clean install -T 16 -PQuickBuild -DskipTests ```

@njr-11 The question is not, if the ManagedThreadFactory should be created every time it is looked up from JNDI. We don't do, but it isn't the key point. The context...

I added tests with injected MES: https://github.com/jakartaee/concurrency/pull/423 So the question is: if the thread context is captured when picked up from JNDI -- what is the supposed context? Beginning of...

I still see a big misunderstanding, what "context" means. I think, that the spec talks about **JNDI context**! Therefor it influences, how "java:comp/..." or "java:app/..." are evaluated. The spec makes...

@njr-11 I agree. I didn't prepare the samples for discussion soon enough :-( Let's keep the current status and return to this discussion later.

I absolutely support the idea of automated start of the `@Asynchronous` method! Is there any reason to use one interface for 3 different settings? We use the `@Scheduled` for cron,...