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

github-bot pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


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

No new revisions were added by this update.

Summary of changes:
 .github/actions/incremental-build/parse_errors.sh  | 76 ++++++++++++++++++++++
 .../camel/springboot/catalog/components/exec.json  | 26 +++++---
 .../springboot/catalog/components/opensearch.json  |  7 +-
 .../camel-exec-starter/src/main/docs/exec.json     | 31 +++++++++
 .../springboot/ExecComponentAutoConfiguration.java |  2 +-
 .../springboot/ExecComponentConfiguration.java     | 74 +++++++++++++++++++++
 .../exec/springboot/ExecComponentConverter.java}   | 12 ++--
 ...rk.boot.autoconfigure.AutoConfiguration.imports |  3 +-
 .../hl7/springboot/test/HL7TestSupport.java        |  2 +-
 .../springboot/test/JsonPathPlatformHttpTest.java  |  2 +-
 .../src/main/docs/opensearch.json                  | 13 ++++
 .../OpensearchComponentConfiguration.java          | 29 +++++++++
 .../springboot/OpensearchComponentConverter.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 +-
 31 files changed, 359 insertions(+), 49 deletions(-)
 create mode 100755 .github/actions/incremental-build/parse_errors.sh
 copy 
components-starter/{camel-avro-rpc-starter/src/main/java/org/apache/camel/component/avro/springboot/AvroComponentConverter.java
 => 
camel-exec-starter/src/main/java/org/apache/camel/component/exec/springboot/ExecComponentConverter.java}
 (80%)
 rename 
core/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/{CamelVirtualThreadsTest.java
 => CamelVirtualThreadsIT.java} (70%)

Reply via email to