Skip to content

Commit a391e86

Browse files
committed
GH-823 - Update reference docs after republication property deprecation.
1 parent 1092184 commit a391e86

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/docs/antora/modules/ROOT/pages/appendix.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ Can either be the class name of a custom implementation of `ApplicationModuleDet
5050
|`true`
5151
|Whether to enable JSON support for `RabbitTemplate`.
5252

53+
|`spring.modulith.events.republish-outstanding-events-on-restart`
54+
|`false`
55+
|Whether to republish outstanding event publications on restarts of the application.
56+
Usually not recommended in multi-instance deployments as other instances might still be processing events.
57+
5358
|`spring.modulith.moments.enableTimeMachine`
5459
|`false`
5560
|Whether to enable the xref:moments.adoc[`TimeMachine`].
@@ -68,8 +73,7 @@ Can either be the class name of a custom implementation of `ApplicationModuleDet
6873

6974
|`spring.modulith.republish-outstanding-events-on-restart`
7075
|`false`
71-
|Whether to republish outstanding event publications on restarts of the application.
72-
Usually not recommended in multi-instance deployments as other instances might still be processing events.
76+
|Deprecated as of 1.3. Prefer `spring.modulith.events.republish-outstanding-events-on-restart`.
7377

7478
|`spring.modulith.test.file-modification-detector`
7579
|none

0 commit comments

Comments
 (0)