This is an automated email from the ASF dual-hosted git repository.
deki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/master by this push:
new a1559f8 Karaf 4.2.2 has been released (remove -SNAPSHOT)
a1559f8 is described below
commit a1559f898885138592ad7104d2c32e7f61b06211
Author: Dennis Kieselhorst <[email protected]>
AuthorDate: Thu Dec 20 14:02:12 2018 +0100
Karaf 4.2.2 has been released (remove -SNAPSHOT)
---
.../test/java/org/apache/cxf/osgi/itests/CXFOSGiTestSupport.java | 4 ++--
parent/pom.xml | 2 +-
.../org/apache/cxf/systest/sts/itests/BasicSTSIntegrationTest.java | 4 ++--
.../test/java/org/apache/cxf/xkms/itests/BasicIntegrationTest.java | 6 +++---
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git
a/osgi/itests/src/test/java/org/apache/cxf/osgi/itests/CXFOSGiTestSupport.java
b/osgi/itests/src/test/java/org/apache/cxf/osgi/itests/CXFOSGiTestSupport.java
index cc8c7f8..4224671 100644
---
a/osgi/itests/src/test/java/org/apache/cxf/osgi/itests/CXFOSGiTestSupport.java
+++
b/osgi/itests/src/test/java/org/apache/cxf/osgi/itests/CXFOSGiTestSupport.java
@@ -114,10 +114,10 @@ public class CXFOSGiTestSupport {
+
"org.apache.karaf.specs.locator=java.xml,ALL-UNNAMED"),
new VMOption("--patch-module"),
new
VMOption("java.base=lib/endorsed/org.apache.karaf.specs.locator-"
- + System.getProperty("karaf.version",
"4.2.2-SNAPSHOT") + ".jar"),
+ + System.getProperty("karaf.version", "4.2.2") +
".jar"),
new VMOption("--patch-module"),
new
VMOption("java.xml=lib/endorsed/org.apache.karaf.specs.java.xml-"
- + System.getProperty("karaf.version",
"4.2.2-SNAPSHOT") + ".jar"),
+ + System.getProperty("karaf.version", "4.2.2") +
".jar"),
new VMOption("--add-opens"),
new
VMOption("java.base/java.security=ALL-UNNAMED"),
new VMOption("--add-opens"),
diff --git a/parent/pom.xml b/parent/pom.xml
index 66eec6d..b818869 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -196,7 +196,7 @@
<cxf.aries.parser.version>1.3.1</cxf.aries.parser.version>
<cxf.aries.version.range>[1.0,2)</cxf.aries.version.range>
<cxf.osgi.version>5.0.0</cxf.osgi.version>
- <cxf.karaf.version>4.2.2-SNAPSHOT</cxf.karaf.version>
+ <cxf.karaf.version>4.2.2</cxf.karaf.version>
<cxf.pax.logging.version>1.6.0</cxf.pax.logging.version>
<cxf.pax.exam.version>4.13.1</cxf.pax.exam.version>
<cxf.felix.configadmin.version>1.2.4</cxf.felix.configadmin.version>
diff --git
a/services/sts/systests/sts-itests/src/test/java/org/apache/cxf/systest/sts/itests/BasicSTSIntegrationTest.java
b/services/sts/systests/sts-itests/src/test/java/org/apache/cxf/systest/sts/itests/BasicSTSIntegrationTest.java
index 7c31747..cf841c8 100644
---
a/services/sts/systests/sts-itests/src/test/java/org/apache/cxf/systest/sts/itests/BasicSTSIntegrationTest.java
+++
b/services/sts/systests/sts-itests/src/test/java/org/apache/cxf/systest/sts/itests/BasicSTSIntegrationTest.java
@@ -85,11 +85,11 @@ public class BasicSTSIntegrationTest {
+ "org.apache.karaf.specs.locator=java.xml,ALL-UNNAMED"),
new VMOption("--patch-module"),
new
VMOption("java.base=lib/endorsed/org.apache.karaf.specs.locator-"
- + System.getProperty("karaf.version", "4.2.2-SNAPSHOT")
+ + System.getProperty("karaf.version", "4.2.2")
+ ".jar"),
new VMOption("--patch-module"),
new
VMOption("java.xml=lib/endorsed/org.apache.karaf.specs.java.xml-"
- + System.getProperty("karaf.version", "4.2.2-SNAPSHOT")
+ + System.getProperty("karaf.version", "4.2.2")
+ ".jar"),
new VMOption("--add-opens"),
new VMOption("java.base/java.security=ALL-UNNAMED"),
diff --git
a/services/xkms/xkms-itests/src/test/java/org/apache/cxf/xkms/itests/BasicIntegrationTest.java
b/services/xkms/xkms-itests/src/test/java/org/apache/cxf/xkms/itests/BasicIntegrationTest.java
index 1062bfe..d3b78c5 100644
---
a/services/xkms/xkms-itests/src/test/java/org/apache/cxf/xkms/itests/BasicIntegrationTest.java
+++
b/services/xkms/xkms-itests/src/test/java/org/apache/cxf/xkms/itests/BasicIntegrationTest.java
@@ -65,7 +65,7 @@ public class BasicIntegrationTest {
System.setProperty("BasicIntegrationTest.PORT", port);
String xkmsEndpoint = "http://localhost:" + port + "/cxf/XKMS";
- String karafVersion = System.getProperty("karaf.version",
"4.2.2-SNAPSHOT");
+ String karafVersion = System.getProperty("karaf.version", "4.2.2");
String localRepository = System.getProperty("localRepository");
MavenArtifactUrlReference karafUrl = maven() //
.groupId("org.apache.karaf") //
@@ -118,11 +118,11 @@ public class BasicIntegrationTest {
+ "org.apache.karaf.specs.locator=java.xml,ALL-UNNAMED"),
new VMOption("--patch-module"),
new
VMOption("java.base=lib/endorsed/org.apache.karaf.specs.locator-"
- + System.getProperty("karaf.version", "4.2.2-SNAPSHOT")
+ + System.getProperty("karaf.version", "4.2.2")
+ ".jar"),
new VMOption("--patch-module"),
new
VMOption("java.xml=lib/endorsed/org.apache.karaf.specs.java.xml-"
- + System.getProperty("karaf.version", "4.2.2-SNAPSHOT")
+ + System.getProperty("karaf.version", "4.2.2")
+ ".jar"),
new VMOption("--add-opens"),
new VMOption("java.base/java.security=ALL-UNNAMED"),