Skip to content

IBM-MQ-zOS-UCD v5.85b33dd

Compare
Choose a tag to compare
@nhmathis nhmathis released this 22 Jan 19:10
· 17 commits to master since this release

Release Notes Version 5:

  • If there is no base file, an error is now raised. An information message is also now issued if there are no resources to deploy in the overrides file.
  • Single keyword (i.e. force/noForce, replace/noReplace, purge/noPurge) overrides are now supported. Other single keywords, like trigger/noTrigger, were previously already supported by the plugin.
  • Default (generic) overrides are now supported.
  • An error is now raised for non-existent attribute groups and attributes.
  • Setting the keepAliveInterval to -1 now correctly builds MQSC with KAINT(AUTO) or AMQPKA(AUTO) depending on the type of channel being defined.
  • The white paper has been updated to document default (generic) overrides.
  • Additional trace has also been added where required, and some comments in the code have been enhanced to aid future maintenance.

Release Notes Version 4:

  • Updated build tool from Ant to Gradle.