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 abb5666  JSPWIKI-1142 - Minor performances improvement:
     new 1dee736  remove unneeded 'new File(..)' + add Exception thrown to 
stacktrace if unable to load jspwiki.properties file
     new cf6034c  HSQLServer starts on a random, free, port, in order to allow 
concurrent builds
     new 2c9cfb1  allow TestJDBCDataSource to connect to HsqlDb instances 
started on random ports
     new a10642b  make tests use HsqlDb servers started on random, free, ports 
to allow concurrent builds on executors on same Jenkins' node
     new bcff5b9  Update Selenide to 5.17.3
     new 2e4bbb8  WikiEngine unregisters all event delegates from 
WikiEventManager on shutdown
     new e1a7134  2.11.0-git-03
     new 135423a  ensure event managers are unregistered

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:
 ChangeLog.md                                       |  17 +++
 .../src/main/java/org/apache/wiki/api/Release.java |   2 +-
 .../org/apache/wiki/event/WikiEventManager.java    |  13 +++
 .../src/main/java/org/apache/wiki/WikiEngine.java  |   1 +
 .../src/test/java/org/apache/wiki/HsqlDbUtils.java | 122 +++++++++------------
 .../java/org/apache/wiki/TestJDBCDataSource.java   |  44 +++++---
 .../wiki/auth/authorize/JDBCGroupDatabaseTest.java |  49 ++++-----
 .../wiki/auth/user/JDBCUserDatabaseTest.java       |  61 +++++------
 .../apache/wiki/workflow/WorkflowManagerTest.java  |   9 +-
 .../java/org/apache/wiki/util/PropertyReader.java  |   9 +-
 pom.xml                                            |   2 +-
 11 files changed, 170 insertions(+), 159 deletions(-)

Reply via email to