1.0.1
github-actions
released this
09 Jun 01:07
·
92 commits
to refs/heads/master
since this release
π New features and improvements
- add some log when saving file locally as nothing is displayed if this has been done or not (#75) @olamy
- [MBUILDCACHE-57] - Configure remote url/remote server id with command line property (#74) @olamy
- [MBUILDCACHE-48] - Add possibility to disable caching per module in a multi-module project (#51) @eltsovalex
- [MBUILDCACHE-46] - Add maven.build.cache.remote.enabled parameter (#43) @atsteffen
π Bug Fixes
- [MBUILDCACHE-25] - Fixes N+1 cache processings for forked executions (#34) @AlexanderAshitkin
- [[MBUILDCACHE-58] document workaround to save cache with 3.9.1 and 4.0.0-alpha-5]](https://issues.apache.org/jira/browse/MBUILDCACHE-58] document workaround to save cache with 3.9.1 and 4.0.0-alpha-5) - and run IT test with Maven 3.9.1 and 4.0.0-alpha5 (#72) @olamy
- [MBUILDCACHE-56] - fix NPE when mojo does not a have field with same name as parameter (#73) @olamy
- [MBUILDCACHE-44] - fixed issue with duplicate maven phases failing cache (#52) @eltsovalex
π¦ Dependency updates
- Bump testcontainers-bom from 1.18.2 to 1.18.3 (#84) @dependabot
- Bump build-helper-maven-plugin from 3.3.0 to 3.4.0 (#81) @dependabot
- Bump testcontainers-bom from 1.18.0 to 1.18.2 (#82) @dependabot
- Bump junit-jupiter-params from 5.9.2 to 5.9.3 (#76) @dependabot
- Bump logback-classic from 1.3.6 to 1.3.7 (#71) @dependabot
- Bump maven-invoker-plugin from 3.5.0 to 3.5.1 (#66) @dependabot
- Bump plexus-utils from 3.4.1 to 3.5.1 (#64) @dependabot
- Bump maven-verifier from 1.7.2 to 1.8.0 (#61) @dependabot
- Bump logback-classic from 1.2.10 to 1.3.6 (#60) @dependabot
- Bump mockitoVersion from 4.8.0 to 4.11.0 (#65) @dependabot
- Bump testcontainers-bom from 1.17.6 to 1.18.0 (#62) @dependabot
- Bump wagon-webdav-jackrabbit from 3.5.1 to 3.5.3 (#59) @dependabot
- Bump maven-dependency-plugin from 3.3.0 to 3.5.0 (#56) @dependabot
- Bump commons-io from 2.7 to 2.11.0 (#55) @dependabot
- Bump log4j-over-slf4j from 1.7.35 to 1.7.36 (#54) @dependabot
- Bump assertj-core from 3.22.0 to 3.24.2 (#57) @dependabot
- Bump junit-jupiter-params from 5.8.1 to 5.9.2 (#46) @dependabot
- Bump zero-allocation-hashing from 0.9 to 0.16 (#47) @dependabot
- Bump testcontainers-bom from 1.17.2 to 1.17.6 (#48) @dependabot
- Bump junit-jupiter-engine from 5.8.1 to 5.9.2 (#49) @dependabot
- [MBUILDCACHE-40] - Upgrade to released maven 3.9.0 (#42) @gnodet
π Documentation updates
- [MBUILDCACHE-51] - Broken link to maven-build-cache-config.xml template on Getting Started page (#85) @ppalaga
- Cache documentation improvements (#40) @AlexanderAshitkin
- [[MBUILDCACHE-58] document workaround to save cache with 3.9.1 and 4.0.0-alpha-5]](https://issues.apache.org/jira/browse/MBUILDCACHE-58] document workaround to save cache with 3.9.1 and 4.0.0-alpha-5) - and run IT test with Maven 3.9.1 and 4.0.0-alpha5 (#72) @olamy
- Filter the project version into the getting started guide (#70) @bdemers
- docs: fix build-cache dir name in getting-started (#38) @manikmagar
π» Maintenance
- use junit bom (#78) @olamy
- use our shared GHA build, add dependabot and release drafter (#41) @olamy
- [MBUILDCACHE-39] - Upgrade to maven-parent pom 39 (#39) @gnodet
- [MBUILDCACHE-34] - Improve IT test execution (#36) @slawekjaranowski