This is an automated email from the ASF dual-hosted git repository.
adelbene pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/wicket-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 8ddaecef Added 9.13.0 announce
8ddaecef is described below
commit 8ddaecefe8e33e96c4134a9c027fb8b36b13e9db
Author: Andrea Del Bene <[email protected]>
AuthorDate: Tue Apr 18 13:59:48 2023 +0200
Added 9.13.0 announce
---
2023/_posts/2023-04-18-wicket-9.13.0-released.md | 79 ++++++++++++++++++++++++
_config.yml | 8 +--
2 files changed, 83 insertions(+), 4 deletions(-)
diff --git a/2023/_posts/2023-04-18-wicket-9.13.0-released.md
b/2023/_posts/2023-04-18-wicket-9.13.0-released.md
new file mode 100644
index 00000000..fa954a8e
--- /dev/null
+++ b/2023/_posts/2023-04-18-wicket-9.13.0-released.md
@@ -0,0 +1,79 @@
+---
+layout: post
+title: Apache Wicket 9.13.0 released
+---
+The Apache Wicket PMC is proud to announce Apache Wicket 9.13.0!
+
+Apache Wicket is an open source Java component oriented web application
+framework that powers thousands of web applications and web sites for
+governments, stores, universities, cities, banks, email providers, and
+more. You can find more about Apache Wicket at https://wicket.apache.org
+
+This release marks another minor release of Wicket 9. We
+use semantic versioning for the development of Wicket, and as such no
+API breaks are present in this release compared to 9.0.0.
+
+Using this release
+------------------
+
+With Apache Maven update your dependency to (and don't forget to
+update any other dependencies on Wicket projects to the same version):
+
+{% highlight xml%}
+<dependency>
+ <groupId>org.apache.wicket</groupId>
+ <artifactId>wicket-core</artifactId>
+ <version>9.13.0</version>
+</dependency>
+{% endhighlight%}
+
+Or download and build the distribution yourself, or use our
+convenience binary package you can find here:
+
+ * Download: http://wicket.apache.org/start/wicket-9.x.html#manually
+
+<!--more-->
+
+Upgrading from earlier versions
+-------------------------------
+
+If you upgrade from 9.y.z this release is a drop in replacement. If
+you come from a version prior to 9.0.0, please read our Wicket 9
+migration guide found at
+
+ * http://s.apache.org/wicket9migrate
+
+Have fun!
+
+— The Wicket team
+
+
+========================================================================
+
+### This Release
+
+#### CHANGELOG for 9.13.0:
+
+##### Bug
+
+ * [WICKET-7005] - ByteBuddy IllegalStateException: Cannot inject already
loaded type
+ * [WICKET-7022] - JavaScriptStripper fails to detect regular expression
correctly
+ * [WICKET-7028] - CSP header not rendered when using
RedirectPolicy.NEVER_REDIRECT
+ * [WICKET-7034] - WebSocket.Closed event not fired when error occurred
+ * [WICKET-7037] - [Ajax Download] cookie used to track download complete
misses the SameSite attribute
+ * [WICKET-7044] - Images in the Wicket 9.x reference guide are not displayed.
+
+##### Improvement
+
+ * [WICKET-7011] - Improve usage of JUnit 5.x APIs
+ * [WICKET-7014] - Use new API for forward compatibility with CDI 4
+ * [WICKET-7016] - Support GCM-SIV for page store encryption
+ * [WICKET-7017] - ListenerRequestHandler should not hide
IndexOutOfBoundsException
+ * [WICKET-7021] - Additional OSGi import fixes
+ * [WICKET-7025] - Package private methods should be proxied by ByteBuddy
+ * [WICKET-7031] - Update to JQuery 3.6.4
+ * [WICKET-7032] - Update the JS tests to use latest version of QUnit (2.x)
+ * [WICKET-7035] - fileCountMax should be added to control the amount of files
being uploaded
+ * [WICKET-7041] - Reduce allocations when rendering component headers
+ * [WICKET-7042] - Improve sizing of StringResponse when writing scripts in
PartialPageResponse
+
diff --git a/_config.yml b/_config.yml
index 1169e923..fa6e89c7 100644
--- a/_config.yml
+++ b/_config.yml
@@ -15,16 +15,16 @@ excerpt_separator: <!--more-->
sass:
sass_dir: _sass
wicket:
- version: 9.12.0
- version_90: 9.12.0
+ version: 9.13.0
+ version_90: 9.13.0
version_80: 8.14.0
version_70: 7.18.0
version_60: 6.30.0
version_15: 1.5.16
version_14: 1.4.23
version_13: 1.3.7
- released: 2022-10-15
- versions: [6.30.0, 1.5.16, 1.4.23, 7.18.0, 8.14.0, 9.12.0, 1.5-SNAPSHOT,
6.31.0-SNAPSHOT, 7.19.0-SNAPSHOT, 8.15.0-SNAPSHOT, 9.13.0-SNAPSHOT]
+ released: 2023-04-18
+ versions: [6.30.0, 1.5.16, 1.4.23, 7.18.0, 8.14.0, 9.13.0, 1.5-SNAPSHOT,
6.31.0-SNAPSHOT, 7.19.0-SNAPSHOT, 8.15.0-SNAPSHOT, 9.14.0-SNAPSHOT]
live_examples_url: http://examples9x.wicket.apache.org/