VYPR
Moderate severityNVD Advisory· Published Jan 16, 2020· Updated Aug 5, 2024

CVE-2019-17573

CVE-2019-17573

Description

By default, Apache CXF creates a /services page containing a listing of the available endpoint names and addresses. This webpage is vulnerable to a reflected Cross-Site Scripting (XSS) attack, which allows a malicious actor to inject javascript into the web page. Please note that the attack exploits a feature which is not typically not present in modern browsers, who remove dot segments before sending the request. However, Mobile applications may be vulnerable.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
org.apache.cxf:apache-cxfMaven
< 3.2.123.2.12
org.apache.cxf:apache-cxfMaven
>= 3.3.0, < 3.3.53.3.5
org.apache.cxf:cxfMaven
< 3.2.123.2.12
org.apache.cxf:cxfMaven
>= 3.3.0, < 3.3.53.3.5

Affected products

1
  • Range: All versions of Apache CXF prior to 3.3.5 and 3.2.12.

Patches

2
c2c912024f22

[maven-release-plugin] prepare release cxf-3.3.5

https://github.com/apache/cxfDaniel KulpJan 10, 2020via osv
289 files changed · +495 495
  • core/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • distribution/javadoc/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent</relativePath>
         </parent>
         <properties>
    
  • distribution/manifest/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent</relativePath>
         </parent>
         <properties>
    
  • distribution/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../parent</relativePath>
         </parent>
         <properties>
    
  • distribution/src/main/release/samples/aegis/pom.xml+5 5 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.version>${project.version}</cxf.version>
    @@ -88,24 +88,24 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-databinding-aegis</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <!-- The server example in here launches the embedded jetty. Not needed
                  if you deploy a WAR. -->
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>junit</groupId>
    
  • distribution/src/main/release/samples/aegis_standalone/pom.xml+2 2 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.version>${project.version}</cxf.version>
    @@ -88,7 +88,7 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-databinding-aegis</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>net.java.dev.stax-utils</groupId>
    
  • distribution/src/main/release/samples/callback/pom.xml+4 4 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.version>${project.version}</cxf.version>
    @@ -117,17 +117,17 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
         </dependencies>
     </project>
    
  • distribution/src/main/release/samples/clustering/failover_jaxws_osgi/pom.xml+4 4 modified
    @@ -26,7 +26,7 @@ under the License.
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
     
    @@ -59,19 +59,19 @@ under the License.
         	<dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-rs-client</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf.samples</groupId>
                 <artifactId>failover_server</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-features-clustering</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>
    
  • distribution/src/main/release/samples/clustering/failover_server/pom.xml+5 5 modified
    @@ -26,7 +26,7 @@ under the License.
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
     
    @@ -58,22 +58,22 @@ under the License.
              <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxrs</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
         </dependencies>
     </project>
    
  • distribution/src/main/release/samples/configuration_interceptor/pom.xml+4 4 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.version>${project.version}</cxf.version>
    @@ -118,17 +118,17 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
         </dependencies>
     </project>
    
  • distribution/src/main/release/samples/corba/bank/pom.xml+4 4 modified
    @@ -26,7 +26,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
         <properties>
    @@ -117,17 +117,17 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-bindings-corba</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-tools-common</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.springframework</groupId>
    
  • distribution/src/main/release/samples/corba/bank_ws_addressing/pom.xml+4 4 modified
    @@ -26,7 +26,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
         <properties>
    @@ -224,17 +224,17 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-bindings-corba</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-tools-common</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.springframework</groupId>
    
  • distribution/src/main/release/samples/corba/hello_world/pom.xml+4 4 modified
    @@ -26,7 +26,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
         <properties>
    @@ -269,17 +269,17 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-bindings-corba</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-tools-common</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.springframework</groupId>
    
  • distribution/src/main/release/samples/groovy_spring_support/pom.xml+1 1 modified
    @@ -26,7 +26,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
     
         <build>
    
  • distribution/src/main/release/samples/in_jvm_transport/pom.xml+5 5 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.version>${project.version}</cxf.version>
    @@ -87,23 +87,23 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <!-- Jetty is needed if you're using the CXFServlet -->
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-bindings-coloc</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
         </dependencies>
     </project>
    
  • distribution/src/main/release/samples/java_first_jaxws_factory_bean/pom.xml+4 4 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.version>${project.version}</cxf.version>
    @@ -82,18 +82,18 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <!-- Jetty is needed if you're using the CXFServlet -->
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
         </dependencies>
     </project>
    
  • distribution/src/main/release/samples/java_first_jaxws/pom.xml+1 1 modified
    @@ -26,7 +26,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.tomcat.version>8.5.47</cxf.tomcat.version>
    
  • distribution/src/main/release/samples/java_first_jms/pom.xml+3 3 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.version>${project.version}</cxf.version>
    @@ -101,12 +101,12 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-jms</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
         </dependencies>
     </project>
    
  • distribution/src/main/release/samples/java_first_pojo/pom.xml+4 4 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.version>${project.version}</cxf.version>
    @@ -82,18 +82,18 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <!-- Jetty is needed if you're using the CXFServlet -->
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
         </dependencies>
     </project>
    
  • distribution/src/main/release/samples/java_first_spring_support/pom.xml+1 1 modified
    @@ -26,7 +26,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
     
         <build>
    
  • distribution/src/main/release/samples/jax_rs/basic_https/pom.xml+1 1 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
         <profiles>
    
  • distribution/src/main/release/samples/jax_rs/basic_oidc/pom.xml+1 1 modified
    @@ -26,7 +26,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
         <properties>
    
  • distribution/src/main/release/samples/jax_rs/basic/pom.xml+4 4 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
         <properties>
    @@ -83,18 +83,18 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <!-- This dependency is needed if you're using the Jetty container -->
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxrs</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>jakarta.ws.rs</groupId>
    
  • distribution/src/main/release/samples/jax_rs/big_query/pom.xml+1 1 modified
    @@ -26,7 +26,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
         <properties>
    
  • distribution/src/main/release/samples/jax_rs/content_negotiation/pom.xml+5 5 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
         <properties>
    @@ -83,23 +83,23 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <!-- This dependency is needed if you're using the Jetty container -->
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxrs</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-rs-extension-providers</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.codehaus.jettison</groupId>
    
  • distribution/src/main/release/samples/jax_rs/description_openapi_v3_osgi/pom.xml+4 4 modified
    @@ -26,7 +26,7 @@ under the License.
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
     
    @@ -70,17 +70,17 @@ under the License.
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxrs</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-rs-service-description-openapi-v3</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>jakarta.ws.rs</groupId>
    
  • distribution/src/main/release/samples/jax_rs/description_openapi_v3/pom.xml+4 4 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
     
    @@ -68,17 +68,17 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxrs</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-rs-service-description-openapi-v3</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
               <groupId>com.fasterxml.jackson.jaxrs</groupId>
    
  • distribution/src/main/release/samples/jax_rs/description_openapi_v3_spring/pom.xml+5 5 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
     
    @@ -63,23 +63,23 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <!-- This dependency is needed if you're using the Jetty container -->
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxrs</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-rs-service-description-openapi-v3</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
               <groupId>com.fasterxml.jackson.jaxrs</groupId>
    
  • distribution/src/main/release/samples/jax_rs/description_openapi_v3_web/pom.xml+1 1 modified
    @@ -26,7 +26,7 @@ under the License.
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
     
    
  • distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/pom.xml+4 4 modified
    @@ -26,7 +26,7 @@ under the License.
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
     
    @@ -71,17 +71,17 @@ under the License.
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxrs</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-rs-service-description-swagger</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>jakarta.ws.rs</groupId>
    
  • distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml+4 4 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
     
    @@ -68,17 +68,17 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxrs</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-rs-service-description-swagger</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
               <groupId>com.fasterxml.jackson.jaxrs</groupId>
    
  • distribution/src/main/release/samples/jax_rs/description_swagger2_spring/pom.xml+5 5 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
     
    @@ -63,23 +63,23 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <!-- This dependency is needed if you're using the Jetty container -->
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxrs</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-rs-service-description-swagger</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>jakarta.ws.rs</groupId>
    
  • distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml+1 1 modified
    @@ -26,7 +26,7 @@ under the License.
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
     
    
  • distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml+1 1 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
         <properties>
    
  • distribution/src/main/release/samples/jax_rs/odata/pom.xml+1 1 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
         <properties>
    
  • distribution/src/main/release/samples/jax_rs/search/pom.xml+7 7 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
         <properties>
    @@ -84,33 +84,33 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <!-- This dependency is needed if you're using the Jetty container -->
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxrs</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-rs-extension-search</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-rs-extension-providers</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>                 
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-rs-security-cors</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency> 
             <dependency>
                 <groupId>org.apache.lucene</groupId>
    
  • distribution/src/main/release/samples/jax_rs/spark/pom.xml+4 4 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
         <properties>
    @@ -35,17 +35,17 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxrs</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-rs-extension-search</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.spark</groupId>
    
  • distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml+1 1 modified
    @@ -4,7 +4,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
         <groupId>org.apache.cxf.samples</groupId> 
    
  • distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml+1 1 modified
    @@ -4,7 +4,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../..</relativePath>
         </parent>
         <artifactId>spring-boot-sample-rs-scan-app</artifactId>
    
  • distribution/src/main/release/samples/jax_rs/spring_boot_scan/client/pom.xml+1 1 modified
    @@ -4,7 +4,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../..</relativePath>
         </parent>
         <artifactId>spring-boot-sample-rs-scan-client</artifactId>
    
  • distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/pom.xml+1 1 modified
    @@ -4,7 +4,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../..</relativePath>
         </parent>
         <artifactId>spring-boot-sample-rs-scan-eureka</artifactId>
    
  • distribution/src/main/release/samples/jax_rs/spring_security/pom.xml+4 4 modified
    @@ -26,7 +26,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
         <properties>
    @@ -89,18 +89,18 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <!-- This dependency is needed if you're using the Jetty container -->
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxrs</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>jakarta.ws.rs</groupId>
    
  • distribution/src/main/release/samples/jax_rs/sse_cdi/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
     
    
  • distribution/src/main/release/samples/jax_rs/sse_client/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
         
    
  • distribution/src/main/release/samples/jax_rs/sse_osgi/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
     
    
  • distribution/src/main/release/samples/jax_rs/sse_spring/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
     
    
  • distribution/src/main/release/samples/jax_rs/sse_tomcat/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
     
    
  • distribution/src/main/release/samples/jax_rs/tracing_brave_osgi/pom.xml+7 7 modified
    @@ -26,7 +26,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
         <properties>
    @@ -36,33 +36,33 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <!-- This dependency is needed if you're using the Jetty container -->
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxrs</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-rs-client</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>    
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-integration-tracing-brave</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-rs-extension-providers</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.aries.blueprint</groupId>
    
  • distribution/src/main/release/samples/jax_rs/tracing_brave/pom.xml+2 2 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
         <properties>
    @@ -170,7 +170,7 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-integration-tracing-brave</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
    
  • distribution/src/main/release/samples/jax_rs/tracing_opentracing_camel/pom.xml+9 9 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
         
    @@ -129,43 +129,43 @@
         	<dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-core</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <!-- This dependency is needed if you're using the Jetty container -->
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxrs</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-rs-client</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>    
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-integration-tracing-opentracing</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-rs-extension-providers</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-spring-boot-starter-jaxrs</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>jakarta.ws.rs</groupId>
    
  • distribution/src/main/release/samples/jax_rs/tracing_opentracing_osgi/pom.xml+2 2 modified
    @@ -26,7 +26,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
         <properties>
    @@ -53,7 +53,7 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-integration-tracing-opentracing</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
    
  • distribution/src/main/release/samples/jax_rs/tracing_opentracing/pom.xml+7 7 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
         <properties>
    @@ -83,33 +83,33 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <!-- This dependency is needed if you're using the Jetty container -->
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxrs</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-rs-client</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>    
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-integration-tracing-opentracing</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-rs-extension-providers</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>javax.json</groupId>
    
  • distribution/src/main/release/samples/jax_rs/websocket_osgi/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
         <properties>
    
  • distribution/src/main/release/samples/jax_rs/websocket/pom.xml+5 5 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
         <properties>
    @@ -127,7 +127,7 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <!-- This dependency is needed if you're using the Jetty container -->
             <dependency>
    @@ -169,17 +169,17 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-websocket</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxrs</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>jakarta.ws.rs</groupId>
    
  • distribution/src/main/release/samples/jax_rs/websocket_web/pom.xml+1 1 modified
    @@ -26,7 +26,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
         <properties>
    
  • distribution/src/main/release/samples/jax_server_aegis_client/pom.xml+5 5 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.version>${project.version}</cxf.version>
    @@ -82,23 +82,23 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-databinding-aegis</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <!-- Jetty is needed if you're using the CXFServlet -->
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
         </dependencies>
     </project>
    
  • distribution/src/main/release/samples/jaxws_async/pom.xml+5 5 modified
    @@ -26,7 +26,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.version>${project.version}</cxf.version>
    @@ -127,17 +127,17 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-hc</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.springframework</groupId>
    @@ -149,7 +149,7 @@
                 <!-- Not needed if deploying to a Servlet 3 based container or non-jetty container -->
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
                 <exclusions>
                     <exclusion>
                         <groupId>org.eclipse.jetty</groupId>
    
  • distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml+4 4 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.version>${project.version}</cxf.version>
    @@ -114,18 +114,18 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <!-- Jetty is needed if you're using the CXFServlet -->
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
         </dependencies>
     </project>
    
  • distribution/src/main/release/samples/jaxws_handlers/pom.xml+4 4 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.version>${project.version}</cxf.version>
    @@ -114,18 +114,18 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <!-- Jetty is needed if you're using the CXFServlet -->
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
         </dependencies>
     </project>
    
  • distribution/src/main/release/samples/jaxws_spring_boot/pom.xml+1 1 modified
    @@ -4,7 +4,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>..</relativePath>
         </parent>
         <artifactId>spring-boot-sample-ws-cxf</artifactId>
    
  • distribution/src/main/release/samples/jaxws_tracing_brave_osgi/pom.xml+5 5 modified
    @@ -26,7 +26,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>..</relativePath>
         </parent>
         <properties>
    @@ -61,23 +61,23 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <!-- This dependency is needed if you're using the Jetty container -->
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-integration-tracing-brave</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.aries.blueprint</groupId>
    
  • distribution/src/main/release/samples/jms_pubsub/pom.xml+4 4 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.version>${project.version}</cxf.version>
    @@ -36,7 +36,7 @@
                 <plugin>
                     <groupId>org.apache.cxf</groupId>
                     <artifactId>cxf-codegen-plugin</artifactId>
    -                <version>3.3.5-SNAPSHOT</version>
    +                <version>3.3.5</version>
                     <executions>
                         <execution>
                             <id>generate-sources</id>
    @@ -137,12 +137,12 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-jms</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             
             <dependency>
    
  • distribution/src/main/release/samples/jms_queue/pom.xml+3 3 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.version>${project.version}</cxf.version>
    @@ -137,12 +137,12 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-jms</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.activemq</groupId>
    
  • distribution/src/main/release/samples/jms_spec_demo/pom.xml+3 3 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.version>${project.version}</cxf.version>
    @@ -137,12 +137,12 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-jms</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.activemq</groupId>
    
  • distribution/src/main/release/samples/jms_spring_config/pom.xml+3 3 modified
    @@ -26,7 +26,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.version>${project.version}</cxf.version>
    @@ -146,12 +146,12 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-jms</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf.xjc-utils</groupId>
    
  • distribution/src/main/release/samples/js_browser_client_java_first/pom.xml+5 5 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.version>${project.version}</cxf.version>
    @@ -59,22 +59,22 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-javascript</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.springframework</groupId>
    
  • distribution/src/main/release/samples/js_browser_client_simple/pom.xml+5 5 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.version>${project.version}</cxf.version>
    @@ -111,22 +111,22 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-javascript</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
         </dependencies>
     </project>
    
  • distribution/src/main/release/samples/js_client/pom.xml+5 5 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.version>${project.version}</cxf.version>
    @@ -113,22 +113,22 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-javascript</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>rhino</groupId>
    
  • distribution/src/main/release/samples/js_provider/pom.xml+4 4 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.version>${project.version}</cxf.version>
    @@ -128,18 +128,18 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-js</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <!-- Jetty is needed if you're using the CXFServlet -->
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
         </dependencies>
     </project>
    
  • distribution/src/main/release/samples/mtom/pom.xml+4 4 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.version>${project.version}</cxf.version>
    @@ -115,18 +115,18 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <!-- Jetty is needed if you're using the CXFServlet -->
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.geronimo.javamail</groupId>
    
  • distribution/src/main/release/samples/oauth/client/pom.xml+1 1 modified
    @@ -26,7 +26,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../pom.xml</relativePath>
         </parent>
         <build>
    
  • distribution/src/main/release/samples/oauth/server/pom.xml+1 1 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../pom.xml</relativePath>
         </parent>
         <build>
    
  • distribution/src/main/release/samples/pom.xml+1 1 modified
    @@ -22,7 +22,7 @@
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
         <packaging>pom</packaging>
    -    <version>3.3.5-SNAPSHOT</version>
    +    <version>3.3.5</version>
         <name>Apache CXF Samples</name>
         <description>Apache CXF Samples</description>
         <url>https://cxf.apache.org</url>
    
  • distribution/src/main/release/samples/restful_dispatch/pom.xml+5 5 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.version>${project.version}</cxf.version>
    @@ -82,23 +82,23 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <!-- Jetty is needed if you're using the CXFServlet -->
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxrs</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>jakarta.ws.rs</groupId>
    
  • distribution/src/main/release/samples/ruby_spring_support/pom.xml+1 1 modified
    @@ -26,7 +26,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <build>
             <defaultGoal>install</defaultGoal>
    
  • distribution/src/main/release/samples/soap_header/pom.xml+4 4 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.version>${project.version}</cxf.version>
    @@ -114,18 +114,18 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <!-- Jetty is needed if you're using the CXFServlet -->
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
         </dependencies>
     </project>
    
  • distribution/src/main/release/samples/sts/pom.xml+1 1 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>..</relativePath>
         </parent>
         <properties>
    
  • distribution/src/main/release/samples/throttling/pom.xml+1 1 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <wsdl.location>${basedir}/src/main/config/hello_world.wsdl</wsdl.location>
    
  • distribution/src/main/release/samples/ws_addressing/pom.xml+4 4 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.version>${project.version}</cxf.version>
    @@ -118,17 +118,17 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.springframework</groupId>
    
  • distribution/src/main/release/samples/ws_discovery/pom.xml+5 5 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.version>${project.version}</cxf.version>
    @@ -37,22 +37,22 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf.services.ws-discovery</groupId>
                 <artifactId>cxf-services-ws-discovery-api</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf.services.ws-discovery</groupId>
                 <artifactId>cxf-services-ws-discovery-service</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
         </dependencies>
         <build>
    
  • distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml+4 4 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.version>${project.version}</cxf.version>
    @@ -112,18 +112,18 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <!-- Jetty is needed if you're using the CXFServlet -->
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.springframework</groupId>
    
  • distribution/src/main/release/samples/wsdl_first_https/pom.xml+1 1 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <wsdl.location>${basedir}/src/main/config/hello_world.wsdl</wsdl.location>
    
  • distribution/src/main/release/samples/wsdl_first/pom.xml+1 1 modified
    @@ -26,7 +26,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
     
         <build>
    
  • distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml+4 4 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.version>${project.version}</cxf.version>
    @@ -114,18 +114,18 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <!-- Jetty is needed if you're using the CXFServlet -->
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
         </dependencies>
     </project>
    
  • distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml+4 4 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.version>${project.version}</cxf.version>
    @@ -114,18 +114,18 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <!-- Jetty is needed if you're using the CXFServlet -->
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
         </dependencies>
     </project>
    
  • distribution/src/main/release/samples/wsdl_first_soap12/pom.xml+4 4 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.version>${project.version}</cxf.version>
    @@ -114,18 +114,18 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <!-- Jetty is needed if you're using the CXFServlet -->
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
         </dependencies>
     </project>
    
  • distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml+4 4 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.version>${project.version}</cxf.version>
    @@ -114,18 +114,18 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <!-- Jetty is needed if you're using the CXFServlet -->
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
         </dependencies>
     </project>
    
  • distribution/src/main/release/samples/ws_eventing/pom.xml+1 1 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <dependencies>
             <dependency>
    
  • distribution/src/main/release/samples/ws_notification/pom.xml+7 7 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.version>${project.version}</cxf.version>
    @@ -82,32 +82,32 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-ws-addr</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-ws-policy</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf.services.wsn</groupId>
                 <artifactId>cxf-services-wsn-core</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
         </dependencies>
     </project>
    
  • distribution/src/main/release/samples/ws_policy/pom.xml+4 4 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.version>${project.version}</cxf.version>
    @@ -113,17 +113,17 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.springframework</groupId>
    
  • distribution/src/main/release/samples/ws_rm/pom.xml+5 5 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.version>${project.version}</cxf.version>
    @@ -108,23 +108,23 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <!-- Jetty is needed if you're using the CXFServlet -->
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-ws-rm</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.springframework</groupId>
    
  • distribution/src/main/release/samples/ws_security/sign_enc_policy/pom.xml+1 1 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
         <build>
    
  • distribution/src/main/release/samples/ws_security/sign_enc/pom.xml+8 8 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
         <properties>
    @@ -165,38 +165,38 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <!-- Jetty is needed if you're using the CXFServlet -->
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-ws-rm</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-ws-security</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-ws-addr</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-ws-policy</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.springframework</groupId>
    
  • distribution/src/main/release/samples/ws_security/ut_policy/pom.xml+1 1 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
         <build>
    
  • distribution/src/main/release/samples/ws_security/ut/pom.xml+5 5 modified
    @@ -25,7 +25,7 @@
         <parent>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>cxf-samples</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../..</relativePath>
         </parent>
         <properties>
    @@ -154,23 +154,23 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-frontend-jaxws</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <!-- Jetty is needed if you're using the CXFServlet -->
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http-jetty</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-ws-security</artifactId>
    -            <version>3.3.5-SNAPSHOT</version>
    +            <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.springframework</groupId>
    
  • integration/cdi/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent/pom.xml</relativePath>
         </parent>
         
    
  • integration/jca/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • integration/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <modules>
             <module>jca</module>
    
  • integration/spring-boot/autoconfigure/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • integration/spring-boot/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-integration</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <modules>
             <module>autoconfigure</module>
    
  • integration/spring-boot/starter-jaxrs/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • integration/spring-boot/starter-jaxws/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • integration/tracing/tracing-brave/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         
    
  • integration/tracing/tracing-opentracing/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         
    
  • maven-plugins/archetypes/cxf-jaxrs-service/pom.xml+1 1 modified
    @@ -22,7 +22,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <groupId>org.apache.cxf.archetype</groupId>
    
  • maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml+2 2 modified
    @@ -22,12 +22,12 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <groupId>org.apache.cxf.archetype</groupId>
         <artifactId>cxf-jaxws-javafirst</artifactId>
    -    <version>3.3.5-SNAPSHOT</version>
    +    <version>3.3.5</version>
         <packaging>maven-archetype</packaging>
         <name>Apache CXF Archetype - Simple JAX-WS Java First</name>
         <description>Creates a project for developing a Web service starting from Java code</description>
    
  • maven-plugins/archetypes/cxf-jaxws-wsdlfirst/pom.xml+1 1 modified
    @@ -22,7 +22,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <groupId>org.apache.cxf.archetype</groupId>
    
  • maven-plugins/archetypes/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-maven-plugins</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <modules>
             <module>cxf-jaxws-javafirst</module>
    
  • maven-plugins/codegen-plugin/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-maven-plugins</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.module.name>org.apache.cxf.plugin.codegen</cxf.module.name>
    
  • maven-plugins/corba/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-maven-plugins</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.module.name>org.apache.cxf.plugin.corbatools</cxf.module.name>
    
  • maven-plugins/java2swagger-plugin/pom.xml+2 2 modified
    @@ -22,15 +22,15 @@
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-java2swagger-plugin</artifactId>
         <packaging>maven-plugin</packaging>
    -    <version>3.3.5-SNAPSHOT</version>
    +    <version>3.3.5</version>
         <name>Apache CXF Java2Swagger Maven2 Plugin</name>
         <description>Apache CXF Java2Swagger Maven2 Plugin</description>
         <url>https://cxf.apache.org</url>
     
         <parent>
           <groupId>org.apache.cxf</groupId>
           <artifactId>cxf-maven-plugins</artifactId>
    -      <version>3.3.5-SNAPSHOT</version>
    +      <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.module.name>org.apache.cxf.plugin.java2swagger</cxf.module.name>
    
  • maven-plugins/java2wadl-plugin/pom.xml+2 2 modified
    @@ -22,7 +22,7 @@
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-java2wadl-plugin</artifactId>
         <packaging>maven-plugin</packaging>
    -    <version>3.3.5-SNAPSHOT</version>
    +    <version>3.3.5</version>
         <name>Apache CXF Java2WADL Maven2 Plugin</name>
         <description>Apache CXF Java2WADL Maven2 Plugin</description>
         <url>https://cxf.apache.org</url>
    @@ -31,7 +31,7 @@
         <parent>
           <groupId>org.apache.cxf</groupId>
           <artifactId>cxf-maven-plugins</artifactId>
    -      <version>3.3.5-SNAPSHOT</version>
    +      <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.module.name>org.apache.cxf.plugin.java2wadl</cxf.module.name>
    
  • maven-plugins/java2ws-plugin/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-maven-plugins</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.module.name>org.apache.cxf.plugin.java2ws</cxf.module.name>
    
  • maven-plugins/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../parent</relativePath>
         </parent>
         <modules>
    
  • maven-plugins/wadl2java-plugin/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-maven-plugins</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.module.name>org.apache.cxf.plugin.wadl2java</cxf.module.name>
    
  • maven-plugins/wsdl-validator-plugin/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-maven-plugins</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.module.name>org.apache.cxf.plugin.wsdl.validator</cxf.module.name>
    
  • osgi/bundle/compatible/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-bundle-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.osgi.symbolic.name>${project.groupId}.bundle</cxf.osgi.symbolic.name>
    
  • osgi/bundle/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent</relativePath>
         </parent>
         <properties>
    
  • osgi/itests/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent/pom.xml</relativePath>
         </parent>
         <groupId>org.apache.cxf.osgi.itests</groupId>
    
  • osgi/karaf/commands/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <groupId>org.apache.cxf.karaf</groupId>
             <artifactId>karaf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <artifactId>cxf-karaf-commands</artifactId>
         <packaging>bundle</packaging>
    
  • osgi/karaf/features/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <groupId>org.apache.cxf.karaf</groupId>
             <artifactId>karaf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <artifactId>apache-cxf</artifactId>
         <packaging>pom</packaging>
    
  • osgi/karaf/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent</relativePath>
         </parent>
         <groupId>org.apache.cxf.karaf</groupId>
    
  • osgi/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <modules>
             <module>bundle</module>
    
  • osgi/repository/pom.xml+1 1 modified
    @@ -22,7 +22,7 @@
     	<parent>
     		<groupId>org.apache.cxf</groupId>
     		<artifactId>cxf-parent</artifactId>
    -		<version>3.3.5-SNAPSHOT</version>
    +		<version>3.3.5</version>
     		<relativePath>../../parent/pom.xml</relativePath>
     	</parent>
     	<artifactId>cxf-repository</artifactId>
    
  • parent/pom.xml+1 1 modified
    @@ -20,7 +20,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <modelVersion>4.0.0</modelVersion>
         <artifactId>cxf-parent</artifactId>
    
  • pom.xml+2 2 modified
    @@ -21,7 +21,7 @@
         <modelVersion>4.0.0</modelVersion>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
    -    <version>3.3.5-SNAPSHOT</version>
    +    <version>3.3.5</version>
         <name>Apache CXF</name>
         <description>Apache CXF is an open-source services framework that aids in 
         the development of services using front-end programming APIs, like JAX-WS 
    @@ -32,7 +32,7 @@
             <connection>scm:git:https://gitbox.apache.org/repos/asf/cxf.git</connection>
             <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/cxf.git</developerConnection>
             <url>https://gitbox.apache.org/repos/asf?p=cxf.git;a=summary</url>
    -        <tag>HEAD</tag>
    +        <tag>cxf-3.3.5</tag>
         </scm>
         <issueManagement>
             <system>jira</system>
    
  • rt/bindings/coloc/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/bindings/corba/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/bindings/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
             <modules>
                 <module>soap</module>
    
  • rt/bindings/soap/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/bindings/xml/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/databinding/aegis/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         
    
  • rt/databinding/jaxb/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/databinding/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <modules>
             <module>jaxb</module>
    
  • rt/features/clustering/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/features/logging/pom.xml+1 1 modified
    @@ -3,7 +3,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <artifactId>cxf-rt-features-logging</artifactId>
    
  • rt/features/metrics/pom.xml+1 1 modified
    @@ -3,7 +3,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <artifactId>cxf-rt-features-metrics</artifactId>
    
  • rt/features/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <modules>
             <module>clustering</module>
    
  • rt/features/throttling/pom.xml+1 1 modified
    @@ -3,7 +3,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <artifactId>cxf-rt-features-throttling</artifactId>
    
  • rt/frontend/jaxrs/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/frontend/jaxws/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/frontend/js/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/frontend/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <modules>
             <module>simple</module>
    
  • rt/frontend/simple/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/javascript/javascript-rt/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-runtime-javascript</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.module.name>org.apache.cxf.js</cxf.module.name>
    
  • rt/javascript/javascript-tests/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-runtime-javascript</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <properties>
             <cxf.module.name>org.apache.cxf.js.tests</cxf.module.name>
    
  • rt/javascript/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent/pom.xml</relativePath>
         </parent>
         <modules>
    
  • rt/management/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <modules>
             <module>wsdl</module>
    
  • rt/rs/client/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/rs/description-common-openapi/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/rs/description-openapi-v3/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/rs/description/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/rs/description-swagger/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/rs/description-swagger-ui/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/rs/extensions/json-basic/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/rs/extensions/providers/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/rs/extensions/reactivestreams/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/rs/extensions/reactor/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/rs/extensions/rx2/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/rs/extensions/rx/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/rs/extensions/search/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/rs/http-sci/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/rs/microprofile-client/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/rs/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <modules>
             <module>client</module>
    
  • rt/rs/security/cors/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/rs/security/http-signature/pom.xml+1 1 modified
    @@ -29,7 +29,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../../parent/pom.xml</relativePath>
         </parent>
     
    
  • rt/rs/security/jose-parent/jose-jaxrs/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/rs/security/jose-parent/jose/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/rs/security/jose-parent/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-security</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <modules>
             <module>jose</module>
    
  • rt/rs/security/oauth-parent/oauth2/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
       <parent>
         <artifactId>cxf-rt-rs-security-oauth-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
    -    <version>3.3.5-SNAPSHOT</version>
    +    <version>3.3.5</version>
         <relativePath>../pom.xml</relativePath>
       </parent>
       <properties>
    
  • rt/rs/security/oauth-parent/oauth2-saml/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <artifactId>cxf-rt-rs-security-oauth-parent</artifactId>
             <groupId>org.apache.cxf</groupId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/rs/security/oauth-parent/oauth/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <artifactId>cxf-rt-rs-security-oauth-parent</artifactId>
             <groupId>org.apache.cxf</groupId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/rs/security/oauth-parent/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/rs/security/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <modules>
             <module>xml</module>
    
  • rt/rs/security/sso/oidc/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
       <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
    -    <version>3.3.5-SNAPSHOT</version>
    +    <version>3.3.5</version>
         <relativePath>../../../../../parent/pom.xml</relativePath>
       </parent>
       <properties>
    
  • rt/rs/security/sso/saml/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/rs/security/xml/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/rs/sse/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/security/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/security-saml/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/transports/http-hc/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/transports/http-jetty/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/transports/http-netty/netty-client/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/transports/http-netty/netty-server/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/transports/http/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/transports/http-undertow/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/transports/jms/pom.xml+1 1 modified
    @@ -19,7 +19,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/transports/local/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/transports/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <modules>
             <module>local</module>
    
  • rt/transports/udp/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/transports/websocket/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/ws/addr/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/wsdl/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/ws/eventing/pom.xml+1 1 modified
    @@ -9,7 +9,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/ws/mex/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/ws/policy/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/ws/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <modules>
             <module>policy</module>
    
  • rt/ws/rm/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/ws/security/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • rt/ws/transfer/pom.xml+1 1 modified
    @@ -9,7 +9,7 @@
       <parent>
           <groupId>org.apache.cxf</groupId>
           <artifactId>cxf-parent</artifactId>
    -      <version>3.3.5-SNAPSHOT</version>
    +      <version>3.3.5</version>
           <relativePath>../../../parent/pom.xml</relativePath>
       </parent>
     
    
  • services/pom.xml+1 1 modified
    @@ -28,7 +28,7 @@
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf</artifactId>
             <relativePath>../pom.xml</relativePath>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <modules>
             <module>sts</module>
    
  • services/sts/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf.services</groupId>
             <artifactId>cxf-services</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../pom.xml</relativePath>
         </parent>
         <modules>
    
  • services/sts/sts-core/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • services/sts/systests/advanced/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../../parent/pom.xml</relativePath>
         </parent>
         
    
  • services/sts/systests/basic/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../../parent/pom.xml</relativePath>
         </parent>
         
    
  • services/sts/systests/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf.services.sts</groupId>
             <artifactId>cxf-services-sts</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <modules>
             <module>basic</module>
    
  • services/sts/systests/sts-features/pom.xml+1 1 modified
    @@ -28,7 +28,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../../parent/pom.xml</relativePath>
         </parent>
         <build>
    
  • services/sts/systests/sts-itests/pom.xml+1 1 modified
    @@ -26,7 +26,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../../parent/pom.xml</relativePath>
         </parent>
         
    
  • services/sts/systests/sts-osgi/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../../parent/pom.xml</relativePath>
         </parent>
         
    
  • services/ws-discovery/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf.services</groupId>
             <artifactId>cxf-services</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../pom.xml</relativePath>
         </parent>
         <modules>
    
  • services/ws-discovery/ws-discovery-api/pom.xml+1 1 modified
    @@ -28,7 +28,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • services/ws-discovery/ws-discovery-service/pom.xml+1 1 modified
    @@ -28,7 +28,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • services/wsn/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf.services</groupId>
             <artifactId>cxf-services</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../pom.xml</relativePath>
         </parent>
         <modules>
    
  • services/wsn/wsn-api/pom.xml+1 1 modified
    @@ -28,7 +28,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • services/wsn/wsn-core/pom.xml+1 1 modified
    @@ -28,7 +28,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • services/wsn/wsn-osgi/pom.xml+1 1 modified
    @@ -28,7 +28,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • services/xkms/pom.xml+1 1 modified
    @@ -28,7 +28,7 @@
         <parent>
             <groupId>org.apache.cxf.services</groupId>
             <artifactId>cxf-services</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../pom.xml</relativePath>
         </parent>
         <modules>
    
  • services/xkms/xkms-client/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • services/xkms/xkms-common/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • services/xkms/xkms-features/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • services/xkms/xkms-itests/pom.xml+1 1 modified
    @@ -26,7 +26,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • services/xkms/xkms-osgi/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • services/xkms/xkms-service/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • services/xkms/xkms-war/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <dependencies>
    
  • services/xkms/xkms-x509-handlers/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • services/xkms/xkms-x509-repo-ldap/pom.xml+1 1 modified
    @@ -3,7 +3,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <groupId>org.apache.cxf.services.xkms</groupId>
    
  • systests/cdi/base/pom.xml+1 1 modified
    @@ -22,7 +22,7 @@
         <parent>
             <artifactId>cxf-systests-cdi</artifactId>
             <groupId>org.apache.cxf.systests</groupId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <modelVersion>4.0.0</modelVersion>
     
    
  • systests/cdi/cdi-owb/cdi-multiple-apps-owb/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <groupId>org.apache.cxf.systests</groupId>
             <artifactId>cxf-systests-cdi-owb</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/cdi/cdi-owb/cdi-no-apps-owb/pom.xml+1 1 modified
    @@ -22,7 +22,7 @@
             <parent>
             <groupId>org.apache.cxf.systests</groupId>
             <artifactId>cxf-systests-cdi-owb</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/cdi/cdi-owb/cdi-producers-owb/pom.xml+1 1 modified
    @@ -22,7 +22,7 @@
         <parent>
             <groupId>org.apache.cxf.systests</groupId>
             <artifactId>cxf-systests-cdi-owb</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/cdi/cdi-owb/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <groupId>org.apache.cxf.systests</groupId>
             <artifactId>cxf-systests-cdi</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/cdi/cdi-weld/cdi-multiple-apps-weld/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <groupId>org.apache.cxf.systests</groupId>
             <artifactId>cxf-systests-cdi-weld</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/cdi/cdi-weld/cdi-no-apps-weld/pom.xml+1 1 modified
    @@ -22,7 +22,7 @@
         <parent>
             <groupId>org.apache.cxf.systests</groupId>
             <artifactId>cxf-systests-cdi-weld</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/cdi/cdi-weld/cdi-producers-weld/pom.xml+1 1 modified
    @@ -22,7 +22,7 @@
         <parent>
             <groupId>org.apache.cxf.systests</groupId>
             <artifactId>cxf-systests-cdi-weld</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/cdi/cdi-weld/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <groupId>org.apache.cxf.systests</groupId>
             <artifactId>cxf-systests-cdi</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/cdi/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <artifactId>cxf-parent</artifactId>
             <groupId>org.apache.cxf</groupId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent/pom.xml</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/container-integration/grizzly/pom.xml+1 1 modified
    @@ -22,7 +22,7 @@
         <parent>
             <groupId>org.apache.cxf.systests</groupId>
             <artifactId>cxf-systests-container-integration</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../pom.xml</relativePath>
         </parent>
         <artifactId>cxf-systests-ci-grizzly</artifactId>
    
  • systests/container-integration/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <artifactId>cxf-parent</artifactId>
             <groupId>org.apache.cxf</groupId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent/pom.xml</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/container-integration/webapp/pom.xml+1 1 modified
    @@ -22,7 +22,7 @@
         <parent>
             <groupId>org.apache.cxf.systests</groupId>
             <artifactId>cxf-systests-container-integration</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../pom.xml</relativePath>
         </parent>
         <artifactId>cxf-systests-ci-webapp</artifactId>
    
  • systests/databinding/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <artifactId>cxf-parent</artifactId>
             <groupId>org.apache.cxf</groupId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent/pom.xml</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/jaxrs/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <artifactId>cxf-parent</artifactId>
             <groupId>org.apache.cxf</groupId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent/pom.xml</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/jaxws/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <artifactId>cxf-parent</artifactId>
             <groupId>org.apache.cxf</groupId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent/pom.xml</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/kerberos/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <artifactId>cxf-parent</artifactId>
             <groupId>org.apache.cxf</groupId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent/pom.xml</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/ldap/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <artifactId>cxf-parent</artifactId>
             <groupId>org.apache.cxf</groupId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent/pom.xml</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/microprofile/client/async/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <artifactId>cxf-microprofile-tck</artifactId>
             <groupId>org.apache.cxf.systests</groupId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../pom.xml</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/microprofile/client/jaxrs/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <artifactId>cxf-microprofile-tck</artifactId>
             <groupId>org.apache.cxf.systests</groupId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../pom.xml</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/microprofile/client/tracing/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <artifactId>cxf-microprofile-tck</artifactId>
             <groupId>org.apache.cxf.systests</groupId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../pom.xml</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/microprofile/client/weld/pom.xml+1 1 modified
    @@ -22,7 +22,7 @@
         <parent>
             <artifactId>cxf-microprofile-tck</artifactId>
             <groupId>org.apache.cxf.systests</groupId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../pom.xml</relativePath>
         </parent>
         
    
  • systests/microprofile/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <artifactId>cxf-parent</artifactId>
             <groupId>org.apache.cxf</groupId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent/pom.xml</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/pom.xml+1 1 modified
    @@ -28,7 +28,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <modules>
             <module>container-integration</module>
    
  • systests/rs-http-sci/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <artifactId>cxf-parent</artifactId>
             <groupId>org.apache.cxf</groupId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent/pom.xml</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/rs-security/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <artifactId>cxf-parent</artifactId>
             <groupId>org.apache.cxf</groupId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent/pom.xml</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/rs-sse/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <artifactId>cxf-parent</artifactId>
             <groupId>org.apache.cxf</groupId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent/pom.xml</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/rs-sse/rs-sse-base/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <groupId>org.apache.cxf.systests</groupId>
             <artifactId>cxf-systests-rs-sse</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/rs-sse/rs-sse-jetty/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <groupId>org.apache.cxf.systests</groupId>
             <artifactId>cxf-systests-rs-sse</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/rs-sse/rs-sse-tomcat/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <groupId>org.apache.cxf.systests</groupId>
             <artifactId>cxf-systests-rs-sse</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/rs-sse/rs-sse-undertow/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <groupId>org.apache.cxf.systests</groupId>
             <artifactId>cxf-systests-rs-sse</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/spring-boot/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <artifactId>cxf-parent</artifactId>
             <groupId>org.apache.cxf</groupId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent/pom.xml</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/tracing/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <artifactId>cxf-parent</artifactId>
             <groupId>org.apache.cxf</groupId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent/pom.xml</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/transport-jms/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <artifactId>cxf-parent</artifactId>
             <groupId>org.apache.cxf</groupId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent/pom.xml</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/transports/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <artifactId>cxf-parent</artifactId>
             <groupId>org.apache.cxf</groupId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent/pom.xml</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/transports-ssl3/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <artifactId>cxf-parent</artifactId>
             <groupId>org.apache.cxf</groupId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent/pom.xml</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/transport-undertow/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <artifactId>cxf-parent</artifactId>
             <groupId>org.apache.cxf</groupId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent/pom.xml</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/uncategorized/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <artifactId>cxf-parent</artifactId>
             <groupId>org.apache.cxf</groupId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent/pom.xml</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/wsdl_maven/codegen/pom.xml+1 1 modified
    @@ -26,7 +26,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         
    
  • systests/wsdl_maven/java2ws/pom.xml+1 1 modified
    @@ -26,7 +26,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         
    
  • systests/wsdl_maven/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf.systests</groupId>
             <artifactId>cxf-systests</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <modules>
             <module>codegen</module>
    
  • systests/ws-rm/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <artifactId>cxf-parent</artifactId>
             <groupId>org.apache.cxf</groupId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent/pom.xml</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/ws-security-examples/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <artifactId>cxf-parent</artifactId>
             <groupId>org.apache.cxf</groupId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent/pom.xml</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/ws-security/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <artifactId>cxf-parent</artifactId>
             <groupId>org.apache.cxf</groupId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent/pom.xml</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/ws-specs/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
         <parent>
             <artifactId>cxf-parent</artifactId>
             <groupId>org.apache.cxf</groupId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent/pom.xml</relativePath>
         </parent>
         <modelVersion>4.0.0</modelVersion>
    
  • systests/ws-transfer/pom.xml+1 1 modified
    @@ -28,7 +28,7 @@
         <parent>
             <artifactId>cxf-parent</artifactId>
             <groupId>org.apache.cxf</groupId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent/pom.xml</relativePath>
         </parent>
         
    
  • testutils/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • tools/common/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • tools/corba/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • tools/javato/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-tools</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <modules>
             <module>ws</module>
    
  • tools/javato/ws/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • tools/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <modules>
             <module>common</module>
    
  • tools/validator/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • tools/wadlto/jaxrs/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • tools/wadlto/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-tools</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <modules>
             <module>jaxrs</module>
    
  • tools/wsdlto/core/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • tools/wsdlto/databinding/jaxb/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • tools/wsdlto/frontend/javascript/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • tools/wsdlto/frontend/jaxws/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • tools/wsdlto/misc/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
  • tools/wsdlto/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-tools</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
         </parent>
         <modules>
             <module>core</module>
    
  • tools/wsdlto/test/pom.xml+1 1 modified
    @@ -27,7 +27,7 @@
         <parent>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-parent</artifactId>
    -        <version>3.3.5-SNAPSHOT</version>
    +        <version>3.3.5</version>
             <relativePath>../../../parent/pom.xml</relativePath>
         </parent>
         <properties>
    
