Skip to content
Success

Changes

Summary

  1. Make config disabled tests use `AsyncTaskManager` (#633) (details)
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 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/DisableFTEnableOnClassTest.java (diff)
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/DisableAnnotationGloballyEnableOnClassTest.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/DisableAnnotationOnMethodsTest.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/DisableAnnotationOnClassTest.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/fault/tolerance/tck/disableEnv/DisableFTEnableGloballyTest.java (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/DisableFTEnableOnMethodTest.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/fault/tolerance/tck/disableEnv/DisableAnnotationGloballyEnableOnMethodTest.java (diff)