This is an automated email from the ASF dual-hosted git repository. juanpablo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jspwiki.git
commit e1a7134e935346896267cc87eb846c249d58bc97 Author: Juan Pablo Santos RodrÃguez <[email protected]> AuthorDate: Mon Jan 11 19:32:08 2021 +0100 2.11.0-git-03 --- ChangeLog.md | 17 +++++++++++++++++ .../src/main/java/org/apache/wiki/api/Release.java | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 77d530c..56eb26e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -17,6 +17,23 @@ specific language governing permissions and limitations under the License. --> +**2021-01-11 Juan Pablo Santos (juanpablo AT apache DOT org)** + +* _2.11.0-git-03_ + +* [JSPWIKI-1142](https://issues.apache.org/jira/browse/JSPWIKI-1142) - Minor performance improvements + * Merged [PR #32](https://github.com/apache/jspwiki/pull/32), contributed by Arturo Bernal, thanks! + +* `PropertyReader` logs stacktrace if unable to load the `jspwiki.properties` file + +* `WikiEngine` unregisters all event delegates from `WikiEventManager` on shutdown. Under some circumstances, unit tests +using a `TestEngine` could end up processing events using managers registered by previous `TestEngine`s. + +* Tests using in-memory `Hsql` servers start them on random ports, in order to allow concurrent builds. + +* Dependency updates + * Selenide to 5.17.3 + **2021-01-01 Juan Pablo Santos (juanpablo AT apache DOT org)** * _2.11.0-git-02_ diff --git a/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java b/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java index 932dcf2..fdb9fec 100644 --- a/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java +++ b/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java @@ -69,7 +69,7 @@ public final class Release { * <p> * If the build identifier is empty, it is not added. */ - public static final String BUILD = "git-02"; + public static final String BUILD = "git-03"; /** * This is the generic version string you should use when printing out the version. It is of
