-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Java modern features/APIs (#357)
* refactor: Run openrewrite to use Java 17 features This mainly uses: - Text blocks: https://openjdk.org/jeps/378 - Pattern matching: https://openjdk.org/jeps/394 * refactor: a few usages of newer Collections APIs
- Loading branch information
1 parent
9320ca7
commit 8c7703b
Showing
25 changed files
with
1,340 additions
and
927 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.