This is an automated email from the ASF dual-hosted git repository.
oscerd 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 44bd648b0e0a CAMEL-23760: camel-oauth - sync upgrade-guide entry to
4.18 and 4.14 guides on main (#24044)
44bd648b0e0a is described below
commit 44bd648b0e0a58d1e5f8cc495b98f85cad434302
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Jun 16 15:42:57 2026 +0200
CAMEL-23760: camel-oauth - sync upgrade-guide entry to 4.18 and 4.14 guides
on main (#24044)
Co-authored-by: Claude Opus 4.8 (1M context) <[email protected]>
---
.../modules/ROOT/pages/camel-4x-upgrade-guide-4_14.adoc | 7 +++++++
.../modules/ROOT/pages/camel-4x-upgrade-guide-4_18.adoc | 7 +++++++
2 files changed, 14 insertions(+)
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_14.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_14.adoc
index 83f4d359ebb4..cf448d557c10 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_14.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_14.adoc
@@ -13,6 +13,13 @@ See the xref:camel-upgrade-recipes-tool.adoc[documentation]
page for details.
== Upgrading from 4.14.3 to 4.14.8
+=== camel-oauth
+
+`UserProfile` token verification now fails closed when no JWK set is
available: a signed token can no
+longer be accepted when the configured JWK set is missing or empty, since its
signature cannot be
+verified in that case. Deployments with a correctly resolved JWK set are
unaffected; this aligns the
+legacy `UserProfile` path with the `JwtTokenValidator` SPI path.
+
=== camel-spring-ws - potential breaking change
The `spring-ws` consumer now applies a `HeaderFilterStrategy` to the SOAP
headers it maps onto the
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_18.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_18.adoc
index c5635c624f42..76d55ed8009a 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_18.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_18.adoc
@@ -13,6 +13,13 @@ See the xref:camel-upgrade-recipes-tool.adoc[documentation]
page for details.
== Upgrading from 4.18.1 to 4.18.3
+=== camel-oauth
+
+`UserProfile` token verification now fails closed when no JWK set is
available: a signed token can no
+longer be accepted when the configured JWK set is missing or empty, since its
signature cannot be
+verified in that case. Deployments with a correctly resolved JWK set are
unaffected; this aligns the
+legacy `UserProfile` path with the `JwtTokenValidator` SPI path.
+
=== camel-spring-ws - potential breaking change
The `spring-ws` consumer now applies a `HeaderFilterStrategy` to the SOAP
headers it maps onto the