N&N for 4.26 (#61)
https://github.com/eclipse-jdt/eclipse.jdt.core/issues/426
diff --git a/4.26/jdt.html b/4.26/jdt.html
index 8d23495..4112f29 100644
--- a/4.26/jdt.html
+++ b/4.26/jdt.html
@@ -23,7 +23,7 @@
<body>
<h2>Java development tools</h2>
<ul>
- <!--<li><a href="#JavaXX">Java™ XX Support</a></li>-->
+ <li><a href="#Java19">Java 19 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,36 @@
</colgroup>
<tbody>
- <!-- ******************* Java XX Support ************************************* -->
- <!--
+ <!-- ******************* Java 19 Support ************************************* -->
<tr>
- <td id="JavaXX" class="section" colspan="2">
- <h2>Java™ XX Support </h2>
+ <td id="Java19" class="section" colspan="2">
+ <h2>Java™ 19 Support </h2>
</td>
</tr>
- -->
- <!-- ******************* End of Java XX Support ************************************* -->
+ <tr id="Java_19"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=575752 -->
+ <td class="title">Java 19</td>
+ <td class="content">
+ <a href="http://jdk.java.net/19/">Java 19</a> is out and Eclipse JDT supports Java 19 in 4.26.
+ <p></p>
+ <p>
+ The release notably includes the following Java 19 features:
+ <br/>
+ <a href="https://openjdk.java.net/jeps/405"> JEP 405: Record Patterns (Preview)</a>.
+ <br/>
+ <a href="https://openjdk.java.net/jeps/427"> JEP 427: Pattern Matching for Switch (Third Preview)</a>.
+ <br/>
+ <a href="https://openjdk.java.net/jeps/425"> JEP 425: Virtual Threads (Preview)</a>.
+ <br/>
+ <a href="https://openjdk.java.net/jeps/428"> JEP 428: Structured Concurrency (Incubator)</a>.
+ </p>
+ <p>
+ Please note that preview option should be on for <a href="http://openjdk.java.net/projects/jdk/19/"> preview language features</a>.
+ For an informal introduction of the support,
+ please refer to <a href="https://wiki.eclipse.org/Java19/Examples"> Java 19 Examples wiki</a>.
+ </p>
+ </td>
+ </tr>
+ <!-- ******************* End of Java 19 Support ************************************* -->
<!-- ******************* JUnit ************************************* -->
<tr>