Skip to content

Commit

Permalink
added reference to java-21 readme in root readme
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxkia committed Aug 13, 2023
1 parent cee6355 commit 1419239
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 6 additions & 4 deletions java-21/readme.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# Java 21

Release reference https://openjdk.org/projects/jdk/21/

***
# Implemented features
## JEP 431: Sequence collections
[Code](src/test/java/jep431)
[Examples](src/test/java/jep431)

## JEP 440: Record patterns
[Code](src/test/java/jep440)
[Examples](src/test/java/jep440)

## JEP 441: Pattern matching for switch
[Code](src/test/java/jep441)
[Examples](src/test/java/jep441)

## JEP 444: Virtual threads
[Code](src/test/java/jep444)
[Examples](src/test/java/jep444)
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
[![Java CI](https://github.com/maxxkia/java-features/actions/workflows/code-build.yaml/badge.svg)](https://github.com/maxxkia/java-features/actions/workflows/code-build.yaml)
[![Java CI](https://github.com/maxxkia/java-features/actions/workflows/code-build.yaml/badge.svg)](https://github.com/maxxkia/java-features/actions/workflows/code-build.yaml)

### [Java 21 features](java-21/readme.md)

0 comments on commit 1419239

Please sign in to comment.