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 2022/05/01 13:00:18 UTC

[jspwiki] branch dependabot/maven/org.codelibs-nekohtml-2.1.2 updated (0b7421484 -> 90bdea20f)

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

github-bot pushed a change to branch dependabot/maven/org.codelibs-nekohtml-2.1.2
in repository https://gitbox.apache.org/repos/asf/jspwiki.git


 discard 0b7421484 Bump nekohtml from 2.0.2 to 2.1.2
     add 31a063321 TestEngine#shutdown() now cleans cache, wiki pages dir and their associated attachments, if any
     add 7535118e8 Explicit generic parameters on getPageInfo and getPageInfoVersion
     add f022e411f Clean up a handful of tests
     add 68faee535 Update doclet version for JDK >= 9
     add 0c5b903be Update dependencies
     add a407a7116 update with latest updated versions
     add 17b28348b 2.11.3-git-08
     add 90bdea20f Bump nekohtml from 2.0.2 to 2.1.2

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   (0b7421484)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.codelibs-nekohtml-2.1.2 (90bdea20f)

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                                       | 12 +++
 LICENSE                                            |  8 +-
 .../src/main/java/org/apache/wiki/api/Release.java |  2 +-
 .../search/kendra/KendraSearchProviderTest.java    |  2 +-
 .../java/org/apache/wiki/xmlrpc/RPCHandler.java    |  4 +-
 .../src/test/java/org/apache/wiki/TestEngine.java  | 18 ++++-
 .../test/java/org/apache/wiki/WikiEngineTest.java  | 14 +---
 .../wiki/attachment/AttachmentManagerTest.java     | 14 +---
 .../org/apache/wiki/content/PageRenamerTest.java   | 18 -----
 .../apache/wiki/pages/DefaultPageManagerTest.java  |  7 --
 .../wiki/parser/JSPWikiMarkupParserTest.java       | 13 +---
 .../wiki/plugin/ReferringPagesPluginTest.java      |  3 +-
 .../providers/BasicAttachmentProviderTest.java     | 38 +++++-----
 .../apache/wiki/providers/CachingProviderTest.java | 20 ++---
 .../wiki/providers/VersioningFileProviderTest.java |  7 --
 .../wiki/references/ReferenceManagerTest.java      |  7 --
 .../apache/wiki/render/RenderingManagerTest.java   | 12 +--
 .../org/apache/wiki/search/SearchManagerTest.java  |  3 +-
 .../apache/wiki/stress/MassiveRepositoryTest.java  |  5 --
 .../wiki/stress/StressTestVersioningProvider.java  | 70 ++++++-----------
 .../java/org/apache/wiki/web/TestContainer.java    | 88 +++++++---------------
 .../org/apache/wiki/xmlrpc/RPCHandlerTest.java     | 23 +++---
 .../wiki/render/markdown/MarkdownRendererTest.java |  5 --
 mvn_cheat-sheet.md                                 |  2 +-
 pom.xml                                            |  4 +-
 25 files changed, 137 insertions(+), 262 deletions(-)