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 4a2be139f65 CAMEL-22007: camel-micrometer - Configuring tags is not
tooling friendly
4a2be139f65 is described below
commit 4a2be139f65bf4093a55d9ef5283e5fd016998a3
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Apr 23 09:28:51 2025 +0200
CAMEL-22007: camel-micrometer - Configuring tags is not tooling friendly
---
docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_10.adoc | 5 +++++
1 file changed, 5 insertions(+)
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_10.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_10.adoc
index e86f2246307..f634d9bb237 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_10.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_10.adoc
@@ -57,6 +57,11 @@ to end the current choice (inner) and then afterwards change
the scope to be Cho
continue in the outer Choice. Otherwise the Java DSL cannot know the scope is
Choice EIP and you would
not be able to add the `otherwise` block to the outer Choice.
+=== camel-micrometer
+
+The `tags` parameter has been _fixed_ to be multivalued and tooling friendly.
So
+instead of configuring `tags=a=1&b=2` then this should be configured as
`tags.a=1&tags.b=2` and so forth.
+
== Upgrading from 4.10.2 to 4.10.3
No changes