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 8f92f38ca4ec609a34f27fdc0b6e7545823a25b5 Author: Juan Pablo Santos RodrÃguez <juanpablo.san...@gmail.com> AuthorDate: Fri May 9 19:57:02 2025 +0200 2.12.3-git-07 --- ChangeLog.md | 15 +++++++++++++++ .../src/main/java/org/apache/wiki/api/Release.java | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 71be2334a..38ea7b2f5 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -17,6 +17,21 @@ specific language governing permissions and limitations under the License. --> +**2025-05-09 Juan Pablo Santos (juanpablo AT apache DOT org)** + +* _2.12.3-git-07_ + +* [PR #362](https://github.com/apache/jspwiki/pull/362) `CachingProvider#getAllPages()` returns all pages after cache ttl has expired, by Albrecht Striffler + +* Extract suitable `jspwiki.woas.version` property for portable build from `project.version` instead of hard coding it into `build.xml` + +* Dependency updates + * Apache Parent POM to 34 + * Commons Collections to 4.5.0 + * Gson to 2.13.1 (closes [PR #383](https://github.com/apache/jspwiki/pull/383), thanks to Dependabot) + * Log4J2 to 2.24.3 (closes [PR #379](https://github.com/apache/jspwiki/pull/379), thanks to Dependabot) + * Mockito to 5.17.0 (closes [PR #382](https://github.com/apache/jspwiki/pull/382), thanks to Dependabot) + **2025-04-13 Juan Pablo Santos (juanpablo AT apache DOT org)** * _2.12.3-git-06_ 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 662dbb233..e404cbd60 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 = "06"; + public static final String BUILD = "07"; /** * This is the generic version string you should use when printing out the version. It is of