All notable changes to this project will be documented in this file, which follows the guidelines on Keep a CHANGELOG. This project adheres to Semantic Versioning.
- Added event-publisher-jms, event-source and event-store-util to the list of excluded dependencies
- Added event-publisher-process to the list of excluded dependencies
- Update evet-store to 1.1.9
- Reverted to Swarm from Thorntail, due to weld issues when replaying
- Added subscription-manager to the list of excluded jars
- Added event-subscription jar to list of jars to be excluded from Thorntail
- Upgraded Swarm to Thorntail
- Add new event-store jars to list of jars to be excluded from Thorntail
- Use correct maven scope for test jars
- Update to framework 5.1.2
- Update to framework 5.1.0
- Update to framework 5.0.4
- Update to framework version 4.3.2
- Update to framework api version 2.2.0
- Update schema catalog service to version 1.3.2
- Paging of the event stream now done using SQL rather than calling limit(...) on the stream
- Moved to Postgres for running the integration tests
- Test event listener now uses JDBC rather than Deltaspike/JPA
- added
-Drun.it=false
property to allow the integration tests to be skipped
- Improved logging to include streamId and event metadata in MDC
- Fix for replaying of events into custom event listeners
- Fixed logging for the replay application
- Fix of running out of database Connections during the replay
- Fix of event stream returning events in reverse order
- Events are loaded into memory in batches of 1000 at each time
- Weld issues when starting Swarm
- Fixed transaction timeout when replaying large numbers of events
- Exclude schema catalog loader classes when merging WARs
- Update to framework version 4.0.0
- Update to framework api version 2.0.1
- Updated AsyncStreamDispatcher to support stream status source.
- Replay tool manual
- Fix archive loader dependency exclusion to include additional libraries
- Update to framework version 3.1.0
- Update to framework api version 1.1.0
- Update to common-bom version 1.22.0
- Update to use framework version 3.0.0
- Corrected altered dependencies for framework 2.2.1
- Converted to Bintray released
- Upgraded to framework 2.2.1
- Coveralls added to build
1.2.0 - 2017-05-26
- Skip missing handlers
1.1.0 - 2017-05-25
- Bump framework version
1.0.0 - 2016-11-17
- Replay Event Stream tool