From 8d067e81074da3f32c21f11e57dff422be4bc42d Mon Sep 17 00:00:00 2001 From: Andreas Ahlenstorf Date: Wed, 16 Oct 2024 14:29:04 +0200 Subject: [PATCH] GH-885 - Update docs to reflect renaming of property. --- src/docs/antora/modules/ROOT/pages/events.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/antora/modules/ROOT/pages/events.adoc b/src/docs/antora/modules/ROOT/pages/events.adoc index 55a3758e..53d910d6 100644 --- a/src/docs/antora/modules/ROOT/pages/events.adoc +++ b/src/docs/antora/modules/ROOT/pages/events.adoc @@ -206,7 +206,7 @@ image::event-publication-registry-start.png[] Each transactional event listener is wrapped into an aspect that marks that log entry as completed if the execution of the listener succeeds. In case the listener fails, the log entry stays untouched so that retry mechanisms can be deployed depending on the application's needs. -Automatic re-publication of the events can be enabled via the xref:appendix.adoc#configuration-properties[`spring.modulith.republish-outstanding-events-on-restart`] property. +Automatic re-publication of the events can be enabled via the xref:appendix.adoc#configuration-properties[`spring.modulith.events.republish-outstanding-events-on-restart`] property. .The transactional event listener arrangement after execution image::event-publication-registry-end.png[]