Skip to content

Commit

Permalink
GH-823 - Update reference docs after republication property deprecation.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Sep 16, 2024
1 parent 1092184 commit a391e86
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/docs/antora/modules/ROOT/pages/appendix.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ Can either be the class name of a custom implementation of `ApplicationModuleDet
|`true`
|Whether to enable JSON support for `RabbitTemplate`.

|`spring.modulith.events.republish-outstanding-events-on-restart`
|`false`
|Whether to republish outstanding event publications on restarts of the application.
Usually not recommended in multi-instance deployments as other instances might still be processing events.

|`spring.modulith.moments.enableTimeMachine`
|`false`
|Whether to enable the xref:moments.adoc[`TimeMachine`].
Expand All @@ -68,8 +73,7 @@ Can either be the class name of a custom implementation of `ApplicationModuleDet

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

|`spring.modulith.test.file-modification-detector`
|none
Expand Down

0 comments on commit a391e86

Please sign in to comment.