IBM / dbb-zappbuild

zAppBuild is a generic build solution for building z/OS applications using Apache Groovy build scripts and IBM Dependency Based Build (DBB) APIs.
Apache License 2.0
41 stars 140 forks source link

Cleanup of application-conf sample configurations for searchPath configurations #262

Closed dennis-behm closed 1 year ago

dennis-behm commented 1 year ago

With the builds script implementation on the branches develop and main require Dependency Based Build Version 2.0, a clean up of the sample dependency and impact rule configurations is required.

The current version is still carrying sample definitions for both versions of dependency APIs.

Background: The DependencyResolver and ImpactResolver APIs got removed and are no longer available - see N&N in the DBB docs. Only the new searchPath configurations are valid.

Please also see the PR #201 , when the new rules got introduced in previous releases of zAppBuild. Add the new configurations to the requiredBuildProperty lists.

https://github.com/IBM/dbb-zappbuild/blob/99624f601019ca6483023eb00c9d420535ced6d4/samples/application-conf/application.properties#L126-L147

dennis-behm commented 1 year ago

Delivered via release 3.0.1