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
The following commit(s) were added to refs/heads/main by this push: new 96dc63528b3 CAMEL-18773 - Added back a note about Google Pubsub headers renaming 96dc63528b3 is described below commit 96dc63528b30f2f1c9392d14021633c95a1e7d41 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Dec 15 10:58:28 2022 +0100 CAMEL-18773 - Added back a note about Google Pubsub headers renaming Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- .../modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc | 8 ++++++++ 1 file changed, 8 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 8a96114c90c..649a717ea86 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 @@ -74,3 +74,11 @@ that it is now the same, how error handlers are in other DSLs. The Mongodb Driver core has been updated to version 4.8.1 This fully support MongoDB 6.1 + +=== camel-google-pubsub + +The Camel Google Pubsub headers have been renamed, since dotted keys are not allowed. + +This means all the headers will be "CamelGooglePubsub" prefixed instead of "CamelGooglePubsub." + +For more information, have a look at CAMEL-18773