concurrency icon indicating copy to clipboard operation
concurrency copied to clipboard

Eclipse Project for Concurrency Utilities

Results 52 concurrency issues
Sort by recently updated
recently updated
newest added

The spec currently lists configuration attributes for MES, MSES, ContextService and ManagedThreadFactory. However they are only examples and are not mandatory. We should remove example configuration attributes and consider standardizing...

Priority: Major
Type: Improvement

Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.3.0 to 3.4.0. Release notes Sourced from org.apache.maven.plugins:maven-jar-plugin's releases. 3.4.0 πŸš€ New features and improvements [MJAR-296] - Allow including files excluded by default. (#67) @​redzi [MJAR-302] -...

dependencies
bot

Bumps org.apache.maven.scm:maven-scm-provider-gitexe from 2.0.1 to 2.1.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.scm:maven-scm-provider-gitexe&package-manager=maven&previous-version=2.0.1&new-version=2.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
bot

### Proposal Let's start a plan for the 3.1.0 GA release! πŸŽ‰ ### Outstanding work - [x] https://github.com/jakartaee/concurrency/pull/473 ### Check List #### Prepare - [X] Open this issue. - [x]...

release

### Proposal If we were to create a 3.0.4 service release I wanted an issue open to track changes we would want to put in ### Outstanding work - [...

### Specification https://jakarta.ee/specifications/platform/10/jakarta-platform-spec-10.0#changes-in-jakarta-ee-10 only JDK11/17 are required but the intension is to support passing the TCKs on newer Java SE versions if possible (e.g. as long as needed technologies are...

challenge

For addressing the https://github.com/jakartaee/concurrency/issues/392 challenge if that is accepted. This change is equivalent to https://github.com/jakartaee/platform-tck/pull/1206. I locally tested the https://github.com/jakartaee/platform-tck/pull/1206 change but have not yet tested this pull request. I...

The API build depends on this plugin: https://github.com/jakartaee/concurrency/blob/d24bd4020dae60bbe05c60ee355b039a2a596350/api/pom.xml#L74-L94 Which currently fails our release build when attempting to create a release with the tag 3.1.0-M1 Due to this known issue: https://github.com/eclipse-ee4j/glassfish-spec-version-maven-plugin/issues/14...

build
certification

[Structured Concurrency](https://openjdk.org/jeps/437) has been in incubation in Java 19 and 20 and might be part of Java 21, in which case the Concurrency specification should address how it pertains to...

enhancement