Releases: jakartaee/concurrency
Releases · jakartaee/concurrency
3.0.4
3.1.1
What's Changed
- Removing Tests of Context Switch from Asynchronous Tests by @aubi in #497
- Update templates to include release 3.1.0 by @github-actions in #508
- Changing version to 3.1.1-SNAPSHOT - 3.1.0 was already released by @dmatej in #509
- Update TCK license by @KyleAure in #501
- TCK Distribution usability improvements by @KyleAure in #495
- Swap full > platform by @KyleAure in #504
- Update year in copyright to current year by @arjantijms in #522
- Update signature test plugin to jakarta.tck varient by @KyleAure in #523
New Contributors
Full Changelog: 3.1.0...3.1.1
3.1.0
What's Changed
- Update templates to include release 3.1.0-RC2 by @github-actions in #469
- Fix AnnotationFullTests, Make WAR File a Bean Archive by @aubi in #473
- Update license for Jakarta EE 11 by @KyleAure in #483
- Clarify test counts in TCK documentation by @KyleAure in #484
- Help automate specification project release review by @KyleAure in #477
- Update certifcation documentation by @KyleAure in #485
- AnnotationFullTests adds resource definitions with qualifiers on a CDI bean by @OndroMih in #491
- DeploymentDescriptorFull/WebTests Adds Resource Definitions with Qualifiers on a CDI Bean by @aubi in #494
New Contributors
Full Changelog: 3.1.0-RC2...3.1.0
3.1.0-RC2
3.1.0-RC1
What's Changed
- Update templates to include release 3.1.0-M2 by @github-actions in #448
- Update dependencies to Jakarta EE 11 ones by @arjantijms in #449
- Clarify scheduled asynchonous methods with return type of void by @KyleAure in #444
- Fix Tests Depending on Static Counter by Resetting Before Tests by @aubi in #456
- Add scheduled async tests by @KyleAure in #442
- Remove Dependency from Framework to Tests by @aubi in #463
- Minor fixes to Templates / CI by @KyleAure in #464
Full Changelog: 3.1.0-M2...3.1.0-RC1
3.1.0-M2
What's Changed
- Fix builds and update templates by @KyleAure in #387
- Refine
qualifier
defined via deployment descriptor and annotation attribute by @KyleAure in #397 - TCK distribution failed to include parent pom by @KyleAure in #402
- empty list value for Schedule fields is undefined by @njr-11 in #407
- document additional limitations if using virtual threads by @njr-11 in #408
- Add qualifier tests for Deployment Descriptors by @KyleAure in #411
- document scope for beans, qualifier limitations and example by @njr-11 in #417
- Add qualifier injection tests for Annotation defined resources by @KyleAure in #416
- Update specification copyright year to 2024 by @njr-11 in #418
- Update out-of-date references in spec by @njr-11 in #419
- Various grammar and formatting fixes to the specification document by @njr-11 in #421
- Finalize tck qualifer tests by @KyleAure in #422
- Fix errors with asciidoc section headers by @njr-11 in #427
- Re-enable java 17 CI builds by @mswatosh in #426
- Remove override via application.xml test by @KyleAure in #428
- Update workflows and issues by @KyleAure in #432
- API updates to support Java SE 17 by @njr-11 in #415
- TCK tests for virtual threads by @KyleAure in #425
- TCK updates for Flow by @mswatosh in #440
New Contributors
@github-actions
made their first contribution in #445
Full Changelog: 3.1.0-M1...3.1.0-M2
Jakarta Concurrency 3.1.0 Milestone 1
What's Changed
- Added
@Schedule
Annotation in #98 - Support Java 9 Flow and ReactiveStream in #257
- ManagedExecutorService and ContextService default resources as injectable CDI beans in #229
- Refactor TCK to use Junit5 in #277
- Other TCK enhancements in #269 #217 #223
Contributions
- Alternative fix for #244 by @starksm64 in #250
- Add suite file for web and make tck/api versions clear by @arjantijms in #259
- Update TCK for web profile by @KyleAure in #260
- Reverts the EJB CounterSingleton to @singleton by @emmartins in #262
- avoid duplicate managed executor definitions by @KyleAure in #264
- Move markdown to AsciiDoc format by @rokon12 in #266
- Update for 3.1 spec development cycle by @smillidge in #267
- ArrayIndexOutOfBoundsExeption from DST code by @njr-11 in #275
- [StepSecurity] Apply security best practices by @step-security-bot in #281
- Create verification build, and issue templates by @KyleAure in #289
- Replace TestNG with Junit5 by @KyleAure in #279
- Fix branch name in concurrency CI by @KyleAure in #291
- Schedule annotation for asynchronous methods by @njr-11 in #271
- Update signature tests for JDK 17 and 21 by @KyleAure in #288
- Update dependabot and CI build by @KyleAure in #300
- TCK: Standardize test clients and context lookups by @KyleAure in #292
- Modernize the TCK for future maintainability by @KyleAure in #309
- Standardize TCK formatting by @KyleAure in #316
- Avoid transaction race condition by @KyleAure in #326
- Refactoring CronTrigger variable names by @mswatosh in #327
- clarifications to Trigger JavaDoc by @njr-11 in #273
- Dependencies updates by @mswatosh in #339
- Correcting links to adoc format in README by @mswatosh in #340
- Adding github actions to dependabot scanning by @mswatosh in #341
- Automate TCK documentation by @KyleAure in #332
- hint to request virtual threads by @njr-11 in #349
- Remove TODOs from TCK that are invalid by @KyleAure in #352
- Invalid assertion in LastExecutionTests by @KyleAure in #351
- concurrency resources via @Inject and with qualifiers by @njr-11 in #348
- missed qualifiers in resource definition example by @njr-11 in #353
- Updating jruby dependency by @mswatosh in #361
- Concurrency project housekeeping by @KyleAure in #363
- Adding Flow Subscriber APIs to ContextService by @mswatosh in #368
- Spec updates for Flow by @mswatosh in #375
- Fix minor issues in TCK by @KyleAure in #362
- Update signature files for M1 release by @KyleAure in #379
- Avoid using hard coded versions in subprojects by @KyleAure in #381
New Contributors
- @emmartins made their first contribution in #262
- @rokon12 made their first contribution in #266
- @step-security-bot made their first contribution in #281
Full Changelog: 3.0.1...3.1.0-M1
Jakarta Concurrency 3.0.3
Jakarta Concurrency 3.0.2
What's Changed
- Alternative fix for #244 by @starksm64 in #250
- Add suite file for web and make tck/api versions clear by @arjantijms in #259
- Update TCK for web profile by @KyleAure in #260
- Reverts the EJB CounterSingleton to @singleton by @emmartins in #262
- avoid duplicate managed executor definitions by @KyleAure in #264
New Contributors
- @emmartins made their first contribution in #262
Full Changelog: 3.0.1...3.0.2
Jakarta Concurrency 3.0.1
What's Changed
- Execute unit tests in the build and fix scope for test dependencies by @pzygielo in #216
- add forgotten counter reset before tests by @aubi in #222
- FISH-6216-fixing-binding-issue-for-class-duplication by @aubi in #221
- removing duplicate EJB definition classes by @breakponchito in #218
- Fix build failure on mismatch on spec impl version by @smillidge in #230
- Add missing space between words by @pzygielo in #231
- test dependency issues fixed by @JanWesterkamp-iJUG in #235
- version of dependencies updated and CDI changed to provided by @JanWesterkamp-iJUG in #236
- Tidying poms by @arjantijms in #238
- Add module-info.java file by @arjantijms in #240
- Disable tests that are subject to Accepted TCK challenges by @smillidge in #241
- Remove unused parameter by @pzygielo in #232
- Update pom versions for TCK-DIST job by @smillidge in #242
- Fix TCK JavaDoc by @aubi in #243
- Update TCK version by @njr-11 in #251
- [246] Attempt to resolve a path for JBoss Module specific locations f… by @jamezp in #247
- Disable Challeged testContextualFunction by @aubi in #254
New Contributors
- @breakponchito made their first contribution in #218
- @JanWesterkamp-iJUG made their first contribution in #235
- @jamezp made their first contribution in #247
Full Changelog: 3.0.0...3.0.1