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

Releases: CJSCommonPlatform/microservice_framework_version_6

2.0.0-rc6

23 Jun 13:39

Choose a tag to compare

2.0.0-rc6 Pre-release
Pre-release

Changed

  • Improved logging for annotation scanning
  • Add component to audit interceptor so that audit messages can distinguish between components even when they are deployed in a single WAR.

2.0.0-rc5

23 Jun 13:39

Choose a tag to compare

2.0.0-rc5 Pre-release
Pre-release

Changed

  • Include base URI in class name for generated JMS listeners. This ensures they are unique, but any project that overrides the generated class will need to change the class name of their override to match.

2.0.0-rc4

23 Jun 13:38

Choose a tag to compare

2.0.0-rc4 Pre-release
Pre-release

Fixed

  • Aggregate snapshot service was pulling in Liquibase due to an incorrect dependency scope

2.0.0-rc3

16 Jun 14:43

Choose a tag to compare

2.0.0-rc3 Pre-release
Pre-release

Changed

  • Logging dependencies tidied up - all logging implementations excluded from dependencies and tests use new test utils modules for logging

Removed

  • Precondition class marked as deprecated - will be removed in 3.0.0 unless a differen tuse case is found for it

2.0.0-rc2

06 Jun 15:39

Choose a tag to compare

2.0.0-rc2 Pre-release
Pre-release

Changed

  • Interceptor chain now adds the component name to the context so it can be used by the access control interceptor or anything else that needs it

Removed

  • Access control Provider annotation and annotation scanning; this functionality has moved to the access control library

1.7.1

31 May 13:45

Choose a tag to compare

Added

  • Utility for browsing and deleting DLQ messages, backported from separate test utils library
  • Support for adding additional fields when building metadata

2.0.0-rc1

31 May 13:45

Choose a tag to compare

2.0.0-rc1 Pre-release
Pre-release

Changed

  • Refactor all framework components that are not internal so that they are provided as interfaces
    via new Framework API modules
  • Rework interceptor chain so that it is specific to a service component, by allowing each component
    to provide an interceptor chain definition rather than using annotation scanning
  • Upgrade to use framework parent POM 1.3.0

Removed

  • Support for default sender destinations removed; senders now always require messaging clients to
    be provided, typically by generating one from the destination RAML.

Fixed

  • Test cases for random ZonedDateTime generators and added logging to show more info when they fail
  • Javadoc errors

Added

  • Script for building dependencies locally
  • Support for generating and discovering direct adapters, if a message destination exists locally
    a service component in the same application

1.7.0

16 May 14:24

Choose a tag to compare

Added

  • Add test event log repository to the test-utils-core module

1.6.0

05 May 11:55

Choose a tag to compare

Added

  • Support for PDF generation in Alfresco interface

1.5.2

07 Apr 13:04

Choose a tag to compare

Fixed

  • Service names with hyphens were also breaking other adapters and clients
  • Enveloper was keeping stream metadata from events when enveloping commands