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 488c745e38b Regen
new 3fb3679389f Move platform-http-starter virtual threads tests to be
integration tests
new 3025df829ce Add more debugging to parse_errors
new b4e993c0de2 Improve parse_errors.sh debugging output
new 90514715ad0 Add PWD to parse_errors.sh debugging output
new 96185c1e56f Add empty exclusion list for incremental builds
The 5 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/exclusions.sh | 8 ++
.github/actions/incremental-build/parse_errors.sh | 93 +++++++++++++++++-----
.../camel-platform-http-starter/pom.xml | 51 ++++++++++++
...ringBootPlatformHttpCamelVirtualThreadsIT.java} | 15 ++--
...formHttpMultipleExecutorsVirtualThreadsIT.java} | 17 ++--
...=> SpringBootPlatformHttpVirtualThreadsIT.java} | 15 ++--
...BootPlatformHttpVirtualThreadsOptimizedIT.java} | 15 ++--
7 files changed, 175 insertions(+), 39 deletions(-)
create mode 100755 .github/actions/incremental-build/exclusions.sh
rename
components-starter/camel-platform-http-starter/src/test/java/org/apache/camel/component/platform/http/springboot/{SpringBootPlatformHttpCamelVirtualThreadsTest.java
=> SpringBootPlatformHttpCamelVirtualThreadsIT.java} (88%)
rename
components-starter/camel-platform-http-starter/src/test/java/org/apache/camel/component/platform/http/springboot/{SpringBootPlatformHttpMultipleExecutorsVirtualThreadsTest.java
=> SpringBootPlatformHttpMultipleExecutorsVirtualThreadsIT.java} (91%)
rename
components-starter/camel-platform-http-starter/src/test/java/org/apache/camel/component/platform/http/springboot/{SpringBootPlatformHttpVirtualThreadsTest.java
=> SpringBootPlatformHttpVirtualThreadsIT.java} (87%)
rename
components-starter/camel-platform-http-starter/src/test/java/org/apache/camel/component/platform/http/springboot/{SpringBootPlatformHttpVirtualThreadsOptimizedTest.java
=> SpringBootPlatformHttpVirtualThreadsOptimizedIT.java} (89%)