Releases: hmcts/cp-microservice-framework
Releases · hmcts/cp-microservice-framework
17.5.0
[17.5.0] - 2024-06-05
- JmsMessageConsumerClientProvider now returns JmsMessageConsumerClient interface rather than the implemening class
17.4.8
Changed
- Add method to SystemCommanderMBean interface to invoke system command without supplying CommandRunMode (Used by FeatureStubber class)
17.4.6
Changed
- Break dependency on framework-command-client in test-utils-jmx library
17.4.5
Changed
- Created interfaces for JmsMessageConsumerClient and JmsMessageProducerClient
- Renamed JmsMessageProducerClientBuilder to JmsMessageProducerClientProvider
- Renamed JmsMessageConsumerClientBuilder to JmsMessageConsumerClientProvider
- Add LOG_RUNTIME_ID system command and it's handler to log command runtime id
- Add REPLAY_EVENT_TO_EVENT_LISTENER and REPLAY_EVENT_TO_EVENT_INDEXER system commands to replay single event
17.4.4
17.4.3
Added
- Add JmsMessageConsumerClient and JmsMessageProducerClient for effective management of jms resources in integration tests
17.4.3-M1
Added
- Add LOG_RUNTIME_ID system command and it's handler to log command runtime id
- Add REPLAY_EVENT_TO_EVENT_LISTENER and REPLAY_EVENT_TO_EVENT_INDEXER system commands to replay single event
8.0.8
Added
- Add LOG_RUNTIME_ID system command and it's handler to log command runtime id
- Add REPLAY_EVENT_TO_EVENT_LISTENER and REPLAY_EVENT_TO_EVENT_INDEXER system commands to replay single event
8.1.0-M4
Changed
- Update command status as failed, when system command invocation fails
8.10.0-M2
[8.10.0-M2] - 2024-04-03
Added
- New temporary JmxCommand that logs the passed commandRuntimeId passed from the client
Fixed
- commandRuntimeId now correctly passed to the Jmx handler classes