An open API service indexing awesome lists of open source software.

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.

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*