You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by de...@apache.org on 2020/01/10 06:08:50 UTC

[cxf] branch master updated (e00fb55 -> 6fabd55)

This is an automated email from the ASF dual-hosted git repository.

deki pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git.


    from e00fb55  [CXF-8189]be able to set maven-compiler-plugin source/target version seperately for different JDK
     add 1448dd0  [CXF-7910] Change JAX-WS javax to jakarta artifact dependencies
     add 5fd6e46  [CXF-7910] Update SAAJ Impl to 1.4
     add fcd22cd  [CXF-7910] use servicemix specs for 2.3
     add 129a02d  [CXF-7910] add jakarta.xml.soap-api and jakarta.jws-api to fix OSGi errors, use existing cxf.specs.jaxws.api.version property
     add 4ba8ca2  [CXF-7910] add temporary exclusion until cxf-xjc-runtime has been released
     add 24af0f4  [CXF-7910] use jakarta.xml.soap-api and jakarta.jws-api
     add 00a8313  update saaj-impl to ee4j release version
     add 97efd8a  update saaj-impl servicemix bundle to 1.5.1_1
     add 75bd4e8  fixed merge error
     add bed309f  [CXF-7910]use saaj-impl 1.3.0 to make build pass with JDK8 and JDK11
     add 0c81f1b  [CXF-7910] make maven-enforcer-plugin happy
     add 544604a  Merge branch 'master' into CXF-7910_jakarta_jaxws-api
     add 4926f24  Merge branch 'master' into CXF-7910_jakarta_jaxws-api
     add 96cdc14  Merge remote-tracking branch 'origin/master' into CXF-7910_jakarta_jaxws-api
     add 505b762  CXF-7910: integrate latest servicemix releases
     add bc4ea13  [CXF-7910] use Jakarta activation
     add 49d34cf  CXF-7910: align saaj-impl for samples with version from parent pom
     add 64584f3  CXF-7910: replace javax.annotation-api with jakarta.annotation-api
     new 6fabd55  Merge pull request #500 from apache/CXF-7910_jakarta_jaxws-api

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 distribution/javadoc/pom.xml                       |  4 +-
 .../release/samples/jax_rs/minimal_osgi/pom.xml    |  4 +-
 distribution/src/main/release/samples/pom.xml      | 26 ++++----
 integration/spring-boot/starter-jaxrs/pom.xml      | 12 ++++
 integration/spring-boot/starter-jaxws/pom.xml      | 12 ++++
 .../src/it/jdk-cxf-with-toolchain/pom.xml          | 18 +++---
 .../codegen-plugin/src/it/mark-generated/pom.xml   | 20 +++---
 .../src/it/wsdl-artifact-resolution/pom.xml        | 20 +++---
 osgi/karaf/features/pom.xml                        |  8 +++
 .../karaf/features/src/main/resources/features.xml | 12 ++--
 osgi/repository/pom.xml                            |  6 ++
 parent/pom.xml                                     | 75 +++++++++++++++-------
 pom.xml                                            |  7 ++
 rt/frontend/jaxrs/pom.xml                          |  4 +-
 rt/rs/extensions/search/pom.xml                    | 12 ++++
 rt/rs/microprofile-client/pom.xml                  |  4 +-
 rt/rs/security/http-signature/pom.xml              |  4 +-
 rt/rs/security/oauth-parent/oauth2/pom.xml         | 16 +++--
 rt/rs/security/sso/oidc/pom.xml                    | 20 ++++--
 services/wsn/wsn-core/pom.xml                      | 22 ++++++-
 systests/cdi/base/pom.xml                          |  6 ++
 systests/jaxrs/pom.xml                             |  8 +++
 systests/microprofile/client/tracing/pom.xml       |  4 ++
 systests/rs-http-sci/pom.xml                       |  6 ++
 systests/rs-security/pom.xml                       |  8 +++
 systests/rs-sse/rs-sse-jetty/pom.xml               |  6 ++
 systests/tracing/pom.xml                           | 10 ++-
 systests/wsdl_maven/codegen/pom.xml                |  6 ++
 tools/javato/ws/pom.xml                            |  8 +--
 29 files changed, 269 insertions(+), 99 deletions(-)


[cxf] 01/01: Merge pull request #500 from apache/CXF-7910_jakarta_jaxws-api

Posted by de...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 6fabd55129e5bf6c0768a61aa649411dfdd98ddd
Merge: e00fb55 64584f3
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Fri Jan 10 07:08:40 2020 +0100

    Merge pull request #500 from apache/CXF-7910_jakarta_jaxws-api
    
    [CXF-7910] Change JAX-WS javax to jakarta artifact dependencies

 distribution/javadoc/pom.xml                       |  4 +-
 .../release/samples/jax_rs/minimal_osgi/pom.xml    |  4 +-
 distribution/src/main/release/samples/pom.xml      | 26 ++++----
 integration/spring-boot/starter-jaxrs/pom.xml      | 12 ++++
 integration/spring-boot/starter-jaxws/pom.xml      | 12 ++++
 .../src/it/jdk-cxf-with-toolchain/pom.xml          | 18 +++---
 .../codegen-plugin/src/it/mark-generated/pom.xml   | 20 +++---
 .../src/it/wsdl-artifact-resolution/pom.xml        | 20 +++---
 osgi/karaf/features/pom.xml                        |  8 +++
 .../karaf/features/src/main/resources/features.xml | 12 ++--
 osgi/repository/pom.xml                            |  6 ++
 parent/pom.xml                                     | 75 +++++++++++++++-------
 pom.xml                                            |  7 ++
 rt/frontend/jaxrs/pom.xml                          |  4 +-
 rt/rs/extensions/search/pom.xml                    | 12 ++++
 rt/rs/microprofile-client/pom.xml                  |  4 +-
 rt/rs/security/http-signature/pom.xml              |  4 +-
 rt/rs/security/oauth-parent/oauth2/pom.xml         | 16 +++--
 rt/rs/security/sso/oidc/pom.xml                    | 20 ++++--
 services/wsn/wsn-core/pom.xml                      | 22 ++++++-
 systests/cdi/base/pom.xml                          |  6 ++
 systests/jaxrs/pom.xml                             |  8 +++
 systests/microprofile/client/tracing/pom.xml       |  4 ++
 systests/rs-http-sci/pom.xml                       |  6 ++
 systests/rs-security/pom.xml                       |  8 +++
 systests/rs-sse/rs-sse-jetty/pom.xml               |  6 ++
 systests/tracing/pom.xml                           | 10 ++-
 systests/wsdl_maven/codegen/pom.xml                |  6 ++
 tools/javato/ws/pom.xml                            |  8 +--
 29 files changed, 269 insertions(+), 99 deletions(-)