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 54d7b119ef Fix REST CLient issues with OpenTracing Tracer not being
available
new d90ecd4e01 TOMEE-3897 Smallrye Health TCK fixes
new 7cd1cf0740 TOMEE-3895 Smallrye OpenTracing TCK fixes
new b17fc4477d MicroProfile JWT extends base classes from TCK, add XML
suites, and debugging file
The 3 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:
.../health/src/test/resources/arquillian.xml | 5 +
.../health/{tck-suite.xml => tck-dev.xml} | 7 +-
tck/microprofile-tck/jwt/pom.xml | 7 +-
.../jwt/MicroProfileJWTTCKArchiveProcessor.java | 4 +-
.../tck/jwt/MicroProfileJWTTCKExtension.java | 4 +-
tck/microprofile-tck/jwt/tck-base-suite.xml | 87 ++++++++++++++++
tck/microprofile-tck/jwt/tck-build-suite.xml | 35 +++++++
.../{src/test/resources/dev.xml => tck-dev.xml} | 7 +-
tck/microprofile-tck/jwt/tck-full-suite.xml | 109 +++++++++++++++++++++
...croProfileOpenTracingTCKDeploymentPackager.java | 1 +
.../MicroProfileOpenTracingTCKTracer.java | 5 +-
.../META-INF/services/jakarta.ws.rs.ext.Providers | 1 +
.../opentracing/{tck-suite.xml => tck-dev.xml} | 7 +-
.../microprofile/TomEEMicroProfileListener.java | 5 +-
.../health/MicroProfileHealthChecksEndpoint.java | 7 ++
.../health/MicroProfileHealthReporterProducer.java | 2 +-
16 files changed, 269 insertions(+), 24 deletions(-)
copy tck/microprofile-tck/health/{tck-suite.xml => tck-dev.xml} (88%)
create mode 100644 tck/microprofile-tck/jwt/tck-base-suite.xml
create mode 100644 tck/microprofile-tck/jwt/tck-build-suite.xml
rename tck/microprofile-tck/jwt/{src/test/resources/dev.xml => tck-dev.xml}
(89%)
create mode 100644 tck/microprofile-tck/jwt/tck-full-suite.xml
copy tck/microprofile-tck/opentracing/{tck-suite.xml => tck-dev.xml} (88%)