You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2020/07/01 14:14:20 UTC

[wicket-site] branch wicket-9 updated: Better description for z GC

This is an automated email from the ASF dual-hosted git repository.

adelbene pushed a commit to branch wicket-9
in repository https://gitbox.apache.org/repos/asf/wicket-site.git


The following commit(s) were added to refs/heads/wicket-9 by this push:
     new ac24f4e  Better description for z GC
ac24f4e is described below

commit ac24f4ea5421b4a0a93051c99040eb7fe9a3bbee
Author: Andrea Del Bene <ad...@apache.org>
AuthorDate: Wed Jul 1 16:13:54 2020 +0200

    Better description for z GC
---
 index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.md b/index.md
index ebf8d07..9ee16b9 100644
--- a/index.md
+++ b/index.md
@@ -72,7 +72,7 @@ jumbotronLinks:
   <div class="l-half">
     <h3>A Smooth Transition to Java 11+</h3>
     <p>
-      If you come from Wicket 8 chances are you don't need any change in your application code to enjoy all the improvements offered by Java 11, such as better Docker support, improved performances, new GC algorithm available, etc...
+      If you come from Wicket 8 chances are you don't need any change in your application code to enjoy all the improvements offered by Java 11, such as better Docker support, improved performances, new Z Garbage Collector, etc...
     </p>
     <p>
       That said, as this is a new major version we have, in accordance with semantic versioning, cleaned up many APIs and you might have compile errors when you migrate from previous Wicket versions.