Skip to content

zAppBuild v2.4.0

Compare
Choose a tag to compare
@dennis-behm dennis-behm released this 10 Mar 18:47
· 120 commits to main since this release
06ff114

Important notes

This zAppBuild release ships the necessary modifications to support the Groovy 4.0.0 runtime which is shipped with IBM Dependency Based Build 1.1.3. Backward compatibility with older DBB toolkit versions is preserved.

If you are on an older version of zAppBuild or maintain your own implementation and are about to upgrade to IBM Dependency Based Build 1.1.3, please review the required changes in PR #182 to enable your version to support the Groovy 4.0.0 runtime and check out the IBM TechNote IBM Dependency Based Build runs with Groovy 4.0.0.

New Features

  • Capture file deletions and deleted outputs in DBB build report (requires DBB toolkit 1.1.3)
  • Reporting capability to document concurrent changes in other branches

What's Changed

  • Correction of additional dependency datasets in SYSLIB for language scripts ASM and REXX by @dennis-behm in #177
  • Add import statements for Groovy 4.0.0 compatibility by @lburgess07 in #182
  • Formatted console output for impactResolver config only on verbose logging by @dennis-behm in #180
  • Add hidden files in subdirectories to excludeFileList by @dennis-behm in #185
  • SSI info conditional via a build property for Assembler and BMS language scripts by @dennis-behm in #183
  • Enable SSI Info for load modules in fullBuild scenario by @dennis-behm in #187
  • Add support for additional repo layout scenario for calculating the directory offset by @dennis-behm in #190
  • fix logging for physicalDependencies in verbose mode by @dennis-behm in #192
  • Updated description of build properties to store SSI by @dennis-behm in #188
  • corrected spelling of linkEditSyslibConcatenation by @flpet-ibm in #195
  • corrected spelling of MVSExec object in REXX.groovy by @dennis-behm in #197
  • Capture file deletions and deleted outputs in DBB build report by @dennis-behm in #193
  • report and validate concurrent changes by @dennis-behm in #166
  • Conditionally load BuildReportUtilities by @dennis-behm in #198
  • Release zAppBuild 2.4.0 by @dennis-behm in #199

Full Changelog: 2.3.1...2.4.0