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 bd44d4d sublists should use 4 spaces instead of 2
new 8f8a98c remove unneeded throws Exception from tests
new 886a664 remove unnecessary log4j configuration on test
new 03192b3 refactor test so that testEngine doesn't get garbage
collected - should fix ocassional test failures
new afa0035 Maven plugins changes + dependency updates
new b705a6d added note on generating javadocs with JDK >=9
new bb06b04 move safeGetQueryParameter from WikiEngine to HttpUtil
new 5826e99 use safeGetQueryParameter from HttpUtil, remove one
superfluous if condition + remove other warnings noted by IntelliJ
new 812bfbc move getRequiredProperty from WikiEngine to TextUtil
new ef5fb04 format interface
new d169b50 fix javadocs on DummyUserDatabase + add format + fix some
warnings reported by IntelliJ
new e7c35b1 use method from TextUtil
new 950a64c use method from TextUtil
new c087db6 update Tika to 1.23
new 4c51713 2.11.0-M6-git-05
The 14 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 | 20 ++
.../java/org/apache/wiki/its/AnonymousViewIT.java | 13 +-
.../src/main/java/org/apache/wiki/its/LoginIT.java | 4 +-
.../src/main/java/org/apache/wiki/Release.java | 2 +-
.../src/main/java/org/apache/wiki/WikiEngine.java | 56 +---
.../main/java/org/apache/wiki/WikiProvider.java | 10 +-
.../java/org/apache/wiki/auth/UserManager.java | 165 ++++-------
.../org/apache/wiki/pages/DefaultPageManager.java | 6 +-
.../wiki/providers/CachingAttachmentProvider.java | 38 +--
.../org/apache/wiki/providers/CachingProvider.java | 36 +--
.../java/org/apache/wiki/tags/CalendarTag.java | 213 ++++++--------
.../test/java/org/apache/wiki/WikiEngineTest.java | 21 --
.../org/apache/wiki/auth/user/UserProfileTest.java | 10 +-
.../java/org/apache/wiki/ui/PageCommandTest.java | 22 +-
.../main/java/org/apache/wiki/util/HttpUtil.java | 40 ++-
.../main/java/org/apache/wiki/util/TextUtil.java | 19 ++
.../java/org/apache/wiki/util/TextUtilTest.java | 317 ++++++++-------------
jspwiki-war/src/main/webapp/rss.jsp | 4 +-
mvn_cheat-sheet.md | 3 +-
pom.xml | 27 +-
20 files changed, 417 insertions(+), 609 deletions(-)