This is an automated email from the ASF dual-hosted git repository.
olamy pushed a change to branch master-jenkinsfile-it-test
in repository https://gitbox.apache.org/repos/asf/archiva.git
discard 4e2e11705 missing variable
discard f8215eff9 Add missing function
discard e3c5a5e56 run directly IT test instead of a separate file
add 32fb65f14 use maven_3.8.5
add d1105c13e because ehcache use some range version...
add 235196f47 cleanup old comments
add f150f4204 fix upperbound and jdk 11 build
add a5489a389 debug this build failure
add 24963fd0c not needed anymore
add dd1461057 spring 5.3.20
new d8fc06538 run directly IT test instead of a separate file
new b79fb90f7 Add missing function
new c89c92d39 missing variable
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 (4e2e11705)
\
N -- N -- N refs/heads/master-jenkinsfile-it-test (c89c92d39)
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.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Jenkinsfile | 2 +-
.../archiva-base/archiva-checksum/pom.xml | 8 +++-
.../java/org/apache/archiva/checksum/Checksum.java | 11 ++++-
.../main/java/org/apache/archiva/checksum/Hex.java | 55 ----------------------
.../archiva-consumer-archetype/pom.xml | 1 -
.../archiva-core-consumers/pom.xml | 2 +-
.../archiva-base/archiva-policies/pom.xml | 4 +-
archiva-modules/archiva-base/archiva-proxy/pom.xml | 2 +-
.../archiva-base/archiva-transaction/pom.xml | 4 +-
.../archiva-maven/archiva-maven-proxy/pom.xml | 2 +-
.../archiva-maven/archiva-maven-repository/pom.xml | 4 +-
.../archiva-rest/archiva-rest-api/pom.xml | 2 +-
.../archiva-rest/archiva-rest-services/pom.xml | 23 +++++++++
.../archiva-web/archiva-web-common/pom.xml | 2 +-
archiva-modules/archiva-web/archiva-webapp/pom.xml | 5 --
archiva-modules/plugins/problem-reports/pom.xml | 4 +-
pom.xml | 25 ++++++----
17 files changed, 69 insertions(+), 87 deletions(-)
delete mode 100644
archiva-modules/archiva-base/archiva-checksum/src/main/java/org/apache/archiva/checksum/Hex.java