You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- replace deprecated string templates with `String.format`
- updated `.markdown-link-check.json` to ignore `localhost` links
- added `java-pmd-ruleset.xml` to disable PMD rules for specific code patterns
- upgrade `jackson-databind` to version 2.18.1
- disabled spell checking linters in `.mega-linter.yml`.
Copy file name to clipboardExpand all lines: JEP444/VirtualThreadExample/docs/index.md
+7-6
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,12 @@
2
2
3
3
## Overview
4
4
5
-
This project compares the performance of platform threads and virtual threads in Java for making concurrent API requests to a locally hosted PokeAPI instance.
5
+
This project compares the performance of platform threads and virtual threads in Java for making concurrent API
0 commit comments