본문 바로가기

소프트웨어/Java

[Java] 2022/09/20 Geneal Availability JDK 19 !!

https://openjdk.org/projects/jdk/19/

 

JDK 19

JDK 19 JDK 19 is the open-source reference implementation of version 19 of the Java SE Platform, as specified by by JSR 394 in the Java Community Process. JDK 19 reached General Availability on 20 September 2022. Production-ready binaries under the GPL

openjdk.org

 
Features
405: Record Patterns (Preview)
422: Linux/RISC-V Port
424: Foreign Function & Memory API (Preview)
425: Virtual Threads (Preview)
426: Vector API (Fourth Incubator)
427: Pattern Matching for switch (Third Preview)
428: Structured Concurrency (Incubator)

Linux/RISC-V Port 이 부분이 인상적이네요~
자바가 나온지는 꽤 오래 되었지만, 자바 버전업 되는것만 잘 정리해 봐도
그 시대에 흘러가는 프로그래밍의 역사를 한눈에 볼 수 있다고 봅니다.
버전 별로 잘 체크해보시면 현시대 프로그래밍을 이해하는데도 도움이 된다고 봅니다.