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 25cf6d0f12a569649f3aedf0e34a295489801ebd Author: juanpablo <[email protected]> AuthorDate: Sat Nov 7 21:04:07 2020 +0100 2.11.0-M8-git-03 --- ChangeLog.md | 20 ++++++++++++++++++++ .../src/main/java/org/apache/wiki/api/Release.java | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index aebc593..f120de6 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -17,6 +17,26 @@ specific language governing permissions and limitations under the License. --> +**2020-11-07 Juan Pablo Santos (juanpablo AT apache DOT org)** + +* _2.11.0-M8-git-03_ + +* Added functional tests for page edits and page searches. + +* Simplified generation of portable build native binaries, a simple `mvn clean install -Dgenerate-native-launchers=true` + is all that is needed to generate the binaries. As this takes some more time, is only needed when upgrading tomcat and + needs to download artifacts not present on Maven's central repo, it is not enabled by default. + +* Jenkinsfile uses JDK 11 to perform the build, as this is now the minimum [required by SonarQube](https://sonarcloud.io/documentation/appendices/end-of-support/). + The build itself still requires at least JDK 1.8. + +* Dependency updates + * Cargo plugin to 1.8.2 + * Lucene to 8.7.0 + * Mockito 3.6.0 + * Selenide 5.15.1 + * Tomcat to 9.0.39 + **2020-10-14 Juan Pablo Santos (juanpablo AT apache DOT org)** * _2.11.0-M8-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 7bf8e73..9f58709 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