a02e96ba1095

Make sure to escape URLs returned in the services listing

https://github.com/apache/cxfColm O hEigeartaighDec 18, 2019via ghsa
17 files changed · +1393 5
  • rt/transports/http/src/main/java/org/apache/cxf/transport/commons_text/AggregateTranslator.java+70 0 added
    @@ -0,0 +1,70 @@
    +/**
    + * Licensed to the Apache Software Foundation (ASF) under one
    + * or more contributor license agreements. See the NOTICE file
    + * distributed with this work for additional information
    + * regarding copyright ownership. The ASF licenses this file
    + * to you under the Apache License, Version 2.0 (the
    + * "License"); you may not use this file except in compliance
    + * with the License. You may obtain a copy of the License at
    + *
    + * http://www.apache.org/licenses/LICENSE-2.0
    + *
    + * Unless required by applicable law or agreed to in writing,
    + * software distributed under the License is distributed on an
    + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    + * KIND, either express or implied. See the License for the
    + * specific language governing permissions and limitations
    + * under the License.
    + */
    +package org.apache.cxf.transport.commons_text;
    +
    +import java.io.IOException;
    +import java.io.Writer;
    +import java.util.ArrayList;
    +import java.util.List;
    +
    +/**
    + * Executes a sequence of translators one after the other. Execution ends whenever
    + * the first translator consumes codepoints from the input.
    + *
    + * @since 1.0
    + */
    +class AggregateTranslator extends CharSequenceTranslator {
    +
    +    /**
    +     * Translator list.
    +     */
    +    private final List<CharSequenceTranslator> translators = new ArrayList<>();
    +
    +    /**
    +     * Specify the translators to be used at creation time.
    +     *
    +     * @param translators CharSequenceTranslator array to aggregate
    +     */
    +    AggregateTranslator(final CharSequenceTranslator... translators) {
    +        if (translators != null) {
    +            for (final CharSequenceTranslator translator : translators) {
    +                if (translator != null) {
    +                    this.translators.add(translator);
    +                }
    +            }
    +        }
    +    }
    +
    +    /**
    +     * The first translator to consume codepoints from the input is the 'winner'.
    +     * Execution stops with the number of consumed codepoints being returned.
    +     * {@inheritDoc}
    +     */
    +    @Override
    +    public int translate(final CharSequence input, final int index, final Writer out) throws IOException {
    +        for (final CharSequenceTranslator translator : translators) {
    +            final int consumed = translator.translate(input, index, out);
    +            if (consumed != 0) {
    +                return consumed;
    +            }
    +        }
    +        return 0;
    +    }
    +
    +}
    
  • rt/transports/http/src/main/java/org/apache/cxf/transport/commons_text/CharSequenceTranslator.java+140 0 added
    @@ -0,0 +1,140 @@
    +/**
    + * Licensed to the Apache Software Foundation (ASF) under one
    + * or more contributor license agreements. See the NOTICE file
    + * distributed with this work for additional information
    + * regarding copyright ownership. The ASF licenses this file
    + * to you under the Apache License, Version 2.0 (the
    + * "License"); you may not use this file except in compliance
    + * with the License. You may obtain a copy of the License at
    + *
    + * http://www.apache.org/licenses/LICENSE-2.0
    + *
    + * Unless required by applicable law or agreed to in writing,
    + * software distributed under the License is distributed on an
    + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    + * KIND, either express or implied. See the License for the
    + * specific language governing permissions and limitations
    + * under the License.
    + */
    +package org.apache.cxf.transport.commons_text;
    +
    +import java.io.IOException;
    +import java.io.StringWriter;
    +import java.io.Writer;
    +import java.util.Locale;
    +
    +/**
    + * An API for translating text.
    + * Its core use is to escape and unescape text. Because escaping and unescaping
    + * is completely contextual, the API does not present two separate signatures.
    + *
    + * @since 1.0
    + */
    +abstract class CharSequenceTranslator {
    +
    +    /**
    +     * Array containing the hexadecimal alphabet.
    +     */
    +    static final char[] HEX_DIGITS = new char[] {'0', '1', '2', '3',
    +                                                 '4', '5', '6', '7',
    +                                                 '8', '9', 'A', 'B',
    +                                                 'C', 'D', 'E', 'F'};
    +
    +    /**
    +     * Translate a set of codepoints, represented by an int index into a CharSequence,
    +     * into another set of codepoints. The number of codepoints consumed must be returned,
    +     * and the only IOExceptions thrown must be from interacting with the Writer so that
    +     * the top level API may reliably ignore StringWriter IOExceptions.
    +     *
    +     * @param input CharSequence that is being translated
    +     * @param index int representing the current point of translation
    +     * @param out Writer to translate the text to
    +     * @return int count of codepoints consumed
    +     * @throws IOException if and only if the Writer produces an IOException
    +     */
    +    public abstract int translate(CharSequence input, int index, Writer out) throws IOException;
    +
    +    /**
    +     * Helper for non-Writer usage.
    +     * @param input CharSequence to be translated
    +     * @return String output of translation
    +     */
    +    public final String translate(final CharSequence input) {
    +        if (input == null) {
    +            return null;
    +        }
    +        try {
    +            final StringWriter writer = new StringWriter(input.length() * 2);
    +            translate(input, writer);
    +            return writer.toString();
    +        } catch (final IOException ioe) {
    +            // this should never ever happen while writing to a StringWriter
    +            throw new RuntimeException(ioe);
    +        }
    +    }
    +
    +    /**
    +     * Translate an input onto a Writer. This is intentionally final as its algorithm is
    +     * tightly coupled with the abstract method of this class.
    +     *
    +     * @param input CharSequence that is being translated
    +     * @param out Writer to translate the text to
    +     * @throws IOException if and only if the Writer produces an IOException
    +     */
    +    public final void translate(final CharSequence input, final Writer out) throws IOException {
    +        if (input == null) {
    +            return;
    +        }
    +        int pos = 0;
    +        final int len = input.length();
    +        while (pos < len) {
    +            final int consumed = translate(input, pos, out);
    +            if (consumed == 0) {
    +                // inlined implementation of Character.toChars(Character.codePointAt(input, pos))
    +                // avoids allocating temp char arrays and duplicate checks
    +                final char c1 = input.charAt(pos);
    +                out.write(c1);
    +                pos++;
    +                if (Character.isHighSurrogate(c1) && pos < len) {
    +                    final char c2 = input.charAt(pos);
    +                    if (Character.isLowSurrogate(c2)) {
    +                        out.write(c2);
    +                        pos++;
    +                    }
    +                }
    +                continue;
    +            }
    +            // contract with translators is that they have to understand codepoints
    +            // and they just took care of a surrogate pair
    +            for (int pt = 0; pt < consumed; pt++) {
    +                pos += Character.charCount(Character.codePointAt(input, pos));
    +            }
    +        }
    +    }
    +
    +    /**
    +     * Helper method to create a merger of this translator with another set of
    +     * translators. Useful in customizing the standard functionality.
    +     *
    +     * @param translators CharSequenceTranslator array of translators to merge with this one
    +     * @return CharSequenceTranslator merging this translator with the others
    +     */
    +    public final CharSequenceTranslator with(final CharSequenceTranslator... translators) {
    +        final CharSequenceTranslator[] newArray = new CharSequenceTranslator[translators.length + 1];
    +        newArray[0] = this;
    +        System.arraycopy(translators, 0, newArray, 1, translators.length);
    +        return new AggregateTranslator(newArray);
    +    }
    +
    +    /**
    +     * <p>Returns an upper case hexadecimal {@code String} for the given
    +     * character.</p>
    +     *
    +     * @param codepoint The codepoint to convert.
    +     * @return An upper case hexadecimal {@code String}
    +     */
    +    public static String hex(final int codepoint) {
    +        return Integer.toHexString(codepoint).toUpperCase(Locale.ENGLISH);
    +    }
    +
    +}
    
  • rt/transports/http/src/main/java/org/apache/cxf/transport/commons_text/EntityArrays.java+449 0 added
    @@ -0,0 +1,449 @@
    +/**
    + * Licensed to the Apache Software Foundation (ASF) under one
    + * or more contributor license agreements. See the NOTICE file
    + * distributed with this work for additional information
    + * regarding copyright ownership. The ASF licenses this file
    + * to you under the Apache License, Version 2.0 (the
    + * "License"); you may not use this file except in compliance
    + * with the License. You may obtain a copy of the License at
    + *
    + * http://www.apache.org/licenses/LICENSE-2.0
    + *
    + * Unless required by applicable law or agreed to in writing,
    + * software distributed under the License is distributed on an
    + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    + * KIND, either express or implied. See the License for the
    + * specific language governing permissions and limitations
    + * under the License.
    + */
    +package org.apache.cxf.transport.commons_text;
    +
    +import java.util.Collections;
    +import java.util.HashMap;
    +import java.util.Map;
    +
    +/**
    + * Class holding various entity data for HTML and XML - generally for use with
    + * the LookupTranslator.
    + * All Maps are generated using {@code java.util.Collections.unmodifiableMap()}.
    + *
    + * @since 1.0
    + */
    +// CHECKSTYLE:OFF
    +final class EntityArrays {
    +
    +   /**
    +     * A Map&lt;CharSequence, CharSequence&gt; to to escape
    +     * <a href="https://secure.wikimedia.org/wikipedia/en/wiki/ISO/IEC_8859-1">ISO-8859-1</a>
    +     * characters to their named HTML 3.x equivalents.
    +     */
    +    public static final Map<CharSequence, CharSequence> ISO8859_1_ESCAPE;
    +    static {
    +        final Map<CharSequence, CharSequence> initialMap = new HashMap<>();
    +        initialMap.put("\u00A0", "&nbsp;"); // non-breaking space
    +        initialMap.put("\u00A1", "&iexcl;"); // inverted exclamation mark
    +        initialMap.put("\u00A2", "&cent;"); // cent sign
    +        initialMap.put("\u00A3", "&pound;"); // pound sign
    +        initialMap.put("\u00A4", "&curren;"); // currency sign
    +        initialMap.put("\u00A5", "&yen;"); // yen sign = yuan sign
    +        initialMap.put("\u00A6", "&brvbar;"); // broken bar = broken vertical bar
    +        initialMap.put("\u00A7", "&sect;"); // section sign
    +        initialMap.put("\u00A8", "&uml;"); // diaeresis = spacing diaeresis
    +        initialMap.put("\u00A9", "&copy;"); // © - copyright sign
    +        initialMap.put("\u00AA", "&ordf;"); // feminine ordinal indicator
    +        initialMap.put("\u00AB", "&laquo;"); // left-pointing double angle quotation mark = left pointing guillemet
    +        initialMap.put("\u00AC", "&not;"); // not sign
    +        initialMap.put("\u00AD", "&shy;"); // soft hyphen = discretionary hyphen
    +        initialMap.put("\u00AE", "&reg;"); // ® - registered trademark sign
    +        initialMap.put("\u00AF", "&macr;"); // macron = spacing macron = overline = APL overbar
    +        initialMap.put("\u00B0", "&deg;"); // degree sign
    +        initialMap.put("\u00B1", "&plusmn;"); // plus-minus sign = plus-or-minus sign
    +        initialMap.put("\u00B2", "&sup2;"); // superscript two = superscript digit two = squared
    +        initialMap.put("\u00B3", "&sup3;"); // superscript three = superscript digit three = cubed
    +        initialMap.put("\u00B4", "&acute;"); // acute accent = spacing acute
    +        initialMap.put("\u00B5", "&micro;"); // micro sign
    +        initialMap.put("\u00B6", "&para;"); // pilcrow sign = paragraph sign
    +        initialMap.put("\u00B7", "&middot;"); // middle dot = Georgian comma = Greek middle dot
    +        initialMap.put("\u00B8", "&cedil;"); // cedilla = spacing cedilla
    +        initialMap.put("\u00B9", "&sup1;"); // superscript one = superscript digit one
    +        initialMap.put("\u00BA", "&ordm;"); // masculine ordinal indicator
    +        initialMap.put("\u00BB", "&raquo;"); // right-pointing double angle quotation mark = right pointing guillemet
    +        initialMap.put("\u00BC", "&frac14;"); // vulgar fraction one quarter = fraction one quarter
    +        initialMap.put("\u00BD", "&frac12;"); // vulgar fraction one half = fraction one half
    +        initialMap.put("\u00BE", "&frac34;"); // vulgar fraction three quarters = fraction three quarters
    +        initialMap.put("\u00BF", "&iquest;"); // inverted question mark = turned question mark
    +        initialMap.put("\u00C0", "&Agrave;"); // À - uppercase A, grave accent
    +        initialMap.put("\u00C1", "&Aacute;"); // Á - uppercase A, acute accent
    +        initialMap.put("\u00C2", "&Acirc;"); // Â - uppercase A, circumflex accent
    +        initialMap.put("\u00C3", "&Atilde;"); // Ã - uppercase A, tilde
    +        initialMap.put("\u00C4", "&Auml;"); // Ä - uppercase A, umlaut
    +        initialMap.put("\u00C5", "&Aring;"); // Å - uppercase A, ring
    +        initialMap.put("\u00C6", "&AElig;"); // Æ - uppercase AE
    +        initialMap.put("\u00C7", "&Ccedil;"); // Ç - uppercase C, cedilla
    +        initialMap.put("\u00C8", "&Egrave;"); // È - uppercase E, grave accent
    +        initialMap.put("\u00C9", "&Eacute;"); // É - uppercase E, acute accent
    +        initialMap.put("\u00CA", "&Ecirc;"); // Ê - uppercase E, circumflex accent
    +        initialMap.put("\u00CB", "&Euml;"); // Ë - uppercase E, umlaut
    +        initialMap.put("\u00CC", "&Igrave;"); // Ì - uppercase I, grave accent
    +        initialMap.put("\u00CD", "&Iacute;"); // Í - uppercase I, acute accent
    +        initialMap.put("\u00CE", "&Icirc;"); // Î - uppercase I, circumflex accent
    +        initialMap.put("\u00CF", "&Iuml;"); // Ï - uppercase I, umlaut
    +        initialMap.put("\u00D0", "&ETH;"); // Ð - uppercase Eth, Icelandic
    +        initialMap.put("\u00D1", "&Ntilde;"); // Ñ - uppercase N, tilde
    +        initialMap.put("\u00D2", "&Ograve;"); // Ò - uppercase O, grave accent
    +        initialMap.put("\u00D3", "&Oacute;"); // Ó - uppercase O, acute accent
    +        initialMap.put("\u00D4", "&Ocirc;"); // Ô - uppercase O, circumflex accent
    +        initialMap.put("\u00D5", "&Otilde;"); // Õ - uppercase O, tilde
    +        initialMap.put("\u00D6", "&Ouml;"); // Ö - uppercase O, umlaut
    +        initialMap.put("\u00D7", "&times;"); // multiplication sign
    +        initialMap.put("\u00D8", "&Oslash;"); // Ø - uppercase O, slash
    +        initialMap.put("\u00D9", "&Ugrave;"); // Ù - uppercase U, grave accent
    +        initialMap.put("\u00DA", "&Uacute;"); // Ú - uppercase U, acute accent
    +        initialMap.put("\u00DB", "&Ucirc;"); // Û - uppercase U, circumflex accent
    +        initialMap.put("\u00DC", "&Uuml;"); // Ü - uppercase U, umlaut
    +        initialMap.put("\u00DD", "&Yacute;"); // Ý - uppercase Y, acute accent
    +        initialMap.put("\u00DE", "&THORN;"); // Þ - uppercase THORN, Icelandic
    +        initialMap.put("\u00DF", "&szlig;"); // ß - lowercase sharps, German
    +        initialMap.put("\u00E0", "&agrave;"); // à - lowercase a, grave accent
    +        initialMap.put("\u00E1", "&aacute;"); // á - lowercase a, acute accent
    +        initialMap.put("\u00E2", "&acirc;"); // â - lowercase a, circumflex accent
    +        initialMap.put("\u00E3", "&atilde;"); // ã - lowercase a, tilde
    +        initialMap.put("\u00E4", "&auml;"); // ä - lowercase a, umlaut
    +        initialMap.put("\u00E5", "&aring;"); // å - lowercase a, ring
    +        initialMap.put("\u00E6", "&aelig;"); // æ - lowercase ae
    +        initialMap.put("\u00E7", "&ccedil;"); // ç - lowercase c, cedilla
    +        initialMap.put("\u00E8", "&egrave;"); // è - lowercase e, grave accent
    +        initialMap.put("\u00E9", "&eacute;"); // é - lowercase e, acute accent
    +        initialMap.put("\u00EA", "&ecirc;"); // ê - lowercase e, circumflex accent
    +        initialMap.put("\u00EB", "&euml;"); // ë - lowercase e, umlaut
    +        initialMap.put("\u00EC", "&igrave;"); // ì - lowercase i, grave accent
    +        initialMap.put("\u00ED", "&iacute;"); // í - lowercase i, acute accent
    +        initialMap.put("\u00EE", "&icirc;"); // î - lowercase i, circumflex accent
    +        initialMap.put("\u00EF", "&iuml;"); // ï - lowercase i, umlaut
    +        initialMap.put("\u00F0", "&eth;"); // ð - lowercase eth, Icelandic
    +        initialMap.put("\u00F1", "&ntilde;"); // ñ - lowercase n, tilde
    +        initialMap.put("\u00F2", "&ograve;"); // ò - lowercase o, grave accent
    +        initialMap.put("\u00F3", "&oacute;"); // ó - lowercase o, acute accent
    +        initialMap.put("\u00F4", "&ocirc;"); // ô - lowercase o, circumflex accent
    +        initialMap.put("\u00F5", "&otilde;"); // õ - lowercase o, tilde
    +        initialMap.put("\u00F6", "&ouml;"); // ö - lowercase o, umlaut
    +        initialMap.put("\u00F7", "&divide;"); // division sign
    +        initialMap.put("\u00F8", "&oslash;"); // ø - lowercase o, slash
    +        initialMap.put("\u00F9", "&ugrave;"); // ù - lowercase u, grave accent
    +        initialMap.put("\u00FA", "&uacute;"); // ú - lowercase u, acute accent
    +        initialMap.put("\u00FB", "&ucirc;"); // û - lowercase u, circumflex accent
    +        initialMap.put("\u00FC", "&uuml;"); // ü - lowercase u, umlaut
    +        initialMap.put("\u00FD", "&yacute;"); // ý - lowercase y, acute accent
    +        initialMap.put("\u00FE", "&thorn;"); // þ - lowercase thorn, Icelandic
    +        initialMap.put("\u00FF", "&yuml;"); // ÿ - lowercase y, umlaut
    +        ISO8859_1_ESCAPE = Collections.unmodifiableMap(initialMap);
    +    }
    +
    +    /**
    +     * Reverse of {@link #ISO8859_1_ESCAPE} for unescaping purposes.
    +     */
    +    public static final Map<CharSequence, CharSequence> ISO8859_1_UNESCAPE;
    +    static {
    +        ISO8859_1_UNESCAPE = Collections.unmodifiableMap(invert(ISO8859_1_ESCAPE));
    +    }
    +
    +    /**
    +     * A Map&lt;CharSequence, CharSequence&gt; to escape additional
    +     * <a href="http://www.w3.org/TR/REC-html40/sgml/entities.html">character entity
    +     * references</a>. Note that this must be used with {@link #ISO8859_1_ESCAPE} to get the full list of
    +     * HTML 4.0 character entities.
    +     */
    +    public static final Map<CharSequence, CharSequence> HTML40_EXTENDED_ESCAPE;
    +    static {
    +        final Map<CharSequence, CharSequence> initialMap = new HashMap<>();
    +        // <!-- Latin Extended-B -->
    +        initialMap.put("\u0192", "&fnof;"); // latin small f with hook = function= florin, U+0192 ISOtech -->
    +        // <!-- Greek -->
    +        initialMap.put("\u0391", "&Alpha;"); // greek capital letter alpha, U+0391 -->
    +        initialMap.put("\u0392", "&Beta;"); // greek capital letter beta, U+0392 -->
    +        initialMap.put("\u0393", "&Gamma;"); // greek capital letter gamma,U+0393 ISOgrk3 -->
    +        initialMap.put("\u0394", "&Delta;"); // greek capital letter delta,U+0394 ISOgrk3 -->
    +        initialMap.put("\u0395", "&Epsilon;"); // greek capital letter epsilon, U+0395 -->
    +        initialMap.put("\u0396", "&Zeta;"); // greek capital letter zeta, U+0396 -->
    +        initialMap.put("\u0397", "&Eta;"); // greek capital letter eta, U+0397 -->
    +        initialMap.put("\u0398", "&Theta;"); // greek capital letter theta,U+0398 ISOgrk3 -->
    +        initialMap.put("\u0399", "&Iota;"); // greek capital letter iota, U+0399 -->
    +        initialMap.put("\u039A", "&Kappa;"); // greek capital letter kappa, U+039A -->
    +        initialMap.put("\u039B", "&Lambda;"); // greek capital letter lambda,U+039B ISOgrk3 -->
    +        initialMap.put("\u039C", "&Mu;"); // greek capital letter mu, U+039C -->
    +        initialMap.put("\u039D", "&Nu;"); // greek capital letter nu, U+039D -->
    +        initialMap.put("\u039E", "&Xi;"); // greek capital letter xi, U+039E ISOgrk3 -->
    +        initialMap.put("\u039F", "&Omicron;"); // greek capital letter omicron, U+039F -->
    +        initialMap.put("\u03A0", "&Pi;"); // greek capital letter pi, U+03A0 ISOgrk3 -->
    +        initialMap.put("\u03A1", "&Rho;"); // greek capital letter rho, U+03A1 -->
    +        // <!-- there is no Sigmaf, and no U+03A2 character either -->
    +        initialMap.put("\u03A3", "&Sigma;"); // greek capital letter sigma,U+03A3 ISOgrk3 -->
    +        initialMap.put("\u03A4", "&Tau;"); // greek capital letter tau, U+03A4 -->
    +        initialMap.put("\u03A5", "&Upsilon;"); // greek capital letter upsilon,U+03A5 ISOgrk3 -->
    +        initialMap.put("\u03A6", "&Phi;"); // greek capital letter phi,U+03A6 ISOgrk3 -->
    +        initialMap.put("\u03A7", "&Chi;"); // greek capital letter chi, U+03A7 -->
    +        initialMap.put("\u03A8", "&Psi;"); // greek capital letter psi,U+03A8 ISOgrk3 -->
    +        initialMap.put("\u03A9", "&Omega;"); // greek capital letter omega,U+03A9 ISOgrk3 -->
    +        initialMap.put("\u03B1", "&alpha;"); // greek small letter alpha,U+03B1 ISOgrk3 -->
    +        initialMap.put("\u03B2", "&beta;"); // greek small letter beta, U+03B2 ISOgrk3 -->
    +        initialMap.put("\u03B3", "&gamma;"); // greek small letter gamma,U+03B3 ISOgrk3 -->
    +        initialMap.put("\u03B4", "&delta;"); // greek small letter delta,U+03B4 ISOgrk3 -->
    +        initialMap.put("\u03B5", "&epsilon;"); // greek small letter epsilon,U+03B5 ISOgrk3 -->
    +        initialMap.put("\u03B6", "&zeta;"); // greek small letter zeta, U+03B6 ISOgrk3 -->
    +        initialMap.put("\u03B7", "&eta;"); // greek small letter eta, U+03B7 ISOgrk3 -->
    +        initialMap.put("\u03B8", "&theta;"); // greek small letter theta,U+03B8 ISOgrk3 -->
    +        initialMap.put("\u03B9", "&iota;"); // greek small letter iota, U+03B9 ISOgrk3 -->
    +        initialMap.put("\u03BA", "&kappa;"); // greek small letter kappa,U+03BA ISOgrk3 -->
    +        initialMap.put("\u03BB", "&lambda;"); // greek small letter lambda,U+03BB ISOgrk3 -->
    +        initialMap.put("\u03BC", "&mu;"); // greek small letter mu, U+03BC ISOgrk3 -->
    +        initialMap.put("\u03BD", "&nu;"); // greek small letter nu, U+03BD ISOgrk3 -->
    +        initialMap.put("\u03BE", "&xi;"); // greek small letter xi, U+03BE ISOgrk3 -->
    +        initialMap.put("\u03BF", "&omicron;"); // greek small letter omicron, U+03BF NEW -->
    +        initialMap.put("\u03C0", "&pi;"); // greek small letter pi, U+03C0 ISOgrk3 -->
    +        initialMap.put("\u03C1", "&rho;"); // greek small letter rho, U+03C1 ISOgrk3 -->
    +        initialMap.put("\u03C2", "&sigmaf;"); // greek small letter final sigma,U+03C2 ISOgrk3 -->
    +        initialMap.put("\u03C3", "&sigma;"); // greek small letter sigma,U+03C3 ISOgrk3 -->
    +        initialMap.put("\u03C4", "&tau;"); // greek small letter tau, U+03C4 ISOgrk3 -->
    +        initialMap.put("\u03C5", "&upsilon;"); // greek small letter upsilon,U+03C5 ISOgrk3 -->
    +        initialMap.put("\u03C6", "&phi;"); // greek small letter phi, U+03C6 ISOgrk3 -->
    +        initialMap.put("\u03C7", "&chi;"); // greek small letter chi, U+03C7 ISOgrk3 -->
    +        initialMap.put("\u03C8", "&psi;"); // greek small letter psi, U+03C8 ISOgrk3 -->
    +        initialMap.put("\u03C9", "&omega;"); // greek small letter omega,U+03C9 ISOgrk3 -->
    +        initialMap.put("\u03D1", "&thetasym;"); // greek small letter theta symbol,U+03D1 NEW -->
    +        initialMap.put("\u03D2", "&upsih;"); // greek upsilon with hook symbol,U+03D2 NEW -->
    +        initialMap.put("\u03D6", "&piv;"); // greek pi symbol, U+03D6 ISOgrk3 -->
    +        // <!-- General Punctuation -->
    +        initialMap.put("\u2022", "&bull;"); // bullet = black small circle,U+2022 ISOpub -->
    +        // <!-- bullet is NOT the same as bullet operator, U+2219 -->
    +        initialMap.put("\u2026", "&hellip;"); // horizontal ellipsis = three dot leader,U+2026 ISOpub -->
    +        initialMap.put("\u2032", "&prime;"); // prime = minutes = feet, U+2032 ISOtech -->
    +        initialMap.put("\u2033", "&Prime;"); // double prime = seconds = inches,U+2033 ISOtech -->
    +        initialMap.put("\u203E", "&oline;"); // overline = spacing overscore,U+203E NEW -->
    +        initialMap.put("\u2044", "&frasl;"); // fraction slash, U+2044 NEW -->
    +        // <!-- Letterlike Symbols -->
    +        initialMap.put("\u2118", "&weierp;"); // script capital P = power set= Weierstrass p, U+2118 ISOamso -->
    +        initialMap.put("\u2111", "&image;"); // blackletter capital I = imaginary part,U+2111 ISOamso -->
    +        initialMap.put("\u211C", "&real;"); // blackletter capital R = real part symbol,U+211C ISOamso -->
    +        initialMap.put("\u2122", "&trade;"); // trade mark sign, U+2122 ISOnum -->
    +        initialMap.put("\u2135", "&alefsym;"); // alef symbol = first transfinite cardinal,U+2135 NEW -->
    +        // <!-- alef symbol is NOT the same as hebrew letter alef,U+05D0 although the
    +        // same glyph could be used to depict both characters -->
    +        // <!-- Arrows -->
    +        initialMap.put("\u2190", "&larr;"); // leftwards arrow, U+2190 ISOnum -->
    +        initialMap.put("\u2191", "&uarr;"); // upwards arrow, U+2191 ISOnum-->
    +        initialMap.put("\u2192", "&rarr;"); // rightwards arrow, U+2192 ISOnum -->
    +        initialMap.put("\u2193", "&darr;"); // downwards arrow, U+2193 ISOnum -->
    +        initialMap.put("\u2194", "&harr;"); // left right arrow, U+2194 ISOamsa -->
    +        initialMap.put("\u21B5", "&crarr;"); // downwards arrow with corner leftwards= carriage return, U+21B5 NEW -->
    +        initialMap.put("\u21D0", "&lArr;"); // leftwards double arrow, U+21D0 ISOtech -->
    +        // <!-- ISO 10646 does not say that lArr is the same as the 'is implied by'
    +        // arrow but also does not have any other character for that function.
    +        // So ? lArr canbe used for 'is implied by' as ISOtech suggests -->
    +        initialMap.put("\u21D1", "&uArr;"); // upwards double arrow, U+21D1 ISOamsa -->
    +        initialMap.put("\u21D2", "&rArr;"); // rightwards double arrow,U+21D2 ISOtech -->
    +        // <!-- ISO 10646 does not say this is the 'implies' character but does not
    +        // have another character with this function so ?rArr can be used for
    +        // 'implies' as ISOtech suggests -->
    +        initialMap.put("\u21D3", "&dArr;"); // downwards double arrow, U+21D3 ISOamsa -->
    +        initialMap.put("\u21D4", "&hArr;"); // left right double arrow,U+21D4 ISOamsa -->
    +        // <!-- Mathematical Operators -->
    +        initialMap.put("\u2200", "&forall;"); // for all, U+2200 ISOtech -->
    +        initialMap.put("\u2202", "&part;"); // partial differential, U+2202 ISOtech -->
    +        initialMap.put("\u2203", "&exist;"); // there exists, U+2203 ISOtech -->
    +        initialMap.put("\u2205", "&empty;"); // empty set = null set = diameter,U+2205 ISOamso -->
    +        initialMap.put("\u2207", "&nabla;"); // nabla = backward difference,U+2207 ISOtech -->
    +        initialMap.put("\u2208", "&isin;"); // element of, U+2208 ISOtech -->
    +        initialMap.put("\u2209", "&notin;"); // not an element of, U+2209 ISOtech -->
    +        initialMap.put("\u220B", "&ni;"); // contains as member, U+220B ISOtech -->
    +        // <!-- should there be a more memorable name than 'ni'? -->
    +        initialMap.put("\u220F", "&prod;"); // n-ary product = product sign,U+220F ISOamsb -->
    +        // <!-- prod is NOT the same character as U+03A0 'greek capital letter pi'
    +        // though the same glyph might be used for both -->
    +        initialMap.put("\u2211", "&sum;"); // n-ary summation, U+2211 ISOamsb -->
    +        // <!-- sum is NOT the same character as U+03A3 'greek capital letter sigma'
    +        // though the same glyph might be used for both -->
    +        initialMap.put("\u2212", "&minus;"); // minus sign, U+2212 ISOtech -->
    +        initialMap.put("\u2217", "&lowast;"); // asterisk operator, U+2217 ISOtech -->
    +        initialMap.put("\u221A", "&radic;"); // square root = radical sign,U+221A ISOtech -->
    +        initialMap.put("\u221D", "&prop;"); // proportional to, U+221D ISOtech -->
    +        initialMap.put("\u221E", "&infin;"); // infinity, U+221E ISOtech -->
    +        initialMap.put("\u2220", "&ang;"); // angle, U+2220 ISOamso -->
    +        initialMap.put("\u2227", "&and;"); // logical and = wedge, U+2227 ISOtech -->
    +        initialMap.put("\u2228", "&or;"); // logical or = vee, U+2228 ISOtech -->
    +        initialMap.put("\u2229", "&cap;"); // intersection = cap, U+2229 ISOtech -->
    +        initialMap.put("\u222A", "&cup;"); // union = cup, U+222A ISOtech -->
    +        initialMap.put("\u222B", "&int;"); // integral, U+222B ISOtech -->
    +        initialMap.put("\u2234", "&there4;"); // therefore, U+2234 ISOtech -->
    +        initialMap.put("\u223C", "&sim;"); // tilde operator = varies with = similar to,U+223C ISOtech -->
    +        // <!-- tilde operator is NOT the same character as the tilde, U+007E,although
    +        // the same glyph might be used to represent both -->
    +        initialMap.put("\u2245", "&cong;"); // approximately equal to, U+2245 ISOtech -->
    +        initialMap.put("\u2248", "&asymp;"); // almost equal to = asymptotic to,U+2248 ISOamsr -->
    +        initialMap.put("\u2260", "&ne;"); // not equal to, U+2260 ISOtech -->
    +        initialMap.put("\u2261", "&equiv;"); // identical to, U+2261 ISOtech -->
    +        initialMap.put("\u2264", "&le;"); // less-than or equal to, U+2264 ISOtech -->
    +        initialMap.put("\u2265", "&ge;"); // greater-than or equal to,U+2265 ISOtech -->
    +        initialMap.put("\u2282", "&sub;"); // subset of, U+2282 ISOtech -->
    +        initialMap.put("\u2283", "&sup;"); // superset of, U+2283 ISOtech -->
    +        // <!-- note that nsup, 'not a superset of, U+2283' is not covered by the
    +        // Symbol font encoding and is not included. Should it be, for symmetry?
    +        // It is in ISOamsn -->,
    +        initialMap.put("\u2284", "&nsub;"); // not a subset of, U+2284 ISOamsn -->
    +        initialMap.put("\u2286", "&sube;"); // subset of or equal to, U+2286 ISOtech -->
    +        initialMap.put("\u2287", "&supe;"); // superset of or equal to,U+2287 ISOtech -->
    +        initialMap.put("\u2295", "&oplus;"); // circled plus = direct sum,U+2295 ISOamsb -->
    +        initialMap.put("\u2297", "&otimes;"); // circled times = vector product,U+2297 ISOamsb -->
    +        initialMap.put("\u22A5", "&perp;"); // up tack = orthogonal to = perpendicular,U+22A5 ISOtech -->
    +        initialMap.put("\u22C5", "&sdot;"); // dot operator, U+22C5 ISOamsb -->
    +        // <!-- dot operator is NOT the same character as U+00B7 middle dot -->
    +        // <!-- Miscellaneous Technical -->
    +        initialMap.put("\u2308", "&lceil;"); // left ceiling = apl upstile,U+2308 ISOamsc -->
    +        initialMap.put("\u2309", "&rceil;"); // right ceiling, U+2309 ISOamsc -->
    +        initialMap.put("\u230A", "&lfloor;"); // left floor = apl downstile,U+230A ISOamsc -->
    +        initialMap.put("\u230B", "&rfloor;"); // right floor, U+230B ISOamsc -->
    +        initialMap.put("\u2329", "&lang;"); // left-pointing angle bracket = bra,U+2329 ISOtech -->
    +        // <!-- lang is NOT the same character as U+003C 'less than' or U+2039 'single left-pointing angle quotation
    +        // mark' -->
    +        initialMap.put("\u232A", "&rang;"); // right-pointing angle bracket = ket,U+232A ISOtech -->
    +        // <!-- rang is NOT the same character as U+003E 'greater than' or U+203A
    +        // 'single right-pointing angle quotation mark' -->
    +        // <!-- Geometric Shapes -->
    +        initialMap.put("\u25CA", "&loz;"); // lozenge, U+25CA ISOpub -->
    +        // <!-- Miscellaneous Symbols -->
    +        initialMap.put("\u2660", "&spades;"); // black spade suit, U+2660 ISOpub -->
    +        // <!-- black here seems to mean filled as opposed to hollow -->
    +        initialMap.put("\u2663", "&clubs;"); // black club suit = shamrock,U+2663 ISOpub -->
    +        initialMap.put("\u2665", "&hearts;"); // black heart suit = valentine,U+2665 ISOpub -->
    +        initialMap.put("\u2666", "&diams;"); // black diamond suit, U+2666 ISOpub -->
    +
    +        // <!-- Latin Extended-A -->
    +        initialMap.put("\u0152", "&OElig;"); // -- latin capital ligature OE,U+0152 ISOlat2 -->
    +        initialMap.put("\u0153", "&oelig;"); // -- latin small ligature oe, U+0153 ISOlat2 -->
    +        // <!-- ligature is a misnomer, this is a separate character in some languages -->
    +        initialMap.put("\u0160", "&Scaron;"); // -- latin capital letter S with caron,U+0160 ISOlat2 -->
    +        initialMap.put("\u0161", "&scaron;"); // -- latin small letter s with caron,U+0161 ISOlat2 -->
    +        initialMap.put("\u0178", "&Yuml;"); // -- latin capital letter Y with diaeresis,U+0178 ISOlat2 -->
    +        // <!-- Spacing Modifier Letters -->
    +        initialMap.put("\u02C6", "&circ;"); // -- modifier letter circumflex accent,U+02C6 ISOpub -->
    +        initialMap.put("\u02DC", "&tilde;"); // small tilde, U+02DC ISOdia -->
    +        // <!-- General Punctuation -->
    +        initialMap.put("\u2002", "&ensp;"); // en space, U+2002 ISOpub -->
    +        initialMap.put("\u2003", "&emsp;"); // em space, U+2003 ISOpub -->
    +        initialMap.put("\u2009", "&thinsp;"); // thin space, U+2009 ISOpub -->
    +        initialMap.put("\u200C", "&zwnj;"); // zero width non-joiner,U+200C NEW RFC 2070 -->
    +        initialMap.put("\u200D", "&zwj;"); // zero width joiner, U+200D NEW RFC 2070 -->
    +        initialMap.put("\u200E", "&lrm;"); // left-to-right mark, U+200E NEW RFC 2070 -->
    +        initialMap.put("\u200F", "&rlm;"); // right-to-left mark, U+200F NEW RFC 2070 -->
    +        initialMap.put("\u2013", "&ndash;"); // en dash, U+2013 ISOpub -->
    +        initialMap.put("\u2014", "&mdash;"); // em dash, U+2014 ISOpub -->
    +        initialMap.put("\u2018", "&lsquo;"); // left single quotation mark,U+2018 ISOnum -->
    +        initialMap.put("\u2019", "&rsquo;"); // right single quotation mark,U+2019 ISOnum -->
    +        initialMap.put("\u201A", "&sbquo;"); // single low-9 quotation mark, U+201A NEW -->
    +        initialMap.put("\u201C", "&ldquo;"); // left double quotation mark,U+201C ISOnum -->
    +        initialMap.put("\u201D", "&rdquo;"); // right double quotation mark,U+201D ISOnum -->
    +        initialMap.put("\u201E", "&bdquo;"); // double low-9 quotation mark, U+201E NEW -->
    +        initialMap.put("\u2020", "&dagger;"); // dagger, U+2020 ISOpub -->
    +        initialMap.put("\u2021", "&Dagger;"); // double dagger, U+2021 ISOpub -->
    +        initialMap.put("\u2030", "&permil;"); // per mille sign, U+2030 ISOtech -->
    +        initialMap.put("\u2039", "&lsaquo;"); // single left-pointing angle quotation mark,U+2039 ISO proposed -->
    +        // <!-- lsaquo is proposed but not yet ISO standardized -->
    +        initialMap.put("\u203A", "&rsaquo;"); // single right-pointing angle quotation mark,U+203A ISO proposed -->
    +        // <!-- rsaquo is proposed but not yet ISO standardized -->
    +        initialMap.put("\u20AC", "&euro;"); // -- euro sign, U+20AC NEW -->
    +        HTML40_EXTENDED_ESCAPE = Collections.unmodifiableMap(initialMap);
    +    }
    +
    +    /**
    +     * Reverse of {@link #HTML40_EXTENDED_ESCAPE} for unescaping purposes.
    +     */
    +    public static final Map<CharSequence, CharSequence> HTML40_EXTENDED_UNESCAPE;
    +    static {
    +        HTML40_EXTENDED_UNESCAPE = Collections.unmodifiableMap(invert(HTML40_EXTENDED_ESCAPE));
    +    }
    +
    +    /**
    +     * A Map&lt;CharSequence, CharSequence&gt; to escape the basic XML and HTML
    +     * character entities.
    +     *
    +     * Namely: {@code " & < >}
    +     */
    +    public static final Map<CharSequence, CharSequence> BASIC_ESCAPE;
    +    static {
    +        final Map<CharSequence, CharSequence> initialMap = new HashMap<>();
    +        initialMap.put("\"", "&quot;"); // " - double-quote
    +        initialMap.put("&", "&amp;");   // & - ampersand
    +        initialMap.put("<", "&lt;");    // < - less-than
    +        initialMap.put(">", "&gt;");    // > - greater-than
    +        BASIC_ESCAPE = Collections.unmodifiableMap(initialMap);
    +    }
    +
    +    /**
    +     * Reverse of {@link #BASIC_ESCAPE} for unescaping purposes.
    +     */
    +    public static final Map<CharSequence, CharSequence> BASIC_UNESCAPE;
    +    static {
    +        BASIC_UNESCAPE = Collections.unmodifiableMap(invert(BASIC_ESCAPE));
    +    }
    +
    +    /**
    +     * A Map&lt;CharSequence, CharSequence&gt; to escape the apostrophe character to
    +     * its XML character entity.
    +     */
    +    public static final Map<CharSequence, CharSequence> APOS_ESCAPE;
    +    static {
    +        final Map<CharSequence, CharSequence> initialMap = new HashMap<>();
    +        initialMap.put("'", "&apos;"); // XML apostrophe
    +        APOS_ESCAPE = Collections.unmodifiableMap(initialMap);
    +    }
    +
    +    /**
    +     * Reverse of {@link #APOS_ESCAPE} for unescaping purposes.
    +     */
    +    public static final Map<CharSequence, CharSequence> APOS_UNESCAPE;
    +    static {
    +        APOS_UNESCAPE = Collections.unmodifiableMap(invert(APOS_ESCAPE));
    +    }
    +
    +    /**
    +     * A Map&lt;CharSequence, CharSequence&gt; to escape the Java
    +     * control characters.
    +     *
    +     * Namely: {@code \b \n \t \f \r}
    +     */
    +    public static final Map<CharSequence, CharSequence> JAVA_CTRL_CHARS_ESCAPE;
    +    static {
    +        final Map<CharSequence, CharSequence> initialMap = new HashMap<>();
    +        initialMap.put("\b", "\\b");
    +        initialMap.put("\n", "\\n");
    +        initialMap.put("\t", "\\t");
    +        initialMap.put("\f", "\\f");
    +        initialMap.put("\r", "\\r");
    +        JAVA_CTRL_CHARS_ESCAPE = Collections.unmodifiableMap(initialMap);
    +    }
    +
    +    /**
    +     * Reverse of {@link #JAVA_CTRL_CHARS_ESCAPE} for unescaping purposes.
    +     */
    +    public static final Map<CharSequence, CharSequence> JAVA_CTRL_CHARS_UNESCAPE;
    +    static {
    +        JAVA_CTRL_CHARS_UNESCAPE = Collections.unmodifiableMap(invert(JAVA_CTRL_CHARS_ESCAPE));
    +    }
    +
    +    private EntityArrays() {
    +        // complete
    +    }
    +
    +    /**
    +     * Used to invert an escape Map into an unescape Map.
    +     * @param map Map&lt;String, String&gt; to be inverted
    +     * @return Map&lt;String, String&gt; inverted array
    +     */
    +    public static Map<CharSequence, CharSequence> invert(final Map<CharSequence, CharSequence> map) {
    +        final Map<CharSequence, CharSequence> newMap = new HashMap<>();
    +        for (final Map.Entry<CharSequence, CharSequence> pair : map.entrySet()) {
    +            newMap.put(pair.getValue(), pair.getKey());
    +        }
    +        return newMap;
    +    }
    +
    +}
    
  • rt/transports/http/src/main/java/org/apache/cxf/transport/commons_text/LookupTranslator.java+103 0 added
    @@ -0,0 +1,103 @@
    +/**
    + * Licensed to the Apache Software Foundation (ASF) under one
    + * or more contributor license agreements. See the NOTICE file
    + * distributed with this work for additional information
    + * regarding copyright ownership. The ASF licenses this file
    + * to you under the Apache License, Version 2.0 (the
    + * "License"); you may not use this file except in compliance
    + * with the License. You may obtain a copy of the License at
    + *
    + * http://www.apache.org/licenses/LICENSE-2.0
    + *
    + * Unless required by applicable law or agreed to in writing,
    + * software distributed under the License is distributed on an
    + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    + * KIND, either express or implied. See the License for the
    + * specific language governing permissions and limitations
    + * under the License.
    + */
    +package org.apache.cxf.transport.commons_text;
    +
    +import java.io.IOException;
    +import java.io.Writer;
    +import java.security.InvalidParameterException;
    +import java.util.BitSet;
    +import java.util.HashMap;
    +import java.util.Map;
    +
    +/**
    + * Translates a value using a lookup table.
    + *
    + * @since 1.0
    + */
    +class LookupTranslator extends CharSequenceTranslator {
    +
    +    /** The mapping to be used in translation. */
    +    private final Map<String, String> lookupMap;
    +    /** The first character of each key in the lookupMap. */
    +    private final BitSet prefixSet;
    +    /** The length of the shortest key in the lookupMap. */
    +    private final int shortest;
    +    /** The length of the longest key in the lookupMap. */
    +    private final int longest;
    +
    +    /**
    +     * Define the lookup table to be used in translation
    +     *
    +     * Note that, as of Lang 3.1 (the origin of this code), the key to the lookup
    +     * table is converted to a java.lang.String. This is because we need the key
    +     * to support hashCode and equals(Object), allowing it to be the key for a
    +     * HashMap. See LANG-882.
    +     *
    +     * @param lookupMap Map&lt;CharSequence, CharSequence&gt; table of translator
    +     *                  mappings
    +     */
    +    LookupTranslator(final Map<CharSequence, CharSequence> lookupMap) {
    +        if (lookupMap == null) {
    +            throw new InvalidParameterException("lookupMap cannot be null");
    +        }
    +        this.lookupMap = new HashMap<>();
    +        this.prefixSet = new BitSet();
    +        int currentShortest = Integer.MAX_VALUE;
    +        int currentLongest = 0;
    +
    +        for (final Map.Entry<CharSequence, CharSequence> pair : lookupMap.entrySet()) {
    +            this.lookupMap.put(pair.getKey().toString(), pair.getValue().toString());
    +            this.prefixSet.set(pair.getKey().charAt(0));
    +            final int sz = pair.getKey().length();
    +            if (sz < currentShortest) {
    +                currentShortest = sz;
    +            }
    +            if (sz > currentLongest) {
    +                currentLongest = sz;
    +            }
    +        }
    +        this.shortest = currentShortest;
    +        this.longest = currentLongest;
    +    }
    +
    +    /**
    +     * {@inheritDoc}
    +     */
    +    @Override
    +    public int translate(final CharSequence input, final int index, final Writer out) throws IOException {
    +        // check if translation exists for the input at position index
    +        if (prefixSet.get(input.charAt(index))) {
    +            int max = longest;
    +            if (index + longest > input.length()) {
    +                max = input.length() - index;
    +            }
    +            // implement greedy algorithm by trying maximum match first
    +            for (int i = max; i >= shortest; i--) {
    +                final CharSequence subSeq = input.subSequence(index, index + i);
    +                final String result = lookupMap.get(subSeq.toString());
    +
    +                if (result != null) {
    +                    out.write(result);
    +                    return i;
    +                }
    +            }
    +        }
    +        return 0;
    +    }
    +}
    
  • rt/transports/http/src/main/java/org/apache/cxf/transport/commons_text/StringEscapeUtils.java+87 0 added
    @@ -0,0 +1,87 @@
    +/**
    + * Licensed to the Apache Software Foundation (ASF) under one
    + * or more contributor license agreements. See the NOTICE file
    + * distributed with this work for additional information
    + * regarding copyright ownership. The ASF licenses this file
    + * to you under the Apache License, Version 2.0 (the
    + * "License"); you may not use this file except in compliance
    + * with the License. You may obtain a copy of the License at
    + *
    + * http://www.apache.org/licenses/LICENSE-2.0
    + *
    + * Unless required by applicable law or agreed to in writing,
    + * software distributed under the License is distributed on an
    + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    + * KIND, either express or implied. See the License for the
    + * specific language governing permissions and limitations
    + * under the License.
    + */
    +package org.apache.cxf.transport.commons_text;
    +
    +/**
    + * <p>Escapes and unescapes {@code String}s for
    + * Java, Java Script, HTML and XML.</p>
    + *
    + * <p>#ThreadSafe#</p>
    + *
    + *
    + * <p>
    + * This code has been adapted from Apache Commons Lang 3.5.
    + * </p>
    + *
    + * @since 1.0
    + */
    +public final class StringEscapeUtils {
    +
    +    /* ESCAPE TRANSLATORS */
    +
    +    /**
    +     * Translator object for escaping HTML version 4.0.
    +     *
    +     * While {@link #escapeHtml4(String)} is the expected method of use, this
    +     * object allows the HTML escaping functionality to be used
    +     * as the foundation for a custom translator.
    +     */
    +    public static final CharSequenceTranslator ESCAPE_HTML4 =
    +            new AggregateTranslator(
    +                    new LookupTranslator(EntityArrays.BASIC_ESCAPE),
    +                    new LookupTranslator(EntityArrays.ISO8859_1_ESCAPE),
    +                    new LookupTranslator(EntityArrays.HTML40_EXTENDED_ESCAPE)
    +            );
    +
    +    private StringEscapeUtils() {
    +        // complete
    +    }
    +
    +    // HTML and XML
    +    //--------------------------------------------------------------------------
    +    /**
    +     * <p>Escapes the characters in a {@code String} using HTML entities.</p>
    +     *
    +     * <p>
    +     * For example:
    +     * </p>
    +     * <p>{@code "bread" &amp; "butter"}</p>
    +     * becomes:
    +     * <p>
    +     * {@code &amp;quot;bread&amp;quot; &amp;amp; &amp;quot;butter&amp;quot;}.
    +     * </p>
    +     *
    +     * <p>Supports all known HTML 4.0 entities, including funky accents.
    +     * Note that the commonly used apostrophe escape character (&amp;apos;)
    +     * is not a legal entity and so is not supported). </p>
    +     *
    +     * @param input  the {@code String} to escape, may be null
    +     * @return a new escaped {@code String}, {@code null} if null string input
    +     *
    +     * @see <a href="http://hotwired.lycos.com/webmonkey/reference/special_characters/">ISO Entities</a>
    +     * @see <a href="http://www.w3.org/TR/REC-html32#latin1">HTML 3.2 Character Entities for ISO Latin-1</a>
    +     * @see <a href="http://www.w3.org/TR/REC-html40/sgml/entities.html">HTML 4.0 Character entity references</a>
    +     * @see <a href="http://www.w3.org/TR/html401/charset.html#h-5.3">HTML 4.01 Character References</a>
    +     * @see <a href="http://www.w3.org/TR/html401/charset.html#code-position">HTML 4.01 Code positions</a>
    +     */
    +    public static String escapeHtml4(final String input) {
    +        return ESCAPE_HTML4.translate(input);
    +    }
    +
    +}
    
  • rt/transports/http/src/main/java/org/apache/cxf/transport/servlet/servicelist/FormattedServiceListWriter.java+9 5 modified
    @@ -28,6 +28,7 @@
     import org.apache.cxf.helpers.CastUtils;
     import org.apache.cxf.service.model.OperationInfo;
     import org.apache.cxf.transport.AbstractDestination;
    +import org.apache.cxf.transport.commons_text.StringEscapeUtils;
     import org.apache.cxf.transport.http.AbstractHTTPDestination;
     
     public class FormattedServiceListWriter implements ServiceListWriter {
    @@ -118,7 +119,7 @@ private void writerSoapEndpoint(PrintWriter writer,
             writer.write("</ul>");
             writer.write("</td><td>");
     
    -
    +        absoluteURL = StringEscapeUtils.escapeHtml4(absoluteURL);
             writer.write("<span class=\"field\">Endpoint address:</span> " + "<span class=\"value\">"
                          + absoluteURL + "</span>");
             writer.write("<br/><span class=\"field\">WSDL :</span> " + "<a href=\"" + absoluteURL
    @@ -169,16 +170,17 @@ private void writeRESTfulEndpoint(PrintWriter writer,
             if (absoluteURL == null) {
                 return;
             }
    +        absoluteURL = StringEscapeUtils.escapeHtml4(absoluteURL);
     
             writer.write("<tr><td>");
             writer.write("<span class=\"field\">Endpoint address:</span> " + "<span class=\"value\">"
                          + absoluteURL + "</span>");
    -        
    +
             Bus sb = bus;
             if (sd instanceof AbstractHTTPDestination) {
                 sb = ((AbstractHTTPDestination)sd).getBus();
    -        }        
    -        
    +        }
    +
             addWadlIfNeeded(absoluteURL, sb, writer);
             addOpenApiIfNeeded(absoluteURL, sb, writer);
             addSwaggerIfNeeded(absoluteURL, sb, writer);
    @@ -205,7 +207,7 @@ private static void addOpenApiIfNeeded(String absoluteURL, Bus sb, PrintWriter w
             }
         }
     
    -    private static void writeApiSpec(String absoluteURL, Bus sb, PrintWriter writer, 
    +    private static void writeApiSpec(String absoluteURL, Bus sb, PrintWriter writer,
                 String specPath, String specName) {
             if (PropertyUtils.isTrue(sb.getProperty("swagger.service.ui.available"))) {
                 URI uri = URI.create(absoluteURL);
    @@ -220,13 +222,15 @@ private static void writeApiSpec(String absoluteURL, Bus sb, PrintWriter writer,
             if (!absoluteURL.endsWith("/")) {
                 specPath = "/" + specPath;
             }
    +        specPath = StringEscapeUtils.escapeHtml4(specPath);
             writer.write("<br/><span class=\"field\">" + specName + " :</span> " + "<a href=\"" + absoluteURL
                      + specPath + "\">" + absoluteURL + specPath + "</a>");
         }
     
         private static void addAtomLinkIfNeeded(String address, Map<String, String> extMap, PrintWriter pw) {
             String atomAddress = getExtensionEndpointAddress(address, extMap);
             if (atomAddress != null) {
    +            atomAddress = StringEscapeUtils.escapeHtml4(atomAddress);
                 pw.write("<br/><span class=\"field\">Atom Log Feed :</span> " + "<a href=\"" + atomAddress
                          + "\">" + atomAddress + "</a>");
             }
    
  • rt/transports/http/src/main/java/org/apache/cxf/transport/servlet/servicelist/UnformattedServiceListWriter.java+5 0 modified
    @@ -24,6 +24,7 @@
     import org.apache.cxf.Bus;
     import org.apache.cxf.common.util.PropertyUtils;
     import org.apache.cxf.transport.AbstractDestination;
    +import org.apache.cxf.transport.commons_text.StringEscapeUtils;
     import org.apache.cxf.transport.servlet.ServletDestination;
     
     public class UnformattedServiceListWriter implements ServiceListWriter {
    @@ -59,6 +60,8 @@ private void writeUnformattedSOAPEndpoints(PrintWriter writer,
                                                    AbstractDestination[] destinations) throws IOException {
             for (AbstractDestination sd : destinations) {
                 String address = getAbsoluteAddress(baseAddress, sd);
    +            address = StringEscapeUtils.escapeHtml4(address);
    +
                 writer.write(address);
     
                 if (renderWsdlList) {
    @@ -74,6 +77,8 @@ private void writeUnformattedRESTfulEndpoints(PrintWriter writer,
                                                       AbstractDestination[] destinations) throws IOException {
             for (AbstractDestination sd : destinations) {
                 String address = getAbsoluteAddress(baseAddress, sd);
    +            address = StringEscapeUtils.escapeHtml4(address);
    +
                 boolean wadlAvailable = bus != null
                     && PropertyUtils.isTrue(bus.getProperty("wadl.service.descrition.available"));
                 boolean swaggerAvailable = bus != null
    
  • systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/BookServerServiceListing.java+42 0 added
    @@ -0,0 +1,42 @@
    +/**
    + * Licensed to the Apache Software Foundation (ASF) under one
    + * or more contributor license agreements. See the NOTICE file
    + * distributed with this work for additional information
    + * regarding copyright ownership. The ASF licenses this file
    + * to you under the Apache License, Version 2.0 (the
    + * "License"); you may not use this file except in compliance
    + * with the License. You may obtain a copy of the License at
    + *
    + * http://www.apache.org/licenses/LICENSE-2.0
    + *
    + * Unless required by applicable law or agreed to in writing,
    + * software distributed under the License is distributed on an
    + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    + * KIND, either express or implied. See the License for the
    + * specific language governing permissions and limitations
    + * under the License.
    + */
    +
    +package org.apache.cxf.systest.jaxrs;
    +
    +public class BookServerServiceListing extends AbstractSpringServer {
    +
    +    public static final String PORT = allocatePort(BookServerServiceListing.class);
    +
    +    public BookServerServiceListing() {
    +        super("/service_listing", "/service_listing", Integer.parseInt(PORT));
    +    }
    +
    +    public static void main(String[] args) {
    +        try {
    +            BookServerServiceListing s = new BookServerServiceListing();
    +            s.start();
    +        } catch (Exception ex) {
    +            ex.printStackTrace();
    +            System.exit(-1);
    +        } finally {
    +            System.out.println("done!");
    +        }
    +    }
    +
    +}
    
  • systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSServicesListingTest.java+101 0 added
    @@ -0,0 +1,101 @@
    +/**
    + * Licensed to the Apache Software Foundation (ASF) under one
    + * or more contributor license agreements. See the NOTICE file
    + * distributed with this work for additional information
    + * regarding copyright ownership. The ASF licenses this file
    + * to you under the Apache License, Version 2.0 (the
    + * "License"); you may not use this file except in compliance
    + * with the License. You may obtain a copy of the License at
    + *
    + * http://www.apache.org/licenses/LICENSE-2.0
    + *
    + * Unless required by applicable law or agreed to in writing,
    + * software distributed under the License is distributed on an
    + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    + * KIND, either express or implied. See the License for the
    + * specific language governing permissions and limitations
    + * under the License.
    + */
    +
    +package org.apache.cxf.systest.jaxrs;
    +
    +import java.io.InputStream;
    +import java.net.URL;
    +
    +import org.apache.cxf.helpers.IOUtils;
    +import org.apache.cxf.jaxrs.model.AbstractResourceInfo;
    +import org.apache.cxf.testutil.common.AbstractBusClientServerTestBase;
    +
    +import org.junit.BeforeClass;
    +import org.junit.Test;
    +
    +import static org.junit.Assert.assertFalse;
    +import static org.junit.Assert.assertTrue;
    +
    +public class JAXRSServicesListingTest extends AbstractBusClientServerTestBase {
    +    public static final String PORT = BookServerServiceListing.PORT;
    +
    +    @BeforeClass
    +    public static void startServers() throws Exception {
    +        AbstractResourceInfo.clearAllMaps();
    +        assertTrue("server did not launch correctly",
    +                   launchServer(BookServerServiceListing.class, true));
    +        createStaticBus();
    +    }
    +
    +    @Test
    +    public void testServiceListing() throws Exception {
    +
    +        String endpointAddress =
    +            "http://localhost:" + PORT + "/service_listing/services";
    +        String expectedResult =
    +            "http://localhost:" + PORT + "/service_listing/services/resources";
    +
    +        URL url = new URL(endpointAddress);
    +        try (InputStream input = url.openStream()) {
    +            String result = IOUtils.readStringFromStream(input);
    +            assertTrue(result.contains(expectedResult));
    +        }
    +    }
    +
    +    @Test
    +    public void testServiceListingUnformatted() throws Exception {
    +
    +        String endpointAddress =
    +            "http://localhost:" + PORT + "/service_listing/services?formatted=false";
    +        String expectedResult =
    +            "http://localhost:" + PORT + "/service_listing/services/resources";
    +
    +        URL url = new URL(endpointAddress);
    +        try (InputStream input = url.openStream()) {
    +            String result = IOUtils.readStringFromStream(input);
    +            assertTrue(result.contains(expectedResult));
    +        }
    +    }
    +
    +    @Test
    +    public void testEscapeHTML() throws Exception {
    +
    +        String endpointAddress =
    +            "http://localhost:" + PORT + "/service_listing/services/<script>alert(1)</script>/../../";
    +
    +        URL url = new URL(endpointAddress);
    +        try (InputStream input = url.openStream()) {
    +            String result = IOUtils.readStringFromStream(input);
    +            assertFalse(result.contains("<script>"));
    +        }
    +    }
    +
    +    @Test
    +    public void testEscapeHTMLUnformatted() throws Exception {
    +
    +        String endpointAddress =
    +            "http://localhost:" + PORT + "/service_listing/services/<script>alert(1)</script>/../../?formatted=false";
    +
    +        URL url = new URL(endpointAddress);
    +        try (InputStream input = url.openStream()) {
    +            String result = IOUtils.readStringFromStream(input);
    +            assertFalse(result.contains("<script>"));
    +        }
    +    }
    +}
    
  • systests/jaxrs/src/test/resources/service_listing/WEB-INF/beans.xml+31 0 added
    @@ -0,0 +1,31 @@
    +<?xml version="1.0" encoding="UTF-8"?>
    +<!--
    +  Licensed to the Apache Software Foundation (ASF) under one
    +  or more contributor license agreements. See the NOTICE file
    +  distributed with this work for additional information
    +  regarding copyright ownership. The ASF licenses this file
    +  to you under the Apache License, Version 2.0 (the
    +  "License"); you may not use this file except in compliance
    +  with the License. You may obtain a copy of the License at
    +  
    +  http://www.apache.org/licenses/LICENSE-2.0
    +  
    +  Unless required by applicable law or agreed to in writing,
    +  software distributed under the License is distributed on an
    +  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    +  KIND, either express or implied. See the License for the
    +  specific language governing permissions and limitations
    +  under the License.
    +-->
    +<beans xmlns="http://www.springframework.org/schema/beans"
    +    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    +    xmlns:jaxrs="http://cxf.apache.org/jaxrs"
    +    xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://cxf.apache.org/jaxrs http://cxf.apache.org/schemas/jaxrs.xsd">
    +    <import resource="classpath:/META-INF/cxf/cxf.xml"/>
    +    <jaxrs:server id="bookservice" address="/resources">
    +        <jaxrs:serviceBeans>
    +            <ref bean="servletconfigstore"/>
    +        </jaxrs:serviceBeans>
    +    </jaxrs:server>
    +    <bean id="servletconfigstore" class="org.apache.cxf.systest.jaxrs.SpringServletConfigStore"/>
    +</beans>
    \ No newline at end of file
    
  • systests/jaxrs/src/test/resources/service_listing/WEB-INF/web.xml+46 0 added
    @@ -0,0 +1,46 @@
    +<?xml version="1.0" encoding="ISO-8859-1"?>
    +<!--
    +        Licensed to the Apache Software Foundation (ASF) under one
    +        or more contributor license agreements. See the NOTICE file
    +        distributed with this work for additional information
    +        regarding copyright ownership. The ASF licenses this file
    +        to you under the Apache License, Version 2.0 (the
    +        "License"); you may not use this file except in compliance
    +        with the License. You may obtain a copy of the License at
    +        
    +        http://www.apache.org/licenses/LICENSE-2.0
    +        
    +        Unless required by applicable law or agreed to in writing,
    +        software distributed under the License is distributed on an
    +        "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    +        KIND, either express or implied. See the License for the
    +        specific language governing permissions and limitations
    +        under the License.
    +-->
    +<!-- START SNIPPET: webxml -->
    +<web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.5" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee           http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
    +    <display-name>cxf</display-name>
    +    <context-param>
    +        <param-name>contextConfigLocation</param-name>
    +        <param-value>WEB-INF/beans.xml</param-value>
    +    </context-param>
    +    <listener>
    +        <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
    +    </listener>
    +    <servlet>
    +        <description>Apache CXF Endpoint</description>
    +        <display-name>cxf</display-name>
    +        <servlet-name>cxf</servlet-name>
    +        <servlet-class>org.apache.cxf.transport.servlet.CXFServlet</servlet-class>
    +        <load-on-startup>1</load-on-startup>
    +    </servlet>
    +    <servlet-mapping>
    +        <servlet-name>cxf</servlet-name>
    +        <url-pattern>/services/*</url-pattern>
    +    </servlet-mapping>
    +    <session-config>
    +        <session-timeout>60</session-timeout>
    +    </session-config>
    +</web-app>
    +
    +<!-- END SNIPPET: webxml -->
    
  • systests/ws-specs/pom.xml+10 0 modified
    @@ -193,11 +193,21 @@
                 <artifactId>spring-context</artifactId>
                 <scope>test</scope>
             </dependency>
    +        <dependency>
    +            <groupId>org.springframework</groupId>
    +            <artifactId>spring-web</artifactId>
    +            <scope>test</scope>
    +        </dependency>
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
                 <scope>test</scope>
             </dependency>
    +        <dependency>
    +            <groupId>org.eclipse.jetty</groupId>
    +            <artifactId>jetty-webapp</artifactId>
    +            <scope>test</scope>
    +        </dependency>
         </dependencies>
         <profiles>
             <profile>
    
  • systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/AbstractSpringServer.java+74 0 added
    @@ -0,0 +1,74 @@
    +/**
    + * Licensed to the Apache Software Foundation (ASF) under one
    + * or more contributor license agreements. See the NOTICE file
    + * distributed with this work for additional information
    + * regarding copyright ownership. The ASF licenses this file
    + * to you under the Apache License, Version 2.0 (the
    + * "License"); you may not use this file except in compliance
    + * with the License. You may obtain a copy of the License at
    + *
    + * http://www.apache.org/licenses/LICENSE-2.0
    + *
    + * Unless required by applicable law or agreed to in writing,
    + * software distributed under the License is distributed on an
    + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    + * KIND, either express or implied. See the License for the
    + * specific language governing permissions and limitations
    + * under the License.
    + */
    +
    +package org.apache.cxf.systest.ws;
    +
    +import org.apache.cxf.testutil.common.AbstractBusTestServerBase;
    +import org.eclipse.jetty.server.handler.DefaultHandler;
    +import org.eclipse.jetty.server.handler.HandlerCollection;
    +import org.eclipse.jetty.util.resource.Resource;
    +import org.eclipse.jetty.webapp.WebAppContext;
    +
    +public abstract class AbstractSpringServer extends AbstractBusTestServerBase {
    +
    +    private org.eclipse.jetty.server.Server server;
    +    private String resourcePath;
    +    private String contextPath;
    +    private int port;
    +
    +    protected AbstractSpringServer(String path, int portNumber) {
    +        this(path, "/", portNumber);
    +    }
    +
    +    protected AbstractSpringServer(String path, String cPath, int portNumber) {
    +        resourcePath = path;
    +        contextPath = cPath;
    +        port = portNumber;
    +    }
    +
    +    protected void run() {
    +        server = new org.eclipse.jetty.server.Server(port);
    +
    +        WebAppContext webappcontext = new WebAppContext();
    +        webappcontext.setContextPath(contextPath);
    +        webappcontext.setBaseResource(Resource.newClassPathResource(resourcePath));
    +
    +        server.setHandler(new HandlerCollection(webappcontext, new DefaultHandler()));
    +
    +        try {
    +            configureServer(server);
    +            server.start();
    +        } catch (Exception e) {
    +            e.printStackTrace();
    +        }
    +    }
    +
    +    protected void configureServer(org.eclipse.jetty.server.Server theserver) throws Exception {
    +
    +    }
    +
    +    public void tearDown() throws Exception {
    +        super.tearDown();
    +        if (server != null) {
    +            server.stop();
    +            server.destroy();
    +            server = null;
    +        }
    +    }
    +}
    
  • systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/servicelisting/GreeterServiceListing.java+44 0 added
    @@ -0,0 +1,44 @@
    +/**
    + * Licensed to the Apache Software Foundation (ASF) under one
    + * or more contributor license agreements. See the NOTICE file
    + * distributed with this work for additional information
    + * regarding copyright ownership. The ASF licenses this file
    + * to you under the Apache License, Version 2.0 (the
    + * "License"); you may not use this file except in compliance
    + * with the License. You may obtain a copy of the License at
    + *
    + * http://www.apache.org/licenses/LICENSE-2.0
    + *
    + * Unless required by applicable law or agreed to in writing,
    + * software distributed under the License is distributed on an
    + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    + * KIND, either express or implied. See the License for the
    + * specific language governing permissions and limitations
    + * under the License.
    + */
    +
    +package org.apache.cxf.systest.ws.servicelisting;
    +
    +import org.apache.cxf.systest.ws.AbstractSpringServer;
    +
    +public class GreeterServiceListing extends AbstractSpringServer {
    +
    +    public static final String PORT = allocatePort(GreeterServiceListing.class);
    +
    +    public GreeterServiceListing() {
    +        super("/service_listing", "/service_listing", Integer.parseInt(PORT));
    +    }
    +
    +    public static void main(String[] args) {
    +        try {
    +            GreeterServiceListing s = new GreeterServiceListing();
    +            s.start();
    +        } catch (Exception ex) {
    +            ex.printStackTrace();
    +            System.exit(-1);
    +        } finally {
    +            System.out.println("done!");
    +        }
    +    }
    +
    +}
    
  • systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/servicelisting/JAXWSServicesListingTest.java+100 0 added
    @@ -0,0 +1,100 @@
    +/**
    + * Licensed to the Apache Software Foundation (ASF) under one
    + * or more contributor license agreements. See the NOTICE file
    + * distributed with this work for additional information
    + * regarding copyright ownership. The ASF licenses this file
    + * to you under the Apache License, Version 2.0 (the
    + * "License"); you may not use this file except in compliance
    + * with the License. You may obtain a copy of the License at
    + *
    + * http://www.apache.org/licenses/LICENSE-2.0
    + *
    + * Unless required by applicable law or agreed to in writing,
    + * software distributed under the License is distributed on an
    + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    + * KIND, either express or implied. See the License for the
    + * specific language governing permissions and limitations
    + * under the License.
    + */
    +
    +package org.apache.cxf.systest.ws.servicelisting;
    +
    +import java.io.InputStream;
    +import java.net.URL;
    +
    +import org.apache.cxf.helpers.IOUtils;
    +import org.apache.cxf.testutil.common.AbstractBusClientServerTestBase;
    +
    +import org.junit.BeforeClass;
    +import org.junit.Test;
    +
    +import static org.junit.Assert.assertFalse;
    +import static org.junit.Assert.assertTrue;
    +
    +public class JAXWSServicesListingTest extends AbstractBusClientServerTestBase {
    +    public static final String PORT = GreeterServiceListing.PORT;
    +
    +    @BeforeClass
    +    public static void startServers() throws Exception {
    +        assertTrue("server did not launch correctly",
    +                   launchServer(GreeterServiceListing.class, true));
    +        createStaticBus();
    +    }
    +
    +    @Test
    +    public void testServiceListing() throws Exception {
    +
    +        String endpointAddress =
    +            "http://localhost:" + PORT + "/service_listing/services";
    +        String expectedResult =
    +            "http://localhost:" + PORT + "/service_listing/services/SoapContext/GreeterPort";
    +
    +        URL url = new URL(endpointAddress);
    +        try (InputStream input = url.openStream()) {
    +            String result = IOUtils.readStringFromStream(input);
    +            assertTrue(result.contains(expectedResult));
    +        }
    +    }
    +
    +    @Test
    +    public void testServiceListingUnformatted() throws Exception {
    +
    +        String endpointAddress =
    +            "http://localhost:" + PORT + "/service_listing/services?formatted=false";
    +        String expectedResult =
    +            "http://localhost:" + PORT + "/service_listing/services/SoapContext/GreeterPort";
    +
    +        URL url = new URL(endpointAddress);
    +        try (InputStream input = url.openStream()) {
    +            String result = IOUtils.readStringFromStream(input);
    +            assertTrue(result.contains(expectedResult));
    +        }
    +    }
    +
    +    @Test
    +    public void testEscapeHTML() throws Exception {
    +
    +        String endpointAddress =
    +            "http://localhost:" + PORT + "/service_listing/services/<script>alert(1)</script>/../../";
    +
    +        URL url = new URL(endpointAddress);
    +        try (InputStream input = url.openStream()) {
    +            String result = IOUtils.readStringFromStream(input);
    +            assertFalse(result.contains("<script>"));
    +        }
    +    }
    +
    +    @Test
    +    public void testEscapeHTMLUnformatted() throws Exception {
    +
    +        String endpointAddress =
    +            "http://localhost:" + PORT + "/service_listing/services/<script>alert(1)</script>/../../?formatted=false";
    +
    +        URL url = new URL(endpointAddress);
    +        try (InputStream input = url.openStream()) {
    +            String result = IOUtils.readStringFromStream(input);
    +            assertFalse(result.contains("<script>"));
    +        }
    +    }
    +
    +}
    
  • systests/ws-specs/src/test/resources/service_listing/WEB-INF/beans.xml+36 0 added
    @@ -0,0 +1,36 @@
    +<?xml version="1.0" encoding="UTF-8"?>
    +<!--
    +  Licensed to the Apache Software Foundation (ASF) under one
    +  or more contributor license agreements. See the NOTICE file
    +  distributed with this work for additional information
    +  regarding copyright ownership. The ASF licenses this file
    +  to you under the Apache License, Version 2.0 (the
    +  "License"); you may not use this file except in compliance
    +  with the License. You may obtain a copy of the License at
    + 
    +  http://www.apache.org/licenses/LICENSE-2.0
    + 
    +  Unless required by applicable law or agreed to in writing,
    +  software distributed under the License is distributed on an
    +  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    +  KIND, either express or implied. See the License for the
    +  specific language governing permissions and limitations
    +  under the License.
    +-->
    +<beans xmlns="http://www.springframework.org/schema/beans"
    +    xmlns:jaxws="http://cxf.apache.org/jaxws"
    +    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    +    xmlns:cxf="http://cxf.apache.org/core"
    +    xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd http://cxf.apache.org/core http://cxf.apache.org/schemas/core.xsd">
    +    <cxf:bus>
    +        <cxf:features>
    +            <cxf:logging/>
    +        </cxf:features>
    +    </cxf:bus>
    +    <bean id="org.apache.cxf.ws.policy.PolicyEngine" class="org.apache.cxf.ws.policy.PolicyEngineImpl">
    +        <property name="bus" ref="cxf"/>
    +        <property name="enabled" value="true"/>
    +    </bean>
    +    <jaxws:endpoint name="{http://cxf.apache.org/greeter_control}GreeterPort" implementor="org.apache.cxf.systest.ws.policy.GreeterImpl" address="/SoapContext/GreeterPort" wsdlLocation="org/apache/cxf/systest/ws/policy/http_server_greeter.wsdl">
    +    </jaxws:endpoint>
    +</beans>
    \ No newline at end of file
    
  • systests/ws-specs/src/test/resources/service_listing/WEB-INF/web.xml+46 0 added
    @@ -0,0 +1,46 @@
    +<?xml version="1.0" encoding="ISO-8859-1"?>
    +<!--
    +        Licensed to the Apache Software Foundation (ASF) under one
    +        or more contributor license agreements. See the NOTICE file
    +        distributed with this work for additional information
    +        regarding copyright ownership. The ASF licenses this file
    +        to you under the Apache License, Version 2.0 (the
    +        "License"); you may not use this file except in compliance
    +        with the License. You may obtain a copy of the License at
    +        
    +        http://www.apache.org/licenses/LICENSE-2.0
    +        
    +        Unless required by applicable law or agreed to in writing,
    +        software distributed under the License is distributed on an
    +        "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    +        KIND, either express or implied. See the License for the
    +        specific language governing permissions and limitations
    +        under the License.
    +-->
    +<!-- START SNIPPET: webxml -->
    +<web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.5" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee           http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
    +    <display-name>cxf</display-name>
    +    <context-param>
    +        <param-name>contextConfigLocation</param-name>
    +        <param-value>WEB-INF/beans.xml</param-value>
    +    </context-param>
    +    <listener>
    +        <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
    +    </listener>
    +    <servlet>
    +        <description>Apache CXF Endpoint</description>
    +        <display-name>cxf</display-name>
    +        <servlet-name>cxf</servlet-name>
    +        <servlet-class>org.apache.cxf.transport.servlet.CXFServlet</servlet-class>
    +        <load-on-startup>1</load-on-startup>
    +    </servlet>
    +    <servlet-mapping>
    +        <servlet-name>cxf</servlet-name>
    +        <url-pattern>/services/*</url-pattern>
    +    </servlet-mapping>
    +    <session-config>
    +        <session-timeout>60</session-timeout>
    +    </session-config>
    +</web-app>
    +
    +<!-- END SNIPPET: webxml -->
    

Vulnerability mechanics

Synthesis attempt was rejected by the grounding validator. Re-run pending.

References

27

News mentions

0

No linked articles in our index yet.