This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit a2ac9334ff6bc7a108211c3843eade6b235b0f93 Author: Andriy Redko <[email protected]> AuthorDate: Sun May 11 09:08:15 2025 -0400 Fix cxf-systests-jaxrs test cases for JDK-24 (Subject::getSubject) (cherry picked from commit 61de9bafba7f9bf5a3e99cc4a50429a11b32e08b) (cherry picked from commit bce14686ce7c65645a2ea75d994db539cde7e3dc) --- systests/jaxrs/src/test/resources/logging.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systests/jaxrs/src/test/resources/logging.properties b/systests/jaxrs/src/test/resources/logging.properties index b2e5a799c8..cdda57b0d5 100644 --- a/systests/jaxrs/src/test/resources/logging.properties +++ b/systests/jaxrs/src/test/resources/logging.properties @@ -72,3 +72,5 @@ java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter # For example, set the com.xyz.foo logger to only log SEVERE # messages: #com.xyz.foo.level = SEVERE + +org.apache.activemq.audit.base.level = SEVERE \ No newline at end of file
