Bug 573744 - N&N for 4.20
[adding Java 16 support info]

Change-Id: Ibb29232cc80fdb5455c55a54c3efc0f525dc159e
Signed-off-by: Manoj Palat <manpalat@in.ibm.com>
diff --git a/4.19/jdt.html b/4.19/jdt.html
index 78f98cf..32edf26 100644
--- a/4.19/jdt.html
+++ b/4.19/jdt.html
@@ -24,7 +24,7 @@
 <h2>Java development tools</h2>
 <ul>
 	<!--<li><a href="#JavaXX">Java&trade; XX Support</a></li>-->
-	<li><a href="#JUnit">JUnit</a></li>
+	<li><a href="#Java16">Java 16 Support</a></li>
 	<li><a href="#JavaEditor">Java Editor</a></li>
 	<li><a href="#JavaViewsAndDialogs">Java Views and Dialogs</a></li>
 	<!--<li><a href="#JavaFormatter">Java Formatter</a></li>-->
@@ -40,15 +40,34 @@
 </colgroup>
 <tbody>
 
-  <!-- ******************* Java XX Support ************************************* -->
-  <!--
+ <!-- ******************* Java 16 Support ************************************* -->
   <tr>
-    <td id="JavaXX" class="section" colspan="2">
-    <h2>Java&trade; XX Support </h2>
-    </td>
+    <td id="Java16" class="section" colspan="2">
+    <h2>Java&trade; 16 Support </h2></td>
   </tr>
-  -->
-  <!-- ******************* End of Java XX Support ************************************* -->
+   <tr id="Java_16"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=565620 -->
+      <td class="title">Java 16</td>
+      <td class="content">
+          <a href="http://jdk.java.net/16/">Java 16</a> is out and Eclipse JDT supports Java 16 in 4.19 via 
+          <a href="https://marketplace.eclipse.org/content/java-16-support-eclipse-2021-03-419/"> Marketplace</a>. 
+          <p></p>
+          <p>
+          The release notably includes the following Java 16 features:
+           <br/>
+           <a href="https://openjdk.java.net/jeps/394"> JEP 394: Pattern Matching for Instanceof (Final)</a>.
+           <br/>
+           <a href="https://openjdk.java.net/jeps/395"> JEP 395: Records (Final)</a>.
+           <br/>
+           <a href="https://openjdk.java.net/jeps/397"> JEP 397: Sealed Classes (Second Preview)</a>.
+           </p>
+           <p>
+           Please note that preview option should be on for <a href="http://openjdk.java.net/projects/jdk/16/"> preview language features</a>.
+           For an informal introduction of the support, 
+           please refer to <a href="https://wiki.eclipse.org/Java16/Examples"> Java 16 Examples wiki</a>. 
+           </p>
+      </td>
+  </tr>
+  <!-- ******************* End of Java 16 Support ************************************* -->
 
   <!-- ******************* JUnit ************************************* -->
   <tr>
diff --git a/4.20/jdt.html b/4.20/jdt.html
index 19f3874..e82aaa7 100644
--- a/4.20/jdt.html
+++ b/4.20/jdt.html
@@ -23,7 +23,7 @@
 <body>
 <h2>Java development tools</h2>
 <ul>
-	<!--<li><a href="#JavaXX">Java&trade; XX Support</a></li>-->
+	<li><a href="#Java16">Java 16 Support</a></li>
 	<li><a href="#JUnit">JUnit</a></li>
 	<li><a href="#JavaEditor">Java Editor</a></li>
 	<li><a href="#JavaViewsAndDialogs">Java Views and Dialogs</a></li>
@@ -40,15 +40,33 @@
 </colgroup>
 <tbody>
 
-  <!-- ******************* Java XX Support ************************************* -->
-  <!--
+ <!-- ******************* Java 16 Support ************************************* -->
   <tr>
-    <td id="JavaXX" class="section" colspan="2">
-    <h2>Java&trade; XX Support </h2>
-    </td>
+    <td id="Java16" class="section" colspan="2">
+    <h2>Java&trade; 16 Support </h2></td>
   </tr>
-  -->
-  <!-- ******************* End of Java XX Support ************************************* -->
+   <tr id="Java_16"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=565620 -->
+      <td class="title">Java 16</td>
+      <td class="content">
+          <a href="http://jdk.java.net/16/">Java 16</a> is out and Eclipse JDT supports Java 16 in 4.20. 
+          <p></p>
+          <p>
+          The release notably includes the following Java 16 features:
+           <br/>
+           <a href="https://openjdk.java.net/jeps/394"> JEP 394: Pattern Matching for Instanceof (Final)</a>.
+           <br/>
+           <a href="https://openjdk.java.net/jeps/395"> JEP 395: Records (Final)</a>.
+           <br/>
+           <a href="https://openjdk.java.net/jeps/397"> JEP 397: Sealed Classes (Second Preview)</a>.
+           </p>
+           <p>
+           Please note that preview option should be on for <a href="http://openjdk.java.net/projects/jdk/16/"> preview language features</a>.
+           For an informal introduction of the support, 
+           please refer to <a href="https://wiki.eclipse.org/Java16/Examples"> Java 16 Examples wiki</a>. 
+           </p>
+      </td>
+  </tr>
+  <!-- ******************* End of Java 16 Support ************************************* -->
 
   <!-- ******************* JUnit ************************************* -->
   <tr>