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/06/26 12:53:39 UTC

[wicket-site] branch wicket-9 updated: Replaced old section for Wicket 8 with Wicket 9 content

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 f66601a  Replaced old section for Wicket 8 with Wicket 9 content
f66601a is described below

commit f66601a868b4b43b1b48601ce4c2907ed2276d2e
Author: Andrea Del Bene <ad...@apache.org>
AuthorDate: Fri Jun 26 14:52:47 2020 +0200

    Replaced old section for Wicket 8 with Wicket 9 content
---
 content/atom.xml   | 2 +-
 content/index.html | 6 +++---
 index.md           | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/content/atom.xml b/content/atom.xml
index 2697453..682dd1f 100644
--- a/content/atom.xml
+++ b/content/atom.xml
@@ -3,7 +3,7 @@
     <title>Apache Wicket</title>
     <link href="http://wicket.apache.org/atom.xml" rel="self"/>
     <link href="http://wicket.apache.org/"/>
-    <updated>2020-06-25T14:59:01+02:00</updated>
+    <updated>2020-06-26T12:49:44+02:00</updated>
     <id>http://wicket.apache.org/</id>
     <author>
         <name>Apache Wicket</name>
diff --git a/content/index.html b/content/index.html
index 002202a..f4e59ff 100644
--- a/content/index.html
+++ b/content/index.html
@@ -172,12 +172,12 @@
 
 <div class="l-first l-flex">
   <div class="l-half">
-    <h3>No Rewrite Necessary</h3>
+    <h3>A Soft Transition to Java 11+</h3>
     <p>
-      The Wicket team has been very careful of adopting Java 8 technologies and as such you don’t have to rewrite your whole application, whilst still reaping all the benefits of Java 8.
+      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...
     </p>
     <p>
-      As this is a new major version we have, in accordance with semantic versioning, cleaned up many APIs and you will get compile errors when you migrate from previous Wicket versions.
+      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.
     </p>
   </div>
   <div class="l-half">
diff --git a/index.md b/index.md
index d32c975..1eeabb8 100644
--- a/index.md
+++ b/index.md
@@ -70,12 +70,12 @@ jumbotronLinks:
 
 <div class="l-first l-flex">
   <div class="l-half">
-    <h3>No Rewrite Necessary</h3>
+    <h3>A Soft Transition to Java 11+</h3>
     <p>
-      The Wicket team has been very careful of adopting Java 8 technologies and as such you don’t have to rewrite your whole application, whilst still reaping all the benefits of Java 8.
+      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...
     </p>
     <p>
-      As this is a new major version we have, in accordance with semantic versioning, cleaned up many APIs and you will get compile errors when you migrate from previous Wicket versions.
+      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.
     </p>
   </div>
   <div class="l-half">