@@ -13,7 +13,7 @@ A project to explore more about the new features of Java 8, 9, ...
13
13
* Pattern matching for ` switch ` (preview 2)
14
14
* Deprecated method ` finalize `
15
15
16
- * [ Java 17] ( java-17/ )
16
+ * [ Java 17] ( java-17/ ) (Sep, 2021)
17
17
* Sealed classes (standard)
18
18
* Enhanced Pseudo-Random Number Generator
19
19
* Deprecate the Applet API for Removal
@@ -40,7 +40,7 @@ A project to explore more about the new features of Java 8, 9, ...
40
40
* Foreign-Memory Access API (incubator)
41
41
* GCs ZGC and Shenandoah turned final
42
42
43
- * [ Java 14] ( java-14/ ) (May , 2020)
43
+ * [ Java 14] ( java-14/ ) (Mar , 2020)
44
44
* Switch expression (standard)
45
45
* Pattern matching for ` instanceof ` (preview)
46
46
* Text blocks improvements (preview 2)
@@ -49,7 +49,7 @@ A project to explore more about the new features of Java 8, 9, ...
49
49
* Packaging tool
50
50
* JFR even streaming
51
51
52
- * [ Java 13] ( java-13/ )
52
+ * [ Java 13] ( java-13/ ) (Sep, 2019)
53
53
* Switch expression (preview 2)
54
54
* Text blocks (preview)
55
55
* String API updates
@@ -58,28 +58,28 @@ A project to explore more about the new features of Java 8, 9, ...
58
58
* Dynamic CDS Archives
59
59
* ZGC: Uncommit Unused Memory
60
60
61
- * [ Java 12] ( java-12/ )
61
+ * [ Java 12] ( java-12/ ) (Mar, 2019)
62
62
* Switch expression (preview)
63
63
* Compact Number Format
64
64
* Collectors improvements
65
65
* CompletableFuture improvements
66
66
* CDS enable by default
67
67
* New GC and improvements
68
68
69
- * [ Java 11] ( java-11/ )
69
+ * [ Java 11] ( java-11/ ) (Sep, 2018)
70
70
* Removal of Java EE Modules, JavaFX and deprecated API
71
71
* Http Client (incubator)
72
72
* var in lambda expressions
73
73
* API improvements
74
74
* Null I/O
75
75
76
- * [ Java 10] ( java-10/ ) (March , 2018)
76
+ * [ Java 10] ( java-10/ ) (Mar , 2018)
77
77
* Process API improvements
78
78
* Collections improvements
79
79
* Application Class-Data Sharing
80
80
* ` var ` keyword to declare variables
81
81
82
- * [ Java 9] ( java-9/ )
82
+ * [ Java 9] ( java-9/ ) (Sep, 2017)
83
83
* Milling Project Coin
84
84
* Process API
85
85
* Platform Logging API and Service
@@ -90,7 +90,7 @@ A project to explore more about the new features of Java 8, 9, ...
90
90
* JShell
91
91
* much more (see JEPs)
92
92
93
- * [ Java 8] ( java-8/ )
93
+ * [ Java 8] ( java-8/ ) (Marc, 2014)
94
94
* API
95
95
* Stream API
96
96
* Project Lambda
@@ -102,4 +102,4 @@ A project to explore more about the new features of Java 8, 9, ...
102
102
* [ Inside.java - Sip of Java] ( https://inside.java/2021/10/21/sip24/ )
103
103
* [ Considerations Bumping Java EE] ( https://vorozco.com/blog/2020/2020-08-21-considerations-bumping-javaee.html )
104
104
* [ The Role of Preview Features in Java and Beyond] ( https://blogs.oracle.com/javamagazine/the-role-of-previews-in-java-14-java-15-java-16-and-beyond )
105
- * [ Place to get early releases from Oracle's JDK] ( https://jdk.java.net/ )
105
+ * [ Place to get early releases from Oracle's JDK] ( https://jdk.java.net/ )
0 commit comments