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.
from 4b30419 camel-jbang - Use vertx-http as rest producer.
add 5db2b2f CAMEL-17574: Allow to specify a main class and load
properties from default package (#6996)
No new revisions were added by this update.
Summary of changes:
.../camel-test/camel-test-main-junit5/pom.xml | 19 ++++++++
.../src/main/docs/test-main-junit5.adoc | 27 +++++++++--
.../test/main/junit5/CamelMainTestSupport.java | 54 ++++++++++++++++------
...erLocationsTest.java => WithMainClassTest.java} | 24 ++++------
...LoadCustomConfigurationDefaultPackageTest.java} | 10 ++--
...=> LoadCustomConfigurationSamePackageTest.java} | 4 +-
... custom-default-package-application.properties} | 2 +-
.../src/test/resources/log4j2.properties | 4 +-
... => custom-same-package-application.properties} | 0
9 files changed, 101 insertions(+), 43 deletions(-)
copy
components/camel-test/camel-test-main-junit5/src/test/java/org/apache/camel/test/main/junit5/{UseSeveralPropertyPlaceholderLocationsTest.java
=> WithMainClassTest.java} (62%)
copy
components/camel-test/camel-test-main-junit5/src/test/java/org/apache/camel/test/main/junit5/custom/{LoadCustomConfigurationTest.java
=> LoadCustomConfigurationDefaultPackageTest.java} (88%)
rename
components/camel-test/camel-test-main-junit5/src/test/java/org/apache/camel/test/main/junit5/custom/{LoadCustomConfigurationTest.java
=> LoadCustomConfigurationSamePackageTest.java} (93%)
copy
components/camel-test/camel-test-main-junit5/src/test/resources/{extra-application.properties
=> custom-default-package-application.properties} (98%)
rename
components/camel-test/camel-test-main-junit5/src/test/resources/org/apache/camel/test/main/junit5/custom/{custom-application.properties
=> custom-same-package-application.properties} (100%)