This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a change to branch TOMEE-4053
in repository https://gitbox.apache.org/repos/asf/tomee.git
omit 7987fe58a1 [TOMEE-4053] Dependency properties cleanup
add a397ae0b51 Adapt to new Tomcat threadNameBindings, use Map Interface
instead of implementation
add 868d2bc5b5 Fixed typo in ELAdaptor class name in
openwebbeans.properties
add 1ea0490c75 Merge pull request #951 from
ismailfarukkaya/TOMEE-4101-typo-in-owb-props
add 58cfed1c41 [TOMEE-4053] Dependency properties cleanup
add 294a4e1bff [TOMEE-4053] Dependency properties cleanup
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (7987fe58a1)
\
N -- N -- N refs/heads/TOMEE-4053 (294a4e1bff)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
arquillian/arquillian-openejb-embedded/pom.xml | 2 +-
arquillian/arquillian-tck/pom.xml | 2 +-
arquillian/arquillian-tomee-common/pom.xml | 4 +-
arquillian/arquillian-tomee-embedded/pom.xml | 4 +-
.../arquillian-tomee-moviefun-example/pom.xml | 4 +-
arquillian/arquillian-tomee-remote/pom.xml | 4 +-
.../arquillian-tomee-config-tests/pom.xml | 2 +-
.../arquillian-tomee-jms-tests/pom.xml | 2 +-
.../arquillian-tomee-webprofile-tests/pom.xml | 2 +-
arquillian/arquillian-tomee-tests/pom.xml | 2 +-
arquillian/ziplock/pom.xml | 2 +-
container/openejb-core/pom.xml | 8 +-
.../META-INF/openwebbeans/openwebbeans.properties | 4 +-
deps/cxf-shade/pom.xml | 14 +-
examples/concurrency-utils/pom.xml | 4 +-
examples/connector-ear/pom.xml | 4 +-
examples/jaxrs-json-provider-jettison/pom.xml | 8 +-
examples/jsonb-configuration/pom.xml | 4 +-
examples/jsonb-custom-serializer/pom.xml | 4 +-
examples/junit5-arquillian-multiple-tomee/pom.xml | 6 +-
.../junit5-arquillian-simple-websockets/pom.xml | 8 +-
examples/mp-config-example/pom.xml | 8 +-
examples/mp-config-source-database/pom.xml | 4 +-
examples/mp-custom-healthcheck/pom.xml | 8 +-
examples/mp-faulttolerance-fallback/pom.xml | 8 +-
examples/mp-faulttolerance-retry/pom.xml | 6 +-
examples/mp-faulttolerance-timeout/pom.xml | 8 +-
examples/mp-jsonb-configuration/pom.xml | 4 +-
.../mp-jwt-bean-validation-strongly-typed/pom.xml | 4 +-
examples/mp-jwt-bean-validation/pom.xml | 4 +-
examples/mp-metrics-counted/pom.xml | 12 +-
examples/mp-metrics-gauge/pom.xml | 12 +-
examples/mp-metrics-histogram/pom.xml | 12 +-
examples/mp-metrics-metered/pom.xml | 8 +-
examples/mp-metrics-timed/pom.xml | 12 +-
examples/mp-opentracing-traced/pom.xml | 4 +-
examples/mp-rest-client/README.adoc | 2 +-
examples/mp-rest-client/README_es.adoc | 2 +-
examples/mp-rest-client/README_pt.adoc | 2 +-
examples/mp-rest-client/pom.xml | 12 +-
examples/mp-rest-jwt-jwk/pom.xml | 4 +-
examples/mp-rest-jwt-principal/pom.xml | 8 +-
examples/mp-rest-jwt-public-key/pom.xml | 4 +-
examples/mp-rest-jwt/pom.xml | 4 +-
examples/singleton-startup-ordering/pom.xml | 8 +-
examples/websocket-tls-basic-auth/pom.xml | 6 +-
itests/ejb/pom.xml | 2 +-
itests/failover-ejb/pom.xml | 2 +-
maven/jarstxt-maven-plugin/pom.xml | 2 +-
maven/pom.xml | 12 +-
maven/tomee-webapp-archetype/pom.xml | 2 +-
mp-jwt/pom.xml | 6 +-
pom.xml | 246 +++++++++++----------
server/openejb-bonecp/pom.xml | 2 +-
server/openejb-cxf-rs/pom.xml | 12 +-
server/openejb-cxf-transport/pom.xml | 2 +-
server/openejb-cxf/pom.xml | 6 +-
server/openejb-webservices/pom.xml | 2 +-
tck/bval-embedded/pom.xml | 6 +-
tck/cdi-embedded/pom.xml | 10 +-
tck/cdi-signature-test/pom.xml | 2 +-
tck/cdi-tomee/pom.xml | 12 +-
tck/cdi-tomee/src/test/resources/arquillian.xml | 2 +-
tck/microprofile-tck/config/pom.xml | 4 +-
tck/microprofile-tck/fault-tolerance/pom.xml | 4 +-
tck/microprofile-tck/health/pom.xml | 4 +-
tck/microprofile-tck/jwt/pom.xml | 6 +-
tck/microprofile-tck/metrics/pom.xml | 6 +-
tck/microprofile-tck/openapi/pom.xml | 6 +-
tck/microprofile-tck/opentracing/pom.xml | 8 +-
tck/microprofile-tck/rest-client/pom.xml | 6 +-
tomee/apache-tomee/pom.xml | 18 +-
tomee/pom.xml | 10 +-
.../catalina/TomcatThreadContextListener.java | 6 +-
tomee/tomee-loader/pom.xml | 2 +-
tomee/tomee-microprofile/mp-common/pom.xml | 34 +--
.../tomee-microprofile-webapp/pom.xml | 8 +-
tomee/tomee-myfaces/pom.xml | 4 +-
tomee/tomee-plume-webapp/pom.xml | 10 +-
tomee/tomee-plus-webapp/pom.xml | 14 +-
tomee/tomee-security/pom.xml | 2 +-
tomee/tomee-webaccess/pom.xml | 10 +-
tomee/tomee-webapp/pom.xml | 8 +-
utils/log4j2-tomee/pom.xml | 6 +-
utils/openejb-core-hibernate/pom.xml | 10 +-
85 files changed, 389 insertions(+), 385 deletions(-)