Skip to content

Releases: release-engineering/pom-manipulation-ext

pom-manipulation-parent-3.8.3

11 Mar 14:10
@rnc rnc
Compare
Choose a tag to compare

Enhancements in this release

  • Expose all REST timeouts to be configurable

pom-manipulation-parent-3.8.2

28 Feb 09:19
@rnc rnc
Compare
Choose a tag to compare

Enhancements in this release

  • Expose Logger with a Getter for easier reuse in Groovy scripts (#747)

Fixed in this release

  • Allow Groovy scripts to remove projects (#745)

pom-manipulation-parent-3.8.1

23 Oct 19:34
@rnc rnc
Compare
Choose a tag to compare

Changes in this release

  • PMEInvocationPoint annotation has been deprecated. Instead, use InvocationPoint annotation.
  • API has been exposed for reuse by GME

pom-manipulation-parent-3.8

03 Aug 07:46
@rnc rnc
Compare
Choose a tag to compare

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

17 Jun 20:35
@rnc rnc
Compare
Choose a tag to compare

Fixed in this release

  • Fix for passing duplicates to DA

pom-manipulation-parent-3.7

14 Jun 20:35
@rnc rnc
Compare
Choose a tag to compare

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

17 May 13:40
@rnc rnc
Compare
Choose a tag to compare

Changed in this release

More API exposed for https://github.com/project-ncl/gradle-manipulator to reuse.

pom-manipulation-parent-3.6

29 Apr 14:06
@rnc rnc
Compare
Choose a tag to compare

Enhancements in this release

  • Allow dependencyOverrides to reference a remote BOM as a version (#628)
  • Expose more API (#633 , #627)

Fixed in this release

  • Don't pass unresolved variables to DA (#624)

pom-manipulation-parent-3.5.1

27 Mar 15:49
@rnc rnc
Compare
Choose a tag to compare

Enhancements in this release

  • Expose more Version API (#621)

Fixed in this release

  • Handle repository removal with properties (#622)

pom-manipulation-parent-3.5

21 Mar 10:30
@rnc rnc
Compare
Choose a tag to compare

Enhancements in this release

  • Groovy scripts now embed their invocation point (#616)
  • Added a utility function that can inline shared properties which can be called from Groovy scripts (#619)

Fixed in this release

  • Fix for alternate suffix and temporary builds (#618)