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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    omit d4ecd4b5c74 Regen for commit 0398b41c1b33b864a00b67122ac637093906f375
    omit 0398b41c1b3 CAMEL-18456: converted camel-ahc-ws tests to 
camel-test-infra-jetty
    omit dea274f3a9c CAMEL-18456: created a test infra module for embedded Jetty
     add 7230c7308ea Regen for commit d537cc7e089e641db82139027459e464c207da27

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   (d4ecd4b5c74)
            \
             N -- N -- N   refs/heads/regen_bot (7230c7308ea)

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:
 components/camel-ahc-ws/pom.xml                    |  33 +++---
 .../component/ahc/ws/WsProducerConsumerTest.java   |  62 +++++++----
 .../camel/component/ahc/ws/WsProducerTest.java     |  26 ++---
 .../camel/component/ahc/ws/WsProducerTestBase.java |  44 +++++++-
 .../ahc/ws/WsProducerUsingStreamingTest.java       |  27 +----
 .../camel/component/ahc/ws/WssProducerTest.java    |  46 +++-----
 .../src/test/resources/log4j2.properties           |   3 -
 test-infra/camel-test-infra-jetty/pom.xml          |  70 ------------
 .../src/main/resources/META-INF/MANIFEST.MF        |   0
 .../test/infra/jetty/common/JettyProperties.java   |  29 -----
 .../infra/jetty/services/JettyConfiguration.java   | 117 -------------------
 .../jetty/services/JettyConfigurationBuilder.java  |  75 -------------
 .../infra/jetty/services/JettyEmbeddedService.java | 124 ---------------------
 .../test/infra/jetty/services/JettyService.java    |  44 --------
 test-infra/pom.xml                                 |   1 -
 15 files changed, 127 insertions(+), 574 deletions(-)
 delete mode 100644 test-infra/camel-test-infra-jetty/pom.xml
 delete mode 100644 
test-infra/camel-test-infra-jetty/src/main/resources/META-INF/MANIFEST.MF
 delete mode 100644 
test-infra/camel-test-infra-jetty/src/test/java/org/apache/camel/test/infra/jetty/common/JettyProperties.java
 delete mode 100644 
test-infra/camel-test-infra-jetty/src/test/java/org/apache/camel/test/infra/jetty/services/JettyConfiguration.java
 delete mode 100644 
test-infra/camel-test-infra-jetty/src/test/java/org/apache/camel/test/infra/jetty/services/JettyConfigurationBuilder.java
 delete mode 100644 
test-infra/camel-test-infra-jetty/src/test/java/org/apache/camel/test/infra/jetty/services/JettyEmbeddedService.java
 delete mode 100644 
test-infra/camel-test-infra-jetty/src/test/java/org/apache/camel/test/infra/jetty/services/JettyService.java

Reply via email to