Skip to content

2.7.0

Compare
Choose a tag to compare
@d-ryan-ashcraft d-ryan-ashcraft released this 25 Aug 15:08
· 167 commits to dev since this release

Overview

Now optionally supports Maven Reactor for more intelligent building and advanced build functionality (e.g., -rf (resume from)). Requires dependencies to manually be added to your pom.xml to incorporate Maven Reactor support (example in habushu-mixology-consumer/pom.xml).

Improved managed-dependency support for version of Poetry less than 1.5.0.

Updated to use the Maven Build Cache and added documentation on how to enable it for projects leveraging Habushu as well.

Python upgrade from 3.9.16 -> 3.11.4 (oldest that still regularly releases binary installers).

Breaking Changes

  • If you have an older version of Pyenv installed, you may need upgrade it to gain access to Python 3.11.4

Major Documentation Additions

  • Added updates to Maven lifecycle that reflect improved Maven Reactor support
  • Added mavenArtifactFile parameter documentation
  • Added documentation for setting up the Maven Build Cache with Habushu support in projects.

Change Log

Full Changelog: habushu-2.6.0...habushu-2.7.0