Releases: release-engineering/pom-manipulation-ext
Releases · release-engineering/pom-manipulation-ext
pom-manipulation-parent-3.8.3
Enhancements in this release
- Expose all REST timeouts to be configurable
pom-manipulation-parent-3.8.2
pom-manipulation-parent-3.8.1
Changes in this release
PMEInvocationPoint
annotation has been deprecated. Instead, useInvocationPoint
annotation.- API has been exposed for reuse by GME
pom-manipulation-parent-3.8
Enhancements in this release
- Added new Groovy API for developers to use to work around circular dependencies in upstream ( #660)
- Added ability to ignore existing suffix (i.e. redhat-n) during REST alignment (#657)
- Added ability to set pluginSource to NONE to match dependencySource (#650)
- Improved comparator output and added information to output relocation information (#653, #652)
- Added ability to output comparator report to file (#653)
- Simplify Galley infrastructure creation making it easier for external reuse (#654)
- Improved inlineProperty functions for Groovy API (#658)
Fixed in this release
- Update to latest Jackson for CVE-2019-12814 (#655)
- Removed deprecated "overrideDependencies" functionality ( deprecated in PME 2.12 ) (#662)
pom-manipulation-parent-3.7.1
Fixed in this release
- Fix for passing duplicates to DA
pom-manipulation-parent-3.7
Enhancements in this release
- Added auto-partitioning scheme for DA (#644)
- Ensure a unique list is passed to DA (#647)
- Treat 503 as recoverable (#639)
- Improvements to logging (#638)
Fixed in this release
- Avoid producing an empty name in backup settings (NCL-4724) (#642)
- Update to latest Jackson for CVE-2019-12086 (#643)
pom-manipulation-parent-3.6.1
Changed in this release
More API exposed for https://github.com/project-ncl/gradle-manipulator to reuse.