Skip to content

Releases: hmcts/cp-microservice-framework

17.5.0

05 Jun 14:38

Choose a tag to compare

[17.5.0] - 2024-06-05

  • JmsMessageConsumerClientProvider now returns JmsMessageConsumerClient interface rather than the implemening class

17.4.8

04 Jun 12:49

Choose a tag to compare

Changed

  • Add method to SystemCommanderMBean interface to invoke system command without supplying CommandRunMode (Used by FeatureStubber class)

17.4.6

03 Jun 11:39

Choose a tag to compare

Changed

  • Break dependency on framework-command-client in test-utils-jmx library

17.4.5

29 May 10:02

Choose a tag to compare

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

15 May 07:42

Choose a tag to compare

Changed

  • Refactor JMS resource management extension to extract CloseableResource to separate class and
  • Close producers along with consumer through @afterall hook

17.4.3

13 May 08:55

Choose a tag to compare

Added

  • Add JmsMessageConsumerClient and JmsMessageProducerClient for effective management of jms resources in integration tests

17.4.3-M1

23 Apr 10:18

Choose a tag to compare

17.4.3-M1 Pre-release
Pre-release

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

17 Apr 09:37

Choose a tag to compare

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

16 Apr 08:58

Choose a tag to compare

8.1.0-M4 Pre-release
Pre-release

Changed

  • Update command status as failed, when system command invocation fails

8.10.0-M2

03 Apr 14:03

Choose a tag to compare

8.10.0-M2 Pre-release
Pre-release

[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