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 ed9bcbe8a62 Regen for commit 75b5a88199572fb1ee77d9130165935084a5c238
     add 998603fbebc Regen for commit 13ce22083b8a538794be2533a1588aaeb1908c08 
(#8345)
     add 12714fc2f6d CAMEL-18456: added basic auth support for 
camel-test-infra-jetty
     add 31f15eb79de CAMEL-18456: converted camel-atom to camel-test-infra-jetty

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   (ed9bcbe8a62)
            \
             N -- N -- N   refs/heads/regen_bot (31f15eb79de)

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-atom/pom.xml                      |  18 ++-
 .../AtomEntryPollingConsumerWithBasicAuthTest.java |  31 ++---
 .../atom/AtomPollingConsumerWithBasicAuthTest.java |  32 ++---
 .../camel/component/atom/JettyTestServer.java      | 135 ---------------------
 .../camel/component/atom/MyHttpServlet.java}       |  21 ++--
 test-infra/camel-test-infra-jetty/pom.xml          |   5 +
 .../infra/jetty/services/JettyConfiguration.java   |  21 ++++
 .../jetty/services/JettyConfigurationBuilder.java  |  15 ++-
 .../infra/jetty/services/JettyEmbeddedService.java |  50 +++++++-
 9 files changed, 147 insertions(+), 181 deletions(-)
 delete mode 100644 
components/camel-atom/src/test/java/org/apache/camel/component/atom/JettyTestServer.java
 copy 
components/{camel-asn1/src/test/java/org/apache/camel/dataformat/asn1/ASN1DataFormatTestHelper.java
 => 
camel-atom/src/test/java/org/apache/camel/component/atom/MyHttpServlet.java} 
(60%)

Reply via email to