Skip to content

zAppBuild v2.5.0

Compare
Choose a tag to compare
@dennis-behm dennis-behm released this 14 Jun 12:28
· 122 commits to main since this release
f078a66

New & Noteworthy

This release of zAppBuild allows to move from the DepedencyResolver and ImpactResolver APIs to the new SearchPathDependencyResolver and new SearchPathImpactFinder APIs which got introduced with IBM Dependency Based Build 1.1.2 .

While the old APIs of the IBM Dependency Based Build toolkit are marked as deprecated, these new APIs allow to specify wildcards in the Search Path configuration and can also include the file extension to be able to more precisely define how dependencies and impacts are resolved. Please be aware, that this requires an update to the configurations in application-conf/application.properties. This release of zAppBuild retains backward compatibility with older DBB Toolkit versions.

Please also see IBM Docs for details on the new API.

New Features

  • Ability to switch to the new SearchPathDependencyResolver and new SearchPathImpactFinder APIs
  • New CLI option to pass in an property overwrite via a parameter
  • Managing file-level properties in individual property files which are stored in the repository

What's Changed

New Contributors

Full Changelog: 2.4.0...2.5.0