Skip to content
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.

Releases: CJSCommonPlatform/microservice_framework_version_6

6.0.11

30 Aug 09:58
Compare
Choose a tag to compare

[6.0.11] - 2019-08-30

Added

  • ordering to subscriptions descriptor yamls

Fixed

  • JdbcDataSourceProvider can now handle multiple DataSources

6.0.10

28 Aug 14:24
Compare
Choose a tag to compare

[6.0.10] - 2019-08-28

Added

  • JMX SystemCommands can now be disabled for a context

6.0.9

21 Aug 14:02
Compare
Choose a tag to compare

[6.0.9] - 2019-08-21

Fixed

  • JsonSchemaValidationMatcher now supports yaml/json/schema location

6.0.8

21 Aug 10:31
Compare
Choose a tag to compare

[6.0.8] - 2019-08-21

Fixed

  • Better error message if the name of the JMX bean is incorrect when called by the client

release-6.0.7

20 Aug 10:42
Compare
Choose a tag to compare

[6.0.7] - 2019-08-20

Added

  • New Utility test class for calling SystemCommands

Changed

  • Name SystemCommand classes have consistent name. i.e. from ShutterSystemCommand to ShutterCommand
  • The the context name in JmxParameters is now parsed so that everything after the first dash is excluded
    i.e. a war with name 'customer-service' would now become just 'customer'

Fixed

  • All server side Exceptions thrown by the JMX bean are now included in the api classes to fix
    ClassNotFoundExceptions in the JMX client

6.0.6

19 Aug 12:12
Compare
Choose a tag to compare

[6.0.6] - 2019-08-19

Removed

  • ApplicationShutteredStateObserver so that state is not changed by observed events

6.0.5

19 Aug 10:25
Compare
Choose a tag to compare

[6.0.5] - 2019-08-19

Changed

  • Shuttering state is now set directly rather than relying on Events as they may arrive out of order

6.0.4

16 Aug 13:51
Compare
Choose a tag to compare

[6.0.4] - 2019-08-16

Added

  • New call to get application state from JMX bean

6.0.3

16 Aug 09:18
Compare
Choose a tag to compare

[6.0.3] - 2019-08-16

Added

  • subscriptions_descriptor.yaml location pattern for jms_uri and rest_uri

Fixed

  • ShutteringRegistry is now correctly a singleton

6.0.2

15 Aug 13:06
Compare
Choose a tag to compare

[6.0.2] - 2019-08-15

Changed

  • Update json-schema-catalog to 1.7.4