This is an automated email from the ASF dual-hosted git repository. orpiske pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
from 998603fbebc Regen for commit 13ce22083b8a538794be2533a1588aaeb1908c08 (#8345) new 12714fc2f6d CAMEL-18456: added basic auth support for camel-test-infra-jetty new 31f15eb79de CAMEL-18456: converted camel-atom to camel-test-infra-jetty The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. 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%)