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
The following commit(s) were added to refs/heads/3.6.x-fixes by this push:
new e14565e934 Fix cxf-rt-transports-jms test cases
(-Djava.security.manager=allow)
e14565e934 is described below
commit e14565e934a1839eecf22b81fbd451d9873aafc6
Author: Andriy Redko <[email protected]>
AuthorDate: Wed May 14 19:03:49 2025 -0400
Fix cxf-rt-transports-jms test cases (-Djava.security.manager=allow)
---
rt/transports/jms/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rt/transports/jms/pom.xml b/rt/transports/jms/pom.xml
index ae86d45c60..2855e290ba 100644
--- a/rt/transports/jms/pom.xml
+++ b/rt/transports/jms/pom.xml
@@ -183,7 +183,7 @@
<profile>
<id>jdk23</id>
<activation>
- <jdk>[23,)</jdk>
+ <jdk>[23,24)</jdk>
</activation>
<build>
<plugins>