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

tcunning pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


    from e665c5ac391 [create-pull-request] automated change (#1746)
     new caf6a8703e5 This commit addresses three separate CI issues:
     new 181c63e4a1e Improve logging on CamelVirtualThreadsIT

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:
 .github/actions/incremental-build/parse_errors.sh  | 76 ++++++++++++++++++++++
 .../hl7/springboot/test/HL7TestSupport.java        |  2 +-
 .../springboot/test/JsonPathPlatformHttpTest.java  |  2 +-
 .../slack/springboot/SlackProducerTest.java        |  2 +-
 .../telegram/springboot/TelegramTestSupport.java   |  2 +-
 .../springboot/TelegramWebhookCallTest.java        |  2 +-
 .../camel/component/undertow/UndertowSSLTest.java  |  2 +-
 .../vertx/http/springboot/VertxHttpSSLTest.java    |  2 +-
 .../springboot/VertxWebsocketSSLGlobalTest.java    |  2 +-
 .../http/springboot/VertxWebsocketSSLTest.java     |  2 +-
 .../webhook/springboot/WebhookBasePathTest.java    |  2 +-
 .../webhook/springboot/WebhookHttpBindingTest.java |  2 +-
 .../webhook/springboot/WebhookMultiRouteTest.java  |  2 +-
 .../webhook/springboot/WebhookPathTest.java        |  2 +-
 .../webhook/springboot/WebhookUriEncodingTest.java |  2 +-
 .../cluster/ZooKeeperClusterServiceTest.java       |  2 +-
 core/camel-spring-boot/pom.xml                     | 44 ++++++++++++-
 ...ThreadsTest.java => CamelVirtualThreadsIT.java} | 53 ++++++++++++---
 .../boot/SupervisingRouteControllerTest.java       |  2 +-
 .../spring/boot/actuate/health/ProbesRoute.java    |  2 +-
 .../camel/spring/boot/issues/RestDslPostTest.java  |  2 +-
 21 files changed, 180 insertions(+), 29 deletions(-)
 create mode 100755 .github/actions/incremental-build/parse_errors.sh
 rename 
core/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/{CamelVirtualThreadsTest.java
 => CamelVirtualThreadsIT.java} (70%)

Reply via email to