This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/org.apache.maven.extensions-maven-extensions-43
in repository
https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git
discard c20b49a fix checkstyle
discard 04bcafc Bump org.apache.maven.extensions:maven-extensions from 41 to
43
add c9aaacb Some minor cleanup fixing IDE warnings (#172)
add c2e4c0b Bump org.junit:junit-bom from 5.10.3 to 5.11.0
add 8069051 Fix documentation errors (#174)
add 47cb902 Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0
add 465c894 Bump org.apache.maven.plugins:maven-invoker-plugin from 3.7.0
to 3.8.1
add b99b61d Bump org.apache.maven.plugins:maven-dependency-plugin
add cc534a1 Bump net.openhft:zero-allocation-hashing from 0.26ea0 to
0.27ea0
add b68628f Bump org.testcontainers:testcontainers-bom from 1.20.1 to
1.20.4
add 9e9fd1a ci - check with Maven 3.9.9
add f309385 Fix checkstyle warnings
add 54caff3 Bump org.apache.maven.extensions:maven-extensions from 41 to
43
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c20b49a)
\
N -- N -- N
refs/heads/dependabot/maven/org.apache.maven.extensions-maven-extensions-43
(54caff3)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/maven-verify-3.9.x.yml | 2 +-
.github/workflows/maven-verify.yml | 4 ++--
pom.xml | 15 +++++++-------
.../BuildCacheMojosExecutionStrategy.java | 4 ++--
.../maven/buildcache/CacheControllerImpl.java | 8 ++++----
.../buildcache/DefaultMultiModuleSupport.java | 3 ++-
.../buildcache/DefaultRestoredArtifactHandler.java | 6 +++---
.../buildcache/RemoteCacheRepositoryNoOp.java | 1 -
.../buildcache/checksum/MavenProjectInput.java | 15 ++++----------
.../buildcache/checksum/exclude/Exclusion.java | 4 ++--
.../maven/buildcache/hash/CloseableBuffer.java | 24 +++++++---------------
.../maven/buildcache/xml/CacheConfigImpl.java | 5 +++--
src/main/mdo/build-cache-config.mdo | 16 +++++++--------
src/site/markdown/getting-started.md.vm | 1 -
src/site/markdown/performance.md | 6 +++---
15 files changed, 49 insertions(+), 65 deletions(-)