concurrency
concurrency copied to clipboard
Eclipse Project for Concurrency Utilities
We have moved to Java SE 11 since Jakarta EE 10, we should consider more new APIs in specs provided in the new Java SE to modernize our Jakarta EE...
This annotation would invoke the annotated method using the ManagedScheduledExecutor schedule, scheduleAtFixedRate or scheduleAtFixed delay methods depending on configuration. Name could be added as a parameter to the annotation to...
Specification: [Jakarta Concurrency 3.0.0](https://github.com/jakartaee/concurrency/) Challenged test(s): [ee.jakarta.tck.concurrent.spec.ManagedScheduledExecutorService.inheritedapi.InheritedAPITests#testApiScheduleAtFixedRate](https://github.com/jakartaee/concurrency/blob/d1a608c33bcb97eede0c7c445ae101ea0d5747a3/tck/src/main/java/ee/jakarta/tck/concurrent/spec/ManagedScheduledExecutorService/inheritedapi/InheritedAPITests.java#L120) [ee.jakarta.tck.concurrent.spec.ManagedScheduledExecutorService.inheritedapi.InheritedAPITests#testApiScheduleWithFixedDelay](https://github.com/jakartaee/concurrency/blob/d1a608c33bcb97eede0c7c445ae101ea0d5747a3/tck/src/main/java/ee/jakarta/tck/concurrent/spec/ManagedScheduledExecutorService/inheritedapi/InheritedAPITests.java#L132) TCK version: 3.0.1 Tested implementation: [WildFly 27.0.0.Alpha4-SNAPSHOT (branch)](https://github.com/wildfly/wildfly/tree/f456446cf14f94df6a6595c737e4081f8c125bfc) Description Both tests lookup and use an EJB to count task runs, yet such...
We are seeing the following TCK test fail intermittently (extremely infrequently - just 3 times since we automated running of the TCK several months ago) ee.jakarta.tck.concurrent.api.LastExecution.LastExecutionTests.lastExecutionGetRunningTimeTest which intermittently fails claiming...
Addresses #244 Signed-off-by: Scott M Stark
In the tests, ContextB's APPLICATION is tested to be cleared. This PR changes it from unchanged to cleared and enables all related challenged tests.
**Specification:** [Jakarta Concurrency 3.0.0](https://github.com/jakartaee/concurrency/) **Challenged test(s):** [ee.jakarta.tck.concurrent.spec.ContextService.contextPropagate.ContextPropagationTests#testContextualFunction](https://github.com/jakartaee/concurrency/blob/e192507d0836f1ef33fb290c29f81502a8af15a4/tck/src/main/java/ee/jakarta/tck/concurrent/spec/ContextService/contextPropagate/ContextPropagationTests.java#L264) **TCK version:** 3.0.1 **Tested implementation:** [Payara 6 (branch)](https://github.com/payara/Payara/tree/Payara6) **Description** Similar situation to https://github.com/jakartaee/concurrency/issues/224, the test should set APPLICATION to be cleared, but it...
The Current concurrency specification is largely based on work from 2002~2004, which was left dormant for well over a decade and then "suddenly" revived where it found itself in a...
Hi, as noted yesterday in the Jakarta EE Platform call, I am creating this issue regarding findings in the jQA dependency analysis we should fix - at least some of...