You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2021/07/12 11:27:45 UTC

[jspwiki] branch master updated (5566318 -> 16b1486)

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 5566318  Enable SonarQube multi-branch analysis
     add 7619528  ignore aws-kendra semver-patch updates, they're rolled almost daily
     add a80b24d  Dependency updates
     add c44cd3a  update tomcat portable binaries to 9.0.50
     add 4fbfc02  GroupPrincipal made Serializable, as it is used throughout the workflow system
     add 6656998  begin indexing as early as possible
     add e8b794e  JSPWIKI-796: replace log4j with log4j2, routing all log4j and slf4j calls to log4j2
     add b4a9e81  JSPWIKI-796: configure log4j2 instead of log4j; set appropiate properties on ini/jspwiki.properties files
     add 16b1486  2.11.0-git-06

No new revisions were added by this update.

Summary of changes:
 .github/dependabot.yml                             |   3 +
 ChangeLog.md                                       |  29 +++++-
 jspwiki-210-test-adaptees/pom.xml                  |  12 +++
 jspwiki-api/pom.xml                                |   9 +-
 .../src/main/java/org/apache/wiki/api/Release.java |   2 +-
 jspwiki-bootstrap/pom.xml                          |   9 +-
 .../WikiBootstrapServletContextListener.java       |  42 ++++++--
 .../WikiBootstrapServletContextListenerTest.java   |   7 +-
 .../src/test/resources/ini/jspwiki.properties      |  21 +++-
 jspwiki-event/pom.xml                              |  14 ++-
 jspwiki-kendra-searchprovider/pom.xml              |  11 +--
 jspwiki-main/pom.xml                               |  18 +++-
 .../java/org/apache/wiki/auth/GroupPrincipal.java  |   4 +-
 .../src/main/resources/ini/jspwiki.properties      | 110 ++++++++++-----------
 .../org/apache/wiki/search/SearchManagerTest.java  |   3 +-
 .../src/test/resources/ini/jspwiki.properties      |  15 +--
 jspwiki-markdown/pom.xml                           |  14 ++-
 .../tomcat/woas.app/Contents/Java/bootstrap.jar    | Bin 34804 -> 34698 bytes
 .../tomcat/woas.app/Contents/Java/tomcat-juli.jar  | Bin 46629 -> 46614 bytes
 .../src/overlay/launchers/tomcat/woas.exe          | Bin 3640053 -> 3632634 bytes
 jspwiki-util/pom.xml                               |  14 ++-
 pom.xml                                            |  45 +++++++--
 22 files changed, 270 insertions(+), 112 deletions(-)