This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/maven/org.junit-junit-bom-6.0.0
in repository
https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git
discard 68e2ee5 Bump org.junit:junit-bom from 5.13.4 to 6.0.0
add 8615880 Bump org.apache.maven.plugins:maven-dependency-plugin
add 49dc9ff Fixes #367 - Do not consider project level glob as additional
input value (#372)
add f6c6485 Preserve Unix file permissions when caching attachedOutputs
(#392)
add 7e478bb Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0
add 4e664d6 Bump org.junit:junit-bom from 5.13.4 to 6.0.0
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 (68e2ee5)
\
N -- N -- N
refs/heads/dependabot/maven/org.junit-junit-bom-6.0.0 (4e664d6)
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:
pom.xml | 9 +-
.../maven/buildcache/CacheControllerImpl.java | 4 +-
.../org/apache/maven/buildcache/CacheUtils.java | 119 +++++++++++++--
.../buildcache/checksum/MavenProjectInput.java | 2 +-
.../apache/maven/buildcache/xml/CacheConfig.java | 2 +
.../maven/buildcache/xml/CacheConfigImpl.java | 7 +
src/main/mdo/build-cache-config.mdo | 6 +
.../buildcache/CacheUtilsPermissionsTest.java | 165 +++++++++++++++++++++
.../its/{Issue99Test.java => Issue367Test.java} | 23 ++-
.../.mvn/extensions.xml | 0
.../.mvn/maven-build-cache-config.xml | 10 +-
.../external => mbuildcache-367}/pom.xml | 8 +-
.../main/custom-resources/input/test.properties | 1 +
13 files changed, 324 insertions(+), 32 deletions(-)
create mode 100644
src/test/java/org/apache/maven/buildcache/CacheUtilsPermissionsTest.java
copy src/test/java/org/apache/maven/buildcache/its/{Issue99Test.java =>
Issue367Test.java} (74%)
copy src/test/projects/{core-extension => mbuildcache-367}/.mvn/extensions.xml
(100%)
copy src/test/projects/{mbuildcache-87 =>
mbuildcache-367}/.mvn/maven-build-cache-config.xml (85%)
copy src/test/projects/{mbuildcache-87/external => mbuildcache-367}/pom.xml
(83%)
create mode 100644
src/test/projects/mbuildcache-367/src/main/custom-resources/input/test.properties