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 75024462e fix typo
new 59ad1a530 Fix possible ArrayIndexOutOfBOundsException
new f79d41cb5 JSPWIKI-1190: generate markdown flavour of wikipages as part
of the build
new 3cefebd7a Update dependencies * Awaitility to 4.2.1 * Log4J to
2.23.1 * Maven plugins: install to 3.1.2, cargo to 1.10.13
new 936486065 2.12.2-git-14
The 4 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 | 13 +++++++++
LICENSE | 10 +++----
.../src/main/java/org/apache/wiki/api/Release.java | 2 +-
jspwiki-markdown/pom.xml | 13 +++++++++
.../markdown/migration/WikiSyntaxConverter.java | 34 ++++++++++++++++++----
jspwiki-wikipages/.gitignore | 1 +
.../assembly/{zip.xml => zip-markdown.xml} | 4 +--
jspwiki-wikipages/assembly/zip.xml | 6 +++-
jspwiki-wikipages/pom.xml | 15 ++++++++++
.../htmltowiki/XHtmlElementToWikiTranslator.java | 2 +-
pom.xml | 21 +++++++++----
11 files changed, 99 insertions(+), 22 deletions(-)
create mode 100644 jspwiki-wikipages/.gitignore
copy jspwiki-wikipages/assembly/{zip.xml => zip-markdown.xml} (93%)