This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 5bf0023 CAMEL-15164: camel-lra-starter - Use same keys in auto
configuration as camel-main: camel.service.lra -> camel.lra
5bf0023 is described below
commit 5bf00232b6ad3572f2c815e8db2c17e6fc5b35c3
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jun 11 12:18:43 2020 +0200
CAMEL-15164: camel-lra-starter - Use same keys in auto configuration as
camel-main: camel.service.lra -> camel.lra
---
docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_4.adoc | 5 +++++
1 file changed, 5 insertions(+)
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_4.adoc
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_4.adoc
index a6cbf26..fd82cb9 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_4.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_4.adoc
@@ -97,6 +97,11 @@ CREATE TABLE aggregation_completed (
);
----
+=== camel-lra-starter
+
+The Spring Boot LRA starter component have changed its auto configuration keys
to be similar to using camel-lra with camel-main or camel-quarkus.
+Change the keys from `camel.service.lra` to `camel.lra`, eg
`camel.service.lra.coordinator-url` to `camel.lra.coordinator-url`.
+
=== Maven Archetypes
The `camel-archetype-java8` has been removed, as you can just use
`camel-archetype-java` instead.