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 5514507d2 Bump nekohtml from 2.0.2 to 2.1.2
add 48791413e Update versions
add 2163b4ec1 polish test class so the setUp() method is no longer needed
add 718925b1c JSPWIKI-1171: Ensure Lucene indexes all pages and
attachments, even when they don't fit in the cache
add 0a8ecddf8 Add memory profiling test, and the needed infraestructure to
run it
add 79558a7f8 2.11.3-git-07
add 0b7421484 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 (5514507d2)
\
N -- N -- N
refs/heads/dependabot/maven/org.codelibs-nekohtml-2.1.2 (0b7421484)
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 | 15 ++
.../src/main/java/org/apache/wiki/api/Release.java | 2 +-
jspwiki-main/pom.xml | 6 +
.../wiki/attachment/DefaultAttachmentManager.java | 2 +-
.../wiki/providers/CachingAttachmentProvider.java | 55 +++--
.../org/apache/wiki/providers/CachingProvider.java | 76 +++----
.../apache/wiki/search/LuceneSearchProvider.java | 226 ++++++++++-----------
.../test/java/org/apache/wiki/MemoryProfiling.java | 80 ++++++++
.../apache/wiki/providers/CachingProviderTest.java | 44 +++-
.../src/test/resources/ehcache-jspwiki-small.xml | 14 +-
.../wiki/render/markdown/MarkdownRendererTest.java | 19 +-
mvn_cheat-sheet.md | 1 +
pom.xml | 57 +++++-
13 files changed, 383 insertions(+), 214 deletions(-)
create mode 100644
jspwiki-main/src/test/java/org/apache/wiki/MemoryProfiling.java
copy jspwiki-cache/src/main/resources/ehcache-jspwiki.xml =>
jspwiki-main/src/test/resources/ehcache-jspwiki-small.xml (93%)