https://github.com/loiane/java21-examples
Examples of how to use Java 21 new features.
https://github.com/loiane/java21-examples
java java-21 java21
Last synced: 7 months ago
JSON representation
Examples of how to use Java 21 new features.
- Host: GitHub
- URL: https://github.com/loiane/java21-examples
- Owner: loiane
- License: mit
- Created: 2023-10-28T16:21:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-28T21:18:56.000Z (almost 2 years ago)
- Last Synced: 2025-03-18T18:57:26.999Z (7 months ago)
- Topics: java, java-21, java21
- Language: Java
- Homepage:
- Size: 11.7 KB
- Stars: 22
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java 21 Examples
In this repo, you will find some examples of how to use Java 21 new features.
These are the JEPs (Java Enhancement Proposals) that are part of [Project Amber](https://openjdk.org/projects/amber/) demonstrated in the examples:
- 430: [String Templates (Preview)](https://openjdk.org/jeps/430)
- 431: [Sequenced Collections](https://openjdk.org/jeps/431)
- 440: [Record Patterns](https://openjdk.org/jeps/440)
- 441: [Pattern Matching for switch](https://openjdk.org/jeps/441)
- 443: [Unnamed Patterns and Variables (Preview)](https://openjdk.org/jeps/443)
- 445: [Unnamed Classes and Instance Main Methods (Preview)](https://openjdk.org/jeps/445)# Youtube Videos
*Coming soon*