You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by gi...@apache.org on 2021/04/24 16:30:46 UTC

[jspwiki] branch dependabot/maven/org.apache.maven.plugins-maven-release-plugin-3.0.0-M4 updated (a019763 -> 558ac0b)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/org.apache.maven.plugins-maven-release-plugin-3.0.0-M4
in repository https://gitbox.apache.org/repos/asf/jspwiki.git.


 discard a019763  Bump maven-release-plugin from 3.0.0-M1 to 3.0.0-M4
     add e17e573  feat: Add SHA-256 prefix and handling to password validation
     add d4b3d7c  feat: getHash method to use SHA-256 by default
     add c7810ea  refactor: Rename getOldHash private method to getShaHash
     add 8812bcd  feat: Add SHA-256 support to getSaltedPassword-method
     add 1a679bc  refactor: Replace SSHA term with SHA-1 when getting MessageDigest instance
     add bd7bdcb  feat: Add algorithm option to CLI
     add 9562256  feat: Add support for SHA_256 to password verification
     add 9140277  test: Update CryptoUtilTest
     add c1b0dd4  test: Update password hashes used with XMLUserDatabaseTest
     add f38c83f  Bump sonar-maven-plugin from 3.7.0.1746 to 3.8.0.2131
     add 3240569  Bump cargo-maven2-plugin from 1.8.4 to 1.8.5
     add 97eb507  Bump jetty-all from 9.4.35.v20201120 to 9.4.40.v20210413
     add 6d38d43  Bump selenide from 5.17.3 to 5.20.4
     add 110e0a4  Bump junit-bom from 5.7.0 to 5.7.1
     add 71cfcbc  Update Mockito to 3.9.0 - closes #35
     add 7fc94cb  Update Tomcat to 9.0.45 (and launch4j, used to build portable binaries, to 3.14) - closes #57
     add dd72d85  2.11.0-git-05
     add 1f6f7e2  fix wrong link
     add 3b28f4e  update hsqldb to 2.6.0 - closes #59
     add d8a1929  update ChangeLog.md
     add c78edc2  echo contributed env variables to build execution, idea is to see if we can restrict site construction to only master branch on canonical repo
     add 290d231  Add support for multibranch job at ci-builds.a.o
     add 558ac0b  Bump maven-release-plugin from 3.0.0-M1 to 3.0.0-M4

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   (a019763)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.apache.maven.plugins-maven-release-plugin-3.0.0-M4 (558ac0b)

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:
 ChangeLog.md                                       |  26 +++++-
 Jenkinsfile                                        |  66 +++++++------
 .../src/main/java/org/apache/wiki/api/Release.java |   2 +-
 .../wiki/auth/user/AbstractUserDatabase.java       |  34 +++----
 .../apache/wiki/auth/user/XMLUserDatabaseTest.java |  10 +-
 jspwiki-main/src/test/resources/userdatabase.xml   |   2 +-
 jspwiki-portable/build.xml                         |  12 +--
 .../tomcat/woas.app/Contents/Java/bootstrap.jar    | Bin 35909 -> 34804 bytes
 .../tomcat/woas.app/Contents/Java/tomcat-juli.jar  | Bin 49778 -> 46629 bytes
 .../src/overlay/launchers/tomcat/woas.exe          | Bin 3633627 -> 3640053 bytes
 .../main/java/org/apache/wiki/util/CryptoUtil.java | 102 ++++++++++++---------
 .../java/org/apache/wiki/util/CryptoUtilTest.java  |  24 ++---
 pom.xml                                            |  14 +--
 13 files changed, 167 insertions(+), 125 deletions(-)