You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by gi...@apache.org on 2023/02/22 10:12:01 UTC

[ws-wss4j] branch dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.5.0 updated (4d09994a0 -> 88c4546b7)

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-javadoc-plugin-3.5.0
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git


 discard 4d09994a0 Bump maven-javadoc-plugin from 3.4.1 to 3.5.0
     add 9bbb890d5 Bump kerb-simplekdc from 2.0.2 to 2.0.3 (#109)
     add 09a5c8952 Removing performance directory
     add 621e47b46 Bump dependency-check-maven from 8.0.2 to 8.1.0 (#107)
     add 88c4546b7 Bump maven-javadoc-plugin from 3.4.1 to 3.5.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   (4d09994a0)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.5.0 (88c4546b7)

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:
 parent/pom.xml                                     |   2 +-
 performance/pom.xml                                | 102 ---
 .../apache/wss4j/performance/AbstractTestBase.java | 786 ---------------------
 .../wss4j/performance/PerformanceMemoryTest.java   | 479 -------------
 .../wss4j/performance/PerformanceTimingTest.java   | 317 ---------
 performance/src/test/resources/log4j-wss.xml       |  47 --
 pom.xml                                            |   2 +-
 7 files changed, 2 insertions(+), 1733 deletions(-)
 delete mode 100644 performance/pom.xml
 delete mode 100644 performance/src/test/java/org/apache/wss4j/performance/AbstractTestBase.java
 delete mode 100644 performance/src/test/java/org/apache/wss4j/performance/PerformanceMemoryTest.java
 delete mode 100644 performance/src/test/java/org/apache/wss4j/performance/PerformanceTimingTest.java
 delete mode 100755 performance/src/test/resources/log4j-wss.xml