Release Date: Tuesday, September 05, 2017
Release Highlights
- Miscellaneous improvements
Compatibility Notes
ADM Compatibility Level: 3.8.0 (Unchanged) (see ADM Compatibility Matrix) The Adm Compatibility level last changed in Core X 3.7.242
This release has no known compatibility implications
Change Log
- New Feature
- Improvement
- Bug
- XPLATFORM-1790 - "Encountered orphan slice element on stability (duplicate ack?)" error when mixing solicited and unsolicited sends
- XPLATFORM-1791 - Embedded configuration repository missing from nvx-talon jar
- XPLATFORM-1792 - nvx-platform-maven-plugin execution filter for m2e not filtering xar goals.
- XPLATFORM-1795 - Solace Orphan Subscription Check returns 'response too big: use sequenced get'
New Feature
XPLATFORM-1782 - TransactionLogTool compact command should provide an option to specify target log file size. |
This release enhances the Transaction Log Tool's compact command to allow specifying the initial length of the new file into which to compact by using the '-i initialLogSizeBytes' option flag. ODS TALON TOOLS |
XPLATFORM-1786 - Allow registration of custom bus providers in DDL |
This release allows registration of custom message bus providers in DDL which allows custom message bus binding implementation to be used with out having to register the messaging provider programatically. See: Message Bus Provider Configuration CONFIGURATION SMA |
XPLATFORM-1793 - Provide ability to pass properties to ADM CodegenListeners |
This release implements the ability to pass properties to an ADM codegen listener via the maven plugins. Below is example of passing properties Properties can then be accessed by the listener via the event passed to it: ADM MAVEN PLUGINS |