concurrency icon indicating copy to clipboard operation
concurrency copied to clipboard

[Release]: 3.0.4 service release

Open KyleAure opened this issue 1 year ago • 0 comments

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

  • [ ] TCK Managed Thread Factory APITests, possible for task to complete before interrupt is issued
    • Fixed in 3.1 with commit: https://github.com/jakartaee/concurrency/blob/891040463fe1fade237948d1fe5cfd42ecc5b5a7/tck/src/main/java/ee/jakarta/tck/concurrent/spec/ManagedThreadFactory/apitests/APITests.java#L66
    • Ensures task waits to be interrupted
  • [ ] https://github.com/jakartaee/concurrency/pull/393

Check List

Prepare

  • [X] Open this issue.
  • [ ] Complete outstanding work
  • [ ] (Update TCK Signatures to capture API changes)[https://github.com/jakartaee/concurrency/actions/workflows/release.yml]

Stage release

Verify and modify

  • [ ] Ask for feedback from the community to verify the staged artifact has all the expected changes.
  • [ ] If anything needs to be added before publishing do that now and repeat the Stage Release section

Publish release

Follow up

KyleAure avatar Nov 09 '23 22:11 KyleAure