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

juanpablo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git


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

The 7 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:
 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(-)

Reply via email to