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 44dfb2e61e8132a06c3b22edf90d62235ca9418b
Author: Andriy Redko <[email protected]>
AuthorDate: Sat May 10 13:22:32 2025 -0400

    Fix cxf-services-wsn-core test cases for JDK-24 (Subject::getSubject)
    
    (cherry picked from commit 57aec1782dbb09ee43c70500436de57e1ef3ffea)
    (cherry picked from commit 04c9250e639860388d31fa7aae07cf529d78fe21)
---
 services/wsn/wsn-core/pom.xml                               | 2 +-
 services/wsn/wsn-core/src/test/resources/logging.properties | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/services/wsn/wsn-core/pom.xml b/services/wsn/wsn-core/pom.xml
index 9e3e97ef37..68e71cd2b6 100644
--- a/services/wsn/wsn-core/pom.xml
+++ b/services/wsn/wsn-core/pom.xml
@@ -165,7 +165,7 @@
         <profile>
             <id>jdk23</id>
             <activation>
-                <jdk>[23,)</jdk>
+                <jdk>[23,24)</jdk>
             </activation>
             <build>
                 <plugins>
diff --git a/services/wsn/wsn-core/src/test/resources/logging.properties 
b/services/wsn/wsn-core/src/test/resources/logging.properties
index ffa9c0fb15..779a872c08 100644
--- a/services/wsn/wsn-core/src/test/resources/logging.properties
+++ b/services/wsn/wsn-core/src/test/resources/logging.properties
@@ -17,3 +17,5 @@ java.util.logging.ConsoleHandler.formatter = 
java.util.logging.SimpleFormatter
 
 # Set the default logging level for the logger named com.mycompany
 com.sun.xml.level = ALL
+
+org.apache.activemq.audit.base.level = SEVERE
\ No newline at end of file

Reply via email to