[ONEDAYARTICLE] JDK 21 릴리즈

2023. 9. 20. 17:52

JDK 21 은 JDK 17 이후 나온 LTS 버전으로
15개의 JEP, 수백 개의 작은 개선 사항, 수천 개의 버그 수정이 포함되었다고 한다.

JDK 21 최종 버전에 포함된 15개의 JEP 항목은 다음과 같습니다.

- 430: String Templates (Preview)
- 431: Sequenced Collections
- 439: Generational ZGC
- 440: Record Patterns
- 441: Pattern Matching for switch
- 442: Foreign Function & Memory API (Third Preview)
- 443: Unnamed Patterns and Variables (Preview)
- 444: Virtual Threads
- 445: Unnamed Classes and Instance Main Methods (Preview)
- 446: Scoped Values (Preview)
- 448: Vector API (Sixth Incubator)
- 449: Deprecate the Windows 32-bit x86 Port for Removal
- 451: Prepare to Disallow the Dynamic Loading of Agents
- 452: Key Encapsulation Mechanism API
- 453: Structured Concurrency (Preview)

자세한 사항은 첨부드린 릴리즈 문서를 참고해주세요.


https://jdk.java.net/21/

BELATED ARTICLES

more