This is an automated email from the ASF dual-hosted git repository.
alexoree pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git
from 9c2e784b8 Merge pull request #454 from spyhunter99/bug/JSPWIKI-1229
add b00bedc56 JSPWIKI-1250 product update checker, can be disabled,
frequency is adjustable. Adds a new dependency for jackson to make parsing the
result a bit easier.
add ff3e6c638 Merge branch 'master' into feature/JSPWIKI-1250
new 97ec2a52e Merge pull request #442 from spyhunter99/feature/JSPWIKI-1250
The 1 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:
.github/workflows/maven.yml | 2 +-
jspwiki-main/pom.xml | 6 +
.../java/org/apache/wiki/ProductUpdateChecker.java | 188 +++++++++++++++++++++
.../src/main/java/org/apache/wiki/WikiEngine.java | 6 +
.../java/org/apache/wiki/tags/UserCheckTag.java | 6 +
.../main/resources/templates/default.properties | 4 +-
.../main/resources/templates/default_de.properties | 3 +
.../main/resources/templates/default_es.properties | 4 +
.../main/resources/templates/default_fi.properties | 3 +
.../main/resources/templates/default_fr.properties | 3 +
.../main/resources/templates/default_it.properties | 3 +
.../main/resources/templates/default_nl.properties | 3 +
.../resources/templates/default_pt_BR.properties | 3 +
.../main/resources/templates/default_ru.properties | 3 +
.../resources/templates/default_zh_CN.properties | 3 +
.../src/test/resources/jspwiki-custom.properties | 2 +
.../src/main/webapp/templates/default/UserBox.jsp | 39 +++++
pom.xml | 8 +
18 files changed, 287 insertions(+), 2 deletions(-)
create mode 100644
jspwiki-main/src/main/java/org/apache/wiki/ProductUpdateChecker.java