github-actions
released this
12 May 21:21
·
23 commits
to refs/heads/master
since this release
🚀 New features and improvements
- [MBUILDCACHE-90] - A "mandatory clean" option to enable the caching functionnality (#103) @kbuntrock
- [MBUILDCACHE-93] - Command line configuration to skip saving in cache (#148) @kbuntrock
- [MBUILDCACHE-71] - Store the build info after storing the artifacts. (#138) @amirhadadi
🐛 Bug Fixes
- [MBUILDCACHE-86] - bugfix / enhancements restoration of outputs on disk (#104) @kbuntrock
- [MBUILDCACHE-80] - Fix for incremental builds with a higher goal than the highest cached goal is rebuilding the full project from scratch (#128) @igdianov
- [MBUILDCACHE-81] - Add an option to include project version as part of the cache hash key (#129) @igdianov
- [MBUILDCACHE-76] - add project version as part of hash key (#117) @olamy
📦 Dependency updates
- Bump org.testcontainers:testcontainers-bom from 1.19.7 to 1.19.8 (#153) @dependabot
- Bump org.apache.maven.resolver:maven-resolver-transport-http from 1.9.19 to 1.9.20 (#149) @dependabot
- Bump org.apache.maven.resolver:maven-resolver-transport-http from 1.9.18 to 1.9.19 (#145) @dependabot
- Bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.0 to 3.6.1 (#140) @dependabot
- Bump commons-io:commons-io from 2.16.0 to 2.16.1 (#142) @dependabot
- Bump commons-io:commons-io from 2.15.1 to 2.16.0 (#139) @dependabot
- Bump org.assertj:assertj-core from 3.25.2 to 3.25.3 (#131) @dependabot
- Bump org.testcontainers:testcontainers-bom from 1.19.5 to 1.19.7 (#136) @dependabot
- Bump com.github.tomakehurst:wiremock-jre8 from 2.35.1 to 2.35.2 (#133) @dependabot
- Bump apache/maven-gh-actions-shared from 3 to 4 (#135) @dependabot
- Bump org.junit:junit-bom from 5.10.1 to 5.10.2 (#130) @dependabot
- Bump org.testcontainers:testcontainers-bom from 1.19.4 to 1.19.5 (#132) @dependabot
- Bump org.testcontainers:testcontainers-bom from 1.19.3 to 1.19.4 (#127) @dependabot
- Bump org.assertj:assertj-core from 3.25.1 to 3.25.2 (#126) @dependabot
- Bump org.apache.maven.resolver:maven-resolver-transport-http from 1.9.7 to 1.9.18 (#123) @dependabot
- Bump org.assertj:assertj-core from 3.24.2 to 3.25.1 (#125) @dependabot
- Bump commons-io:commons-io from 2.11.0 to 2.15.1 (#118) @dependabot
- Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.14.0 (#119) @dependabot
- Bump org.apache.maven.plugins:maven-invoker-plugin from 3.5.1 to 3.6.0 (#120) @dependabot
- Bump org.apache.maven.plugins:maven-dependency-plugin from 3.5.0 to 3.6.1 (#121) @dependabot
- Bump org.codehaus.mojo:build-helper-maven-plugin from 3.4.0 to 3.5.0 (#116) @dependabot
📝 Documentation updates
- Adds tip that Nexus Repository can be used for a remote cache provider. (#151) @mattjohnson
- Fix typo in maven-build-cache-config.xml (#150) @mfoo
👻 Maintenance
- remove wrong tag in pom and use last maven 3 version for ITs (#152) @olamy
- [MBUILDCACHE-88] - Fix tests execution on jdk > 20 (#147) @kbuntrock
- Bump org.junit:junit-bom from 5.10.1 to 5.10.2 (#130) @dependabot
- Bump org.testcontainers:testcontainers-bom from 1.19.4 to 1.19.5 (#132) @dependabot