This is an automated email from the ASF dual-hosted git repository. jlmonteiro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomee.git
commit ae28b46036d5606ddfb8ebcfe1afbfef19583bf4 Merge: 0b26e6e5b7 148c569686 Author: Jean-Louis Monteiro <[email protected]> AuthorDate: Mon Apr 4 21:49:50 2022 +0200 Merge pull request #837 from apache/microprofile-smallrye-impls TOMEE-3890 Attempt to use Smallrye Microprofile implementation instead of Geronimo 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(-)
