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

github-bot pushed a change to branch 
dependabot/maven/version.microprofile.impl.config-3.10.0
in repository https://gitbox.apache.org/repos/asf/tomee.git


 discard d5942b366c Bump version.microprofile.impl.config from 3.8.2 to 3.10.0
     add 070f46f707 TOMEE-4332 fix functional test
     add e73c3cf6e9 Bump org.apache.maven.plugins:maven-failsafe-plugin from 
3.5.0 to 3.5.1 (#1578)
     add d2bd262b33 Bump org.glassfish.jersey.core:jersey-client from 2.5.1 to 
3.1.9 (#1580)
     add 202d83f034 Bump org.glassfish.jersey.media:jersey-media-moxy from 
3.1.8 to 3.1.9 (#1574)
     add c7ef928841 Merge remote-tracking branch 'apache/main'
     add 816d1cbda1 Use EE10 API, Fix RAT checks, un-ignore working test case 
(as written on dev list)
     add 23f89f801b Bump surefire.version from 2.22.2 to 3.5.1 (#1571)
     add 2430991009 remove unused spring-boot-maven-plugin
     add 09ac6d3824 switch to CXF snapshot again after releasing
     add abe28cdd1e Bump io.cucumber:cucumber-junit from 7.19.0 to 7.20.1 
(#1581)
     add 9cad2cb82d Bump junit.jupiter.version from 5.11.2 to 5.11.3 (#1585)
     add d576cb0837 Bump org.testcontainers:junit-jupiter from 1.20.2 to 1.20.3 
(#1584)
     add 6270fbc123 Bump org.apache.maven.plugins:maven-plugin-plugin from 
3.15.0 to 3.15.1 (#1582)
     add 0296ddc1da TOMEE-4420 - SmallRye Fault Tolerance 6.4.1
     add 018b0aa4e7 Bump version.microprofile.impl.config from 3.8.2 to 3.10.0

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   (d5942b366c)
            \
             N -- N -- N   
refs/heads/dependabot/maven/version.microprofile.impl.config-3.10.0 (018b0aa4e7)

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-tomee-jaxrs-tests/pom.xml           |  22 --
 .../tests/jaxrs/spring/SpringWebappTest.java       | 158 --------
 .../AvoidConflictWithWebXmlTest.java               |   2 +
 ...nflictWithWebXmlWithNoResourceMatchingTest.java |   2 +
 ...lWithNoResourceMatchingWithRestSubPathTest.java |   2 +
 .../src/test/resources/spring-webmvc-pom.xml       |  61 ----
 .../functional-tests}/pom.xml                      |  27 +-
 .../spring-cxf-tomee-4332}/pom.xml                 | 176 +++++----
 .../org/example}/spring/AlternativeGreeter.java    |   2 +-
 .../java/org/example}/spring/DemoApplication.java  |   2 +-
 .../org/example}/spring/GreetingController.java    |   2 +-
 .../org/example}/spring/ServletInitializer.java    |   2 +-
 .../src/main/resources/application.properties      |   2 +-
 .../java/org/example/spring/SpringWebappTest.java} |  48 ++-
 .../src/test/resources/arquillian.xml              |  11 +-
 arquillian/pom.xml                                 |   1 +
 boms/tomee-microprofile/pom.xml                    | 348 +++++++++---------
 boms/tomee-plume/pom.xml                           | 396 ++++++++++-----------
 boms/tomee-plus/pom.xml                            | 396 ++++++++++-----------
 boms/tomee-webprofile/pom.xml                      | 144 ++++----
 examples/activemq-multiple-brokers/pom.xml         |   2 +-
 examples/alternate-descriptors/pom.xml             |   2 +-
 examples/application-composer/pom.xml              |   2 +-
 examples/applicationexception/pom.xml              |   2 +-
 examples/arquillian-jpa/pom.xml                    |   6 +-
 examples/change-jaxws-url/pom.xml                  |   2 +-
 examples/component-interfaces/pom.xml              |   2 +-
 examples/connector-ear/pom.xml                     |   2 +-
 examples/cucumber-jvm/pom.xml                      |   2 +-
 examples/datasource-definition/pom.xml             |   2 +-
 examples/dynamic-dao-implementation/pom.xml        |   2 +-
 examples/dynamic-datasource-routing/pom.xml        |   2 +-
 examples/dynamic-proxy-to-access-mbean/pom.xml     |   2 +-
 examples/ear-testing/pom.xml                       |   2 +-
 examples/ejb-examples/pom.xml                      |   2 +-
 examples/ejb-remote-call-2/pom.xml                 |   2 +-
 examples/ejb-remote-call/pom.xml                   |   2 +-
 examples/ejb-webservice/pom.xml                    |   2 +-
 examples/groovy-jpa/pom.xml                        |   2 +-
 examples/injection-of-entitymanager/pom.xml        |   2 +-
 examples/javamail-velocity/pom.xml                 |   6 +-
 examples/jpa-eclipselink/pom.xml                   |   2 +-
 examples/jpa-enumerated/pom.xml                    |   2 +-
 examples/junit5-application-composer/pom.xml       |   2 +-
 examples/junit5-arquillian-multiple-tomee/pom.xml  |   4 +-
 .../junit5-arquillian-simple-websockets/pom.xml    |   4 +-
 examples/moviefun-rest/pom.xml                     |   2 +-
 examples/moviefun/pom.xml                          |   2 +-
 examples/movies-complete-meta/pom.xml              |   2 +-
 examples/movies-complete/pom.xml                   |   2 +-
 .../mp-jwt-bean-validation-strongly-typed/pom.xml  |   2 +-
 examples/mp-jwt-bean-validation/pom.xml            |   2 +-
 examples/mp-rest-jwt-jwk/pom.xml                   |   2 +-
 examples/mp-rest-jwt-principal/pom.xml             |   2 +-
 examples/mp-rest-jwt-public-key/pom.xml            |   2 +-
 examples/multi-jpa-provider-testing/pom.xml        |   2 +-
 examples/multiple-arquillian-adapters/pom.xml      |   2 +-
 examples/multiple-tomee-arquillian/pom.xml         |   2 +-
 examples/persistence-fragment/pom.xml              |   2 +-
 examples/quartz-app/pom.xml                        |   2 +-
 .../reload-persistence-unit-properties/pom.xml     |   2 +-
 examples/rest-example-with-application/pom.xml     |   4 +-
 examples/rest-example/pom.xml                      |   6 +-
 examples/rest-on-ejb/pom.xml                       |   2 +-
 examples/scala-basic/pom.xml                       |   2 +-
 examples/security-openid/pom.xml                   |   4 +-
 examples/simple-cmp2/pom.xml                       |   2 +-
 examples/simple-ear/pom.xml                        |   2 +-
 examples/struts/pom.xml                            |   2 +-
 examples/testcase-injection/pom.xml                |   2 +-
 examples/testing-security-2/pom.xml                |   2 +-
 examples/testing-security-3/pom.xml                |   2 +-
 examples/testing-security-4/pom.xml                |   2 +-
 examples/testing-security-meta/pom.xml             |   2 +-
 examples/testing-security/pom.xml                  |   2 +-
 examples/testing-transactions-bmt/pom.xml          |   2 +-
 examples/testing-transactions/pom.xml              |   2 +-
 examples/transaction-rollback/pom.xml              |   2 +-
 examples/troubleshooting/pom.xml                   |   2 +-
 examples/webservice-inheritance/pom.xml            |   2 +-
 examples/webservice-ws-security/pom.xml            |   2 +-
 maven/pom.xml                                      |   4 +-
 pom.xml                                            |  30 +-
 server/openejb-cxf-rs/pom.xml                      |  10 +-
 server/openejb-cxf-transport/pom.xml               |   6 +-
 server/openejb-cxf/pom.xml                         |   6 +-
 tck/microprofile-tck/config/pom.xml                |   2 +-
 tck/microprofile-tck/fault-tolerance/pom.xml       |   2 +-
 tck/microprofile-tck/health/pom.xml                |   2 +-
 tck/microprofile-tck/jwt/pom.xml                   |   4 +-
 tck/microprofile-tck/metrics/pom.xml               |   2 +-
 tck/microprofile-tck/openapi/pom.xml               |   2 +-
 tck/microprofile-tck/opentracing/pom.xml           |   4 +-
 tck/microprofile-tck/rest-client/pom.xml           |   2 +-
 tomee/tomee-embedded/pom.xml                       |  40 +--
 tomee/tomee-microprofile/mp-common/pom.xml         |   2 +-
 96 files changed, 911 insertions(+), 1153 deletions(-)
 delete mode 100644 
arquillian/arquillian-tomee-tests/arquillian-tomee-jaxrs-tests/src/test/java/org/apache/openejb/arquillian/tests/jaxrs/spring/SpringWebappTest.java
 delete mode 100644 
arquillian/arquillian-tomee-tests/arquillian-tomee-jaxrs-tests/src/test/resources/spring-webmvc-pom.xml
 copy {tomee/tomee-microprofile => arquillian/functional-tests}/pom.xml (67%)
 copy {examples/jpa-hibernate-arquillian => 
arquillian/functional-tests/spring-cxf-tomee-4332}/pom.xml (50%)
 rename 
arquillian/{arquillian-tomee-tests/arquillian-tomee-jaxrs-tests/src/test/java/org/apache/openejb/arquillian/tests/jaxrs
 => 
functional-tests/spring-cxf-tomee-4332/src/main/java/org/example}/spring/AlternativeGreeter.java
 (95%)
 rename 
arquillian/{arquillian-tomee-tests/arquillian-tomee-jaxrs-tests/src/test/java/org/apache/openejb/arquillian/tests/jaxrs
 => 
functional-tests/spring-cxf-tomee-4332/src/main/java/org/example}/spring/DemoApplication.java
 (94%)
 rename 
arquillian/{arquillian-tomee-tests/arquillian-tomee-jaxrs-tests/src/test/java/org/apache/openejb/arquillian/tests/jaxrs
 => 
functional-tests/spring-cxf-tomee-4332/src/main/java/org/example}/spring/GreetingController.java
 (95%)
 rename 
arquillian/{arquillian-tomee-tests/arquillian-tomee-jaxrs-tests/src/test/java/org/apache/openejb/arquillian/tests/jaxrs
 => 
functional-tests/spring-cxf-tomee-4332/src/main/java/org/example}/spring/ServletInitializer.java
 (95%)
 copy container/openejb-junit/src/test/resources/openejb-junit.properties => 
arquillian/functional-tests/spring-cxf-tomee-4332/src/main/resources/application.properties
 (96%)
 copy 
arquillian/{arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/java/org/apache/openejb/arquillian/tests/servlet/SimpleServletTest.java
 => 
functional-tests/spring-cxf-tomee-4332/src/test/java/org/example/spring/SpringWebappTest.java}
 (63%)
 copy {examples/java-modules => 
arquillian/functional-tests/spring-cxf-tomee-4332}/src/test/resources/arquillian.xml
 (85%)

Reply via email to