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 7230c7308ea Regen for commit d537cc7e089e641db82139027459e464c207da27
     add dea274f3a9c CAMEL-18456: created a test infra module for embedded Jetty
     add 0398b41c1b3 CAMEL-18456: converted camel-ahc-ws tests to 
camel-test-infra-jetty
     add 0ea9f0eab41 camel-jbang - Add load average statistics
     add 7bb41db36a5 Regen for commit 0ea9f0eab41af67c36af6f11249be64a35f7c3e7

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

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:
 .../main/camel-main-configuration-metadata.json    |   1 +
 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 +
 .../camel/impl/console/ContextDevConsole.java      |  38 ++++++-
 .../apache/camel/impl/console/RouteDevConsole.java |  36 +++++-
 .../MainConfigurationPropertiesConfigurer.java     |   6 +
 .../camel-main-configuration-metadata.json         |   1 +
 core/camel-main/src/main/docs/main.adoc            |   3 +-
 .../camel/main/DefaultConfigurationConfigurer.java |   2 +
 .../camel/main/DefaultConfigurationProperties.java |  25 +++++
 .../java/org/apache/camel/main/KameletMain.java    |   1 +
 test-infra/camel-test-infra-jetty/pom.xml          |  70 ++++++++++++
 .../src/main/resources/META-INF/MANIFEST.MF        |   0
 .../test/infra/jetty/common/JettyProperties.java   |  22 ++--
 .../infra/jetty/services/JettyConfiguration.java   | 117 +++++++++++++++++++
 .../jetty/services/JettyConfigurationBuilder.java  |  75 +++++++++++++
 .../infra/jetty/services/JettyEmbeddedService.java | 124 +++++++++++++++++++++
 .../test/infra/jetty/services/JettyService.java    |  41 ++++---
 test-infra/pom.xml                                 |   1 +
 24 files changed, 637 insertions(+), 167 deletions(-)
 create mode 100644 test-infra/camel-test-infra-jetty/pom.xml
 copy {init/camel-bundle-plugin => 
test-infra/camel-test-infra-jetty}/src/main/resources/META-INF/MANIFEST.MF 
(100%)
 copy 
components/camel-ahc-ws/src/test/java/org/apache/camel/component/ahc/ws/WsProducerTest.java
 => 
test-infra/camel-test-infra-jetty/src/test/java/org/apache/camel/test/infra/jetty/common/JettyProperties.java
 (64%)
 create mode 100644 
test-infra/camel-test-infra-jetty/src/test/java/org/apache/camel/test/infra/jetty/services/JettyConfiguration.java
 create mode 100644 
test-infra/camel-test-infra-jetty/src/test/java/org/apache/camel/test/infra/jetty/services/JettyConfigurationBuilder.java
 create mode 100644 
test-infra/camel-test-infra-jetty/src/test/java/org/apache/camel/test/infra/jetty/services/JettyEmbeddedService.java
 copy 
components/camel-ahc-ws/src/test/java/org/apache/camel/component/ahc/ws/WsProducerUsingStreamingTest.java
 => 
test-infra/camel-test-infra-jetty/src/test/java/org/apache/camel/test/infra/jetty/services/JettyService.java
 (53%)

Reply via email to