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

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


    from 0b26e6e5b7 TOMEE-3889 quote objectnames that contain special characters
     add fbadb5ca5c TOMEE-3890 Attempt to use Smallrye Microprofile 
implementation instead of Geronimo
     add 148c569686 TOMEE-3890 Attempt to use Smallrye Microprofile 
implementation instead of Geronimo
     new ae28b46036 Merge pull request #837 from 
apache/microprofile-smallrye-impls

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:
 boms/tomee-microprofile-api/pom.xml                |  61 ++-
 boms/tomee-microprofile/pom.xml                    | 475 ++++++++++++-------
 boms/tomee-plume-api/pom.xml                       |  61 ++-
 boms/tomee-plume/pom.xml                           | 505 ++++++++++++++-------
 boms/tomee-plus-api/pom.xml                        |  61 ++-
 boms/tomee-plus/pom.xml                            | 493 +++++++++++++-------
 deps/microprofile-config-api-shade/pom.xml         | 176 -------
 .../microprofile-fault-tolerance-api-shade/pom.xml | 176 -------
 deps/microprofile-health-api-shade/pom.xml         | 182 --------
 deps/microprofile-jwt-auth-api-shade/pom.xml       | 176 -------
 deps/microprofile-metrics-api-shade/pom.xml        | 176 -------
 deps/microprofile-openapi-api-shade/pom.xml        | 176 -------
 deps/microprofile-opentracing-api-shade/pom.xml    | 182 --------
 deps/microprofile-rest-client-api-shade/pom.xml    | 182 --------
 deps/pom.xml                                       |   9 -
 deps/safeguard-impl/pom.xml                        | 197 --------
 mp-jwt/pom.xml                                     |  24 +-
 pom.xml                                            |  33 +-
 tck/microprofile-tck/config/pom.xml                |  12 +-
 tck/microprofile-tck/health/pom.xml                |  10 +-
 tck/microprofile-tck/jwt/pom.xml                   |   6 +-
 tck/microprofile-tck/metrics/pom.xml               |  12 +-
 tck/microprofile-tck/openapi/pom.xml               |  12 +-
 tck/microprofile-tck/opentracing/pom.xml           |  12 +-
 tck/microprofile-tck/rest-client/pom.xml           |  12 +-
 tomee/tomee-microprofile/mp-common/pom.xml         | 174 +++----
 .../microprofile/TomEEMicroProfileListener.java    |  21 +-
 .../microprofile/config/TomEEOpenAPIExtension.java | 289 ------------
 .../jakarta.enterprise.inject.spi.Extension        |  17 -
 29 files changed, 1189 insertions(+), 2733 deletions(-)
 delete mode 100644 deps/microprofile-config-api-shade/pom.xml
 delete mode 100644 deps/microprofile-fault-tolerance-api-shade/pom.xml
 delete mode 100644 deps/microprofile-health-api-shade/pom.xml
 delete mode 100644 deps/microprofile-jwt-auth-api-shade/pom.xml
 delete mode 100644 deps/microprofile-metrics-api-shade/pom.xml
 delete mode 100644 deps/microprofile-openapi-api-shade/pom.xml
 delete mode 100644 deps/microprofile-opentracing-api-shade/pom.xml
 delete mode 100644 deps/microprofile-rest-client-api-shade/pom.xml
 delete mode 100644 deps/safeguard-impl/pom.xml
 delete mode 100644 
tomee/tomee-microprofile/mp-common/src/main/java/org/apache/tomee/microprofile/config/TomEEOpenAPIExtension.java
 delete mode 100644 
tomee/tomee-microprofile/mp-common/src/main/resources/META-INF/services/jakarta.enterprise.inject.spi.Extension

Reply via email to