From 0a259c2594f613d7031f72ffc0933893fd71091e Mon Sep 17 00:00:00 2001 From: Jonas Hecht Date: Fri, 4 Sep 2020 14:49:08 +0200 Subject: [PATCH] New dev version, also using newest released version in examples and docs. Also fixed javadoc issues and removed deprecated Sonatype oss-parent. --- README.md | 4 ++-- .../cxf-boot-simple-client/pom.xml | 4 ++-- cxf-spring-boot-starter-samples/cxf-boot-simple/pom.xml | 4 ++-- cxf-spring-boot-starter-samples/pom.xml | 2 +- cxf-spring-boot-starter/pom.xml | 4 ++-- .../cxf/configuration/CxfAutoConfiguration.java | 8 ++++---- pom.xml | 8 ++------ 7 files changed, 15 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 18e713e..4845a47 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ The following documentation tries to get you started fast. There are also sample de.codecentric cxf-spring-boot-starter - 2.2.1.RELEASE + 2.3.0.RELEASE ``` @@ -59,7 +59,7 @@ The following documentation tries to get you started fast. There are also sample de.codecentric cxf-spring-boot-starter-maven-plugin - 2.1.7.RELEASE + 2.3.0.RELEASE diff --git a/cxf-spring-boot-starter-samples/cxf-boot-simple-client/pom.xml b/cxf-spring-boot-starter-samples/cxf-boot-simple-client/pom.xml index d878377..3e2cbd2 100644 --- a/cxf-spring-boot-starter-samples/cxf-boot-simple-client/pom.xml +++ b/cxf-spring-boot-starter-samples/cxf-boot-simple-client/pom.xml @@ -27,7 +27,7 @@ de.codecentric cxf-spring-boot-starter - 2.2.1.RELEASE + 2.3.0.RELEASE org.springframework.boot @@ -65,7 +65,7 @@ de.codecentric cxf-spring-boot-starter-maven-plugin - 2.1.7.RELEASE + 2.3.0.RELEASE diff --git a/cxf-spring-boot-starter-samples/cxf-boot-simple/pom.xml b/cxf-spring-boot-starter-samples/cxf-boot-simple/pom.xml index 205b91b..49ae83b 100644 --- a/cxf-spring-boot-starter-samples/cxf-boot-simple/pom.xml +++ b/cxf-spring-boot-starter-samples/cxf-boot-simple/pom.xml @@ -26,7 +26,7 @@ de.codecentric cxf-spring-boot-starter - 2.2.1.RELEASE + 2.3.0.RELEASE org.springframework.boot @@ -48,7 +48,7 @@ de.codecentric cxf-spring-boot-starter-maven-plugin - 2.1.7.RELEASE + 2.3.0.RELEASE diff --git a/cxf-spring-boot-starter-samples/pom.xml b/cxf-spring-boot-starter-samples/pom.xml index 6e01fb8..53d48fd 100644 --- a/cxf-spring-boot-starter-samples/pom.xml +++ b/cxf-spring-boot-starter-samples/pom.xml @@ -4,7 +4,7 @@ de.codecentric cxf-spring-boot-starter-reactor - 2.2.2-SNAPSHOT + 2.3.1-SNAPSHOT cxf-spring-boot-starter-samples diff --git a/cxf-spring-boot-starter/pom.xml b/cxf-spring-boot-starter/pom.xml index 1368505..3cb51dc 100644 --- a/cxf-spring-boot-starter/pom.xml +++ b/cxf-spring-boot-starter/pom.xml @@ -4,7 +4,7 @@ de.codecentric cxf-spring-boot-starter-reactor - 2.2.2-SNAPSHOT + 2.3.1-SNAPSHOT cxf-spring-boot-starter Boot starter for SOAP-Webservices with Apache CXF using JAX-WS & JAXB with Annotations only @@ -19,7 +19,7 @@ 2.3.3.RELEASE - 2.1.7.RELEASE + 2.3.0.RELEASE 3.4.0 1.2.2 diff --git a/cxf-spring-boot-starter/src/main/java/de/codecentric/cxf/configuration/CxfAutoConfiguration.java b/cxf-spring-boot-starter/src/main/java/de/codecentric/cxf/configuration/CxfAutoConfiguration.java index 78a7afc..32fc55e 100644 --- a/cxf-spring-boot-starter/src/main/java/de/codecentric/cxf/configuration/CxfAutoConfiguration.java +++ b/cxf-spring-boot-starter/src/main/java/de/codecentric/cxf/configuration/CxfAutoConfiguration.java @@ -73,13 +73,13 @@ public void setUp() throws BootStarterCxfException { * But when in client mode, this isn´t always wanted (e.g. when you are in Client * only mode and just want to test or call some SOAP services, but not provide * services on your own. - *

- * Because there is (& sadly will be) no @ConditionalOnMissingProperty in Spring Boot + *

+ * Because there is (& sadly will be) no @ConditionalOnMissingProperty in Spring Boot * (https://github.com/spring-projects/spring-boot/issues/4938), we need to use a workaround: - *

+ *

* If endpoint.autoinit is NOT set, Endpoint autoinitialization will run. * If endpoint.autoinit is set to some other value than false, autoinitialization will also run. - *

+ *

* Only if endpoint.autoinit = false, the autoinitialization isn´t running. */ @Bean diff --git a/pom.xml b/pom.xml index 70e1b36..48a2473 100644 --- a/pom.xml +++ b/pom.xml @@ -1,14 +1,10 @@ 4.0.0 - - org.sonatype.oss - oss-parent - 7 - de.codecentric cxf-spring-boot-starter-reactor - 2.2.2-SNAPSHOT + cxf-spring-boot-starter-reactor + 2.3.1-SNAPSHOT Reactor Maven project for the cxf-spring-boot-starter pom