Notice
Non-mandatory upgrade. This release adds support for compilation with JDK 17, fixes a series of historical bugs, and reduces the risk of data loss.
New Features
- Add support for compilation with JDK 17 (#48)
Bug Fixes
- Fix an issue where topics could be incorrectly matched with a certain probability (#50)
- Fix an issue where
triggerProcessLoopcould not exit properly (#50) - Gracefully shut down
ExecutorServiceto release resources and close MongoDB connections (#50) - Add one field to
BlockLogTriggerand remove three redundant fields (#50) - Replace Constants with the
EventTopicenum (#50)(#51) - Replace Log4j configuration with Logback to resolve incorrect logging output issues (#50)