Skip to content

Archiving JPA entity causes unnecessary need to set up archive table #964

@cmetzlerhg

Description

@cmetzlerhg

With version 1.3 there is a new completion-mode value, which should be UPDATE by default. If the property is not set at all, the completion mode seems to be ARCHIVE which would require to introduce a new table and eventually updating the logic to delete archived events.

Quick workaround is setting spring.modulith.events.completion-mode to the desired mode in the application.properties.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions