@@ -5,6 +5,11 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to
55
66[ Unreleased]
77
8+ ## [ 17.4.3-M1] - 2024-04-23
9+ ### Added
10+ - Add LOG_RUNTIME_ID system command and it's handler to log command runtime id
11+ - Add REPLAY_EVENT_TO_EVENT_LISTENER and REPLAY_EVENT_TO_EVENT_INDEXER system commands to replay single event
12+
813## [ 17.4.2] - 2024-02-08
914### Changed
1015- Add jobstore retry migration liquibase via framework-libraries
@@ -17,7 +22,7 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to
1722### Added
1823- Add '-f' '--force' switch to the JmxCommandClient to bypass COMMAND_IN_PROGRESS check
1924### Removed
20- - Remove CDI and Weld container from JmxCommandClient
25+ - Remove CDI and Weld container from JmxCommandClient
2126
2227## [ 17.3.1] - 2023-11-27
2328### Changed
@@ -53,17 +58,17 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to
5358## [ 17.0.1] - 2023-05-10
5459### Changed
5560- Update framework-libraries to 17.0.1 in order to:
56- - Remove unnecessary logging of 'skipping generation' message in pojo generator
61+ - Remove unnecessary logging of 'skipping generation' message in pojo generator
5762
5863## [ 17.0.0] - 2023-05-05
5964### Changed
6065- Update to Java 17
61- - Make pojo generator to perform null safe assignment of additionalProperties inside constructor
66+ - Make pojo generator to perform null safe assignment of additionalProperties inside constructor
6267- Update common-bom to 17.0.0 in order to:
63- - Add byte-buddy 1.12.22 as a replacement for cglib
64- - Downgrade h2 to 1.4.196 as 2.x.x is too strict for the tests
68+ - Add byte-buddy 1.12.22 as a replacement for cglib
69+ - Downgrade h2 to 1.4.196 as 2.x.x is too strict for the tests
6570- Update framework-libraries to 17.0.0 in order to:
66- - Change 'additionalProperties' Map in generated pojos to HashMap to allow serialization
71+ - Change 'additionalProperties' Map in generated pojos to HashMap to allow serialization
6772### Removed
6873- Remove illegal-access argument from surefire plugin from plugin management (through maven-parent-pom 17.0.0-M6)
6974- Remove illegal-access argument from surefire plugin
@@ -77,7 +82,7 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to
7782### Changed
7883- Update to OpenJDK 11
7984- Update to JEE 8
80- - Improve testability of DefaultRestClientProcessor by extracting WebTargetFactory creation to separate class
85+ - Improve testability of DefaultRestClientProcessor by extracting WebTargetFactory creation to separate class
8186- Close the client in DefaultRestClientProcessor
8287- Updated slf4j/log4j bridge jar from slf4j-log4j12 to slf4j-reload4j
8388- MessageProducerClient is now idempotent when calling ` startProducer(...) `
@@ -105,7 +110,7 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to
105110 - wildfly to version 26.1.2.Final
106111 - artemis to version 2.20.0
107112 - resteasy-client to version 4.7.7.Final
108-
113+
109114## [ 7.2.23] - 2021-03-29
110115### Changed
111116- RestClientProcessor now handles bad request (400) responses by throwing a BadRequestException
0 commit comments