Skip to content

Commit

Permalink
N&N 4.30 Edits: Breaking change from JDT side that needs to be (#1565)
Browse files Browse the repository at this point in the history
incorporated
  • Loading branch information
alshamams committed Nov 23, 2023
1 parent 63c702f commit 7adbea1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
Expand Up @@ -4,7 +4,7 @@
<!-- Define topics for the What's New -->
<!-- ================================ -->
<toc label="What's New">
<topic href="whatsNew/jdt_whatsnew.html#Java21" label="Java 21 Support"/>
<topic href="whatsNew/jdt_whatsnew.html#Java21" label="Java Language Features"/>
<topic href="whatsNew/jdt_whatsnew.html#JavaEditor" label="Java Editor"/>
<topic href="whatsNew/jdt_whatsnew.html#JDTDev" label="JDT Developers"/>
</toc>
Expand Up @@ -26,7 +26,7 @@ <h2>What's New in Eclipse 4.30 (JDT)</h2>
for the 4.30 release of Eclipse.
They are grouped into:</p>
<ul> <!-- NOTE: Sync ../topics_WhatsNew.xml with this! -->
<li><a href="#Java21">Java 21 Support</a></li>
<li><a href="#Java21">New Java&trade; Language Features</a></li>
<!--li><a href="#JavaCompiler">Java Compiler</a></li-->
<!--li><a href="#JUnit">JUnit</a></li-->
<li><a href="#JavaEditor">Java Editor</a></li>
Expand All @@ -52,16 +52,14 @@ <h2>What's New in Eclipse 4.30 (JDT)</h2>
<!-- ******************* Java 21 Support ************************************* -->
<tr>
<td id="Java21" class="section" colspan="2">
<h2>Java&trade; 21 Support </h2>
<h2>New Java&trade; Language Features</h2>
</td>
</tr>
<tr id="Java_21"> <!-- https://github.com/eclipse-jdt/eclipse.jdt.core/issues/1396 -->
<td class="title">Java 21</td>
<td class="title">Java Language Features</td>
<td class="content">
<a href="http://jdk.java.net/21/">Java 21</a> is out and Eclipse JDT supports Java 21 in 4.30.
<p></p>
<p>
The release notably includes the following Java 21 features:
The release notably includes the following Java features:
<br/>
<a href="https://openjdk.java.net/jeps/440" target="_blank"> JEP 440: Record Patterns</a>.
<br/>
Expand Down

0 comments on commit 7adbea1

Please sign in to comment.