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

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

commit 785cd13664bf995d250faa988066ad3a80934363
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sat Nov 5 09:57:32 2022 +0100

    CAMEL-18665: camel-core: JsseParameters should use the camel provided 
resource loader instead of its own
---
 .../user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc | 6 ++++++
 1 file changed, 6 insertions(+)

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 0035db7de52..3f3e0351f5b 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
@@ -6,6 +6,12 @@ from both 3.0 to 3.1 and 3.1 to 3.2.
 
 == Upgrading Camel 3.19 to 3.20
 
+=== camel-api
+
+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.
+
 === camel-jsonpath
 
 There is a new option `unpackArray` that unpacks a single-element Json array, 
matched by a Jsonpath, into an object. This option is disabled by default (this 
behaviour was enabled by default in previous Camel versions). There is a new 
expression `jsonpathUnpack(String text, Class<?> resultType)` that makes use of 
this new option.

Reply via email to