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

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

commit bda236f4a7fae4d4b3b2179681144b8bf42e955c
Author: James Netherton <[email protected]>
AuthorDate: Thu Nov 27 14:15:43 2025 +0000

    Update itest README with current state of itest.springboot property defaults
---
 tests/camel-itest-spring-boot/README.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/camel-itest-spring-boot/README.adoc 
b/tests/camel-itest-spring-boot/README.adoc
index 46b37cf5db5..6a791b6dbb2 100644
--- a/tests/camel-itest-spring-boot/README.adoc
+++ b/tests/camel-itest-spring-boot/README.adoc
@@ -19,10 +19,10 @@ Some useful options include:
 * **itest.springboot.includeTestDependencies (default=true)**: when this 
option is enabled,
 the integration test will locate the module `pom.xml` file and include in the 
spring-boot jar also the test-scoped dependencies of the module.
   The inclusion of other libraries often activates some hidden behaviour of 
spring-boot.
-* **itest.springboot.unitTestEnabled (default=false)**: when this option is 
enabled,
+* **itest.springboot.unitTestEnabled (default=true)**: when this option is 
enabled,
 the integration test will locate the test-classes of the module and run the 
unit tests after the execution of the usual checks.
   *Note: a full build of each component is required prior to running the unit 
tests. Test dependencies are implicitly included.*
-* **itest.springboot.failOnRelatedLibraryMismatch (default=true)**:  when this 
option is enabled,
+* **itest.springboot.failOnRelatedLibraryMismatch (default=false)**:  when 
this option is enabled,
 the integration test will only print a warning in case of a version conflict 
between SpringBoot and Camel SpringBoot Boms instead of failing.
 * **itest.springboot.debugEnabled (default=false)**:  when this option is 
enabled,
 the integration test will print all messages that are helpful for debugging 
purposes

Reply via email to