This is an automated email from the ASF dual-hosted git repository.
jgallimore pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git.
from c542e6e Merge pull request #409 from ivanjunckes/cxf_update
new a21d73a TOMEE-2408 Remove dependency on MP JAR filenames
new a5374fb Bump CXF to 3.3.0
new db3bfc1 Bump JAXB 2.3.1
new 09bbc4c Update to JAXB 2.3.2 with new JakartaEE Maven location
new e8b1dda Added Jakarta activation for backwards compat and excluded
APIs already included in Java EE API
new 33a0068 Fix warnings on various dependencies
new 2b1bc06 Exclude API JARs that are already included in Java EE API
new 219f396 Exclude javax.xml.soap-api which is in javaee-api-8 and add
activation to plus/plume for backwards compat
new 82375c1 Merge commit 'refs/pull/1/head' of
https://github.com/j4fm/tomee into CXF-3.3.0-bump
new 661f66b Add excludes for CXF 3.3.0
new a26bf27 Merge pull request #1 from t4fm/master
new 1c1a47e Merge branch 'TOMEE-2274---JAXB-bump' of
https://github.com/j4fm/tomee into TOMEE-2274---JAXB-bump
new 32477b0 Update pom.xml
new 3c96b25 Update pom.xml
new a16e9ea Update pom.xml
new a56bfbd Revert a missed examples comment
new d9f616c Add missing JAXB dependency to an example
new f57e6ae Merge pull request #419 from j4fm/TOMEE-2274---JAXB-bump
The 12270 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:
.../arquillian-tomee-jms-tests/pom.xml | 18 ++++++++++++
container/openejb-jee/pom.xml | 25 ++++++++++------
examples/bval-evaluation-redeployment/pom.xml | 14 +++++++++
.../bval-evaluation-redeployment/runner/pom.xml | 14 +++++++++
examples/cdi-session-scope/pom.xml | 4 +--
examples/concurrency-utils/pom.xml | 2 +-
.../connector-ear/connector-sample-war/pom.xml | 1 +
examples/connector-ear/pom.xml | 2 ++
examples/groovy-cdi/pom.xml | 20 ++++++++-----
examples/groovy-jpa/pom.xml | 12 ++++++--
examples/groovy-spock/pom.xml | 12 ++++++--
examples/mp-config-example/pom.xml | 1 +
examples/mp-config-source-database/pom.xml | 2 ++
examples/mp-custom-healthcheck/pom.xml | 8 ++++-
examples/mp-faulttolerance-fallback/pom.xml | 2 +-
examples/mp-faulttolerance-retry/pom.xml | 2 +-
examples/mp-faulttolerance-timeout/pom.xml | 2 +-
examples/mp-metrics-counted/pom.xml | 2 +-
examples/mp-metrics-metered/pom.xml | 2 +-
examples/mp-opentracing-traced/pom.xml | 2 +-
examples/mp-rest-client/pom.xml | 1 +
examples/polling-parent/polling-client/pom.xml | 6 ++++
.../simple-ear/moviefun-functional-tests/pom.xml | 6 ----
examples/simple-stateful-callbacks/pom.xml | 12 ++++++++
.../src/main/resources/archetype-resources/pom.xml | 4 +--
pom.xml | 33 ++++++++++++++-------
server/openejb-client/pom.xml | 24 ++++++++++-----
server/openejb-cxf-rs/pom.xml | 14 +++++++++
server/openejb-cxf-transport/pom.xml | 6 ++++
.../openejb/server/cxf/transport/util/CxfUtil.java | 3 +-
server/openejb-cxf/pom.xml | 24 ++++++++++-----
server/openejb-webservices/pom.xml | 34 +++++++++++++++-------
tck/cdi-embedded/pom.xml | 12 ++++++++
tck/cdi-tomee/pom.xml | 12 ++++++++
tck/microprofile-tck/health/pom.xml | 6 ++++
tck/microprofile-tck/jwt/pom.xml | 24 +++++++++++++++
tck/microprofile-tck/openapi/pom.xml | 20 +++++++++++++
tck/microprofile-tck/rest-client/pom.xml | 20 +++++++++++++
tomee/apache-tomee/pom.xml | 12 ++++++--
tomee/pom.xml | 6 ++++
tomee/tomee-microprofile/mp-common/pom.xml | 28 ++++++++++++++++++
.../microprofile/TomEEMicroProfileListener.java | 26 ++++++++++-------
tomee/tomee-plume-webapp/pom.xml | 5 ++++
tomee/tomee-plus-webapp/pom.xml | 5 ++++
tomee/tomee-webaccess/pom.xml | 14 ++++++---
45 files changed, 408 insertions(+), 96 deletions(-)