This is an automated email from the ASF dual-hosted git repository. jeremyross 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 5b73eba46d3 CAMEL-18665: Document default resource type change. 5b73eba46d3 is described below commit 5b73eba46d3e4017a9fc29271814ce18732c5a6c Author: Jeremy Ross <jeremy.g.r...@gmail.com> AuthorDate: Thu Dec 22 16:56:24 2022 -0600 CAMEL-18665: Document default resource type change. --- docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc index 649a717ea86..f0b3b649ac7 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc @@ -10,7 +10,9 @@ from both 3.0 to 3.1 and 3.1 to 3.2. The `org.apache.camel.support.jsse.SSLContextParameters` is now using `ResourceLoader` from `CamelContext` to load keystore and other resources in a standard way. Therefore, the `SSLContextParameters` now must have been pre-configured -with a `CamelContext` otherwise an exception is thrown. +with a `CamelContext` otherwise an exception is thrown. This also changes the default resource type from file to classpath. +If using a file resource for a keystore and the keystore is not found, or entries/aliases aren't found, try explicitly +specifying the file resource type, .e.g `file:myKeystore.jks`. The model class `org.apache.camel.model.errorhandler.ErrorHandlerRefDefinition` has been renamed to `org.apache.camel.model.errorhandler.RefErrorHandlerDefinition`.