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 8e063af 2.11.0-git-10
new aa1c78e complete javadoc
new 5176dd7 apply format
new d6c8f58 Update Tomcat to 9.0.54
new 36431c9 Update Lucene to 8.10.0 (closes #143) + include
lucene-backward-codecs (JSPWIKI-1149)
new d231ea0 JSPWIKI-1140: Autogenerate changenote on page comments
new b60ef16 First stab at refactor
new 556becc Update Mockito to 4.0.0 - closes #144
new b68888b Update Selenide to 5.25.0 - closes #138
The 8 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:
jspwiki-main/pom.xml | 9 +-
.../htmltowiki/ForgetNullValuesLinkedHashMap.java | 44 -
.../htmltowiki/HtmlStringToWikiTranslator.java | 8 +-
.../wiki/htmltowiki/PersistentMapDecorator.java | 181 ---
.../htmltowiki/XHtmlElementToWikiTranslator.java | 1516 +++++++++-----------
.../apache/wiki/tags/CheckRequestContextTag.java | 40 +-
.../src/main/resources/CoreResources.properties | 3 +
.../src/main/resources/CoreResources_es.properties | 3 +
.../src/main/resources/CoreResources_fr.properties | 3 +
.../tomcat/woas.app/Contents/Java/bootstrap.jar | Bin 34705 -> 34754 bytes
.../tomcat/woas.app/Contents/Java/tomcat-juli.jar | Bin 46615 -> 46607 bytes
.../src/overlay/launchers/tomcat/woas.exe | Bin 3674011 -> 3674646
bytes
.../main/java/org/apache/wiki/util/XmlUtil.java | 9 +
.../java/org/apache/wiki/util/XmlUtilTest.java | 8 +
jspwiki-war/src/main/webapp/Comment.jsp | 30 +-
.../webapp/templates/default/editors/CKeditor.jsp | 2 +
.../webapp/templates/default/editors/TinyMCE.jsp | 2 +
.../webapp/templates/default/editors/plain.jsp | 2 +
.../webapp/templates/default/editors/preview.jsp | 1 -
.../webapp/templates/default/editors/wysiwyg.jsp | 2 +
pom.xml | 18 +-
21 files changed, 789 insertions(+), 1092 deletions(-)
delete mode 100644
jspwiki-main/src/main/java/org/apache/wiki/htmltowiki/ForgetNullValuesLinkedHashMap.java
delete mode 100644
jspwiki-main/src/main/java/org/apache/wiki/htmltowiki/PersistentMapDecorator.java