tomorrow-one / transactional-outbox

This library is an implementation of the Transactional Outbox Pattern (https://microservices.io/patterns/data/transactional-outbox.html) for Kafka
Apache License 2.0
11 stars 3 forks source link

Fix #304: Expose `active` property, add automatic cleanup #334

Closed magro closed 2 months ago

magro commented 2 months ago

This PR addresses issue #304:

mockito in the classic spring module had to be updated to be compatible with awaitility (prevent conflicts with different hamcrest versions).

github-actions[bot] commented 2 months ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ EDITORCONFIG editorconfig-checker 8 0 0.03s

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_