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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 95c6bd713db CAMEL-19917: camel-main/camel-jbang - Add option to ignore 
loading/compilation errors that tooling needs
95c6bd713db is described below

commit 95c6bd713dbb3046bd2c50ec175c79af9a2c8fb0
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Sep 28 16:16:01 2023 +0200

    CAMEL-19917: camel-main/camel-jbang - Add option to ignore 
loading/compilation errors that tooling needs
---
 docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_1.adoc | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_1.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_1.adoc
index 2fe82ded384..97752bd7ad8 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_1.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_1.adoc
@@ -8,9 +8,12 @@ from both 4.0 to 4.1 and 4.1 to 4.2.
 
 === camel-api
 
-Add method `newInstance(Class<T> type, Class<?> factoryClass, String 
factoryMethod)`
+Added method `newInstance(Class<T> type, Class<?> factoryClass, String 
factoryMethod)`
 to `org.apache.camel.spi.Injector`.
 
+Added `isIgnoreLoadingError` and `setIgnoreLoadingError` methods to 
`org.apache.camel.spi.RoutesLoader`,
+and `org.apache.camel.main.RoutesCollector`.
+
 === camel-management
 
 Dumping routes to JMX no longer includes `customId="true"` in the XML nodes.

Reply via email to