Skip to content
Success

Changes

Summary

  1. [maven-release-plugin] prepare release 4.1-RC1 (details)
  2. [maven-release-plugin] prepare for next development iteration (details)
  3. Make config disabled tests use `AsyncTaskManager` (#633) (details)
  4. Fix broken link in spec (#635) (details)
Commit a8d61e3fc474a28341bba06688155692ef847e13 by Microprofile Bot
[maven-release-plugin] prepare release 4.1-RC1
The file was modified spec/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified api/pom.xml (diff)
The file was modified tck/pom.xml (diff)
Commit 3543ebcc367a89adcba04351c55ffc9360a0cbaf by Microprofile Bot
[maven-release-plugin] prepare for next development iteration
The file was modified tck/pom.xml (diff)
The file was modified api/pom.xml (diff)
The file was modified spec/pom.xml (diff)
The file was modified pom.xml (diff)
Commit 48c90e7896fb82cc46ff6db84fa6e8a87e21e8d4 by noreply
Make config disabled tests use `AsyncTaskManager` (#633)

* Make config disabled tests use AsyncTaskManager

Previously these tests were using a fixed thread pool executor which
will create unmanaged threads on a Jakarta EE server.

* Release doc for removal of TCK unmanaged threads
The file was modified spec/src/main/asciidoc/release_notes.asciidoc (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/fault/tolerance/tck/disableEnv/DisableAnnotationGloballyTest.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/fault/tolerance/tck/disableEnv/DisableAnnotationGloballyEnableOnClassTest.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/fault/tolerance/tck/disableEnv/DisableFTEnableOnMethodTest.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/fault/tolerance/tck/disableEnv/DisableAnnotationOnClassEnableOnMethodTest.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/fault/tolerance/tck/disableEnv/DisableAnnotationGloballyEnableOnMethodTest.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/fault/tolerance/tck/disableEnv/DisableAnnotationOnMethodsTest.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/fault/tolerance/tck/disableEnv/DisableFTEnableOnClassTest.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/fault/tolerance/tck/disableEnv/DisableAnnotationOnClassTest.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/fault/tolerance/tck/disableEnv/DisableAnnotationClient.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/fault/tolerance/tck/disableEnv/DisableAnnotationGloballyEnableOnClassDisableOnMethod.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/fault/tolerance/tck/disableEnv/DisableFTEnableGloballyTest.java (diff)
Commit 38b12f61ae6d8da37128ab9a1cd7d8a3b842dfdf by noreply
Fix broken link in spec (#635)

* Fail build for internal broken links

* Fix broken link
The file was modified spec/src/main/asciidoc/release_notes.asciidoc (diff)
The file was modified spec/pom.xml (diff)