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
- Changed GitHub Actions to use matrix strategy for JDK 21, 22, 23, 24
- Updated Maven configuration to target JDK 21 as minimum
- Updated README to reflect JDK 21+ support
- Enables broader compatibility while testing on all recent JDK versions
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# JSON Experimental - JDK 24 Backport
1
+
# JSON Experimental - JDK 21+ Backport
2
2
3
-
This repository contains a backport of the experimental JSON API from the [jdk-sandbox project](https://github.com/openjdk/jdk-sandbox) to JDK 24.
3
+
This repository contains a backport of the experimental JSON API from the [jdk-sandbox project](https://github.com/openjdk/jdk-sandbox) to JDK 21 and later.
4
4
5
5
## Origin
6
6
@@ -14,11 +14,11 @@ This is a simplified backport with the following changes from the original:
14
14
- Removed StableValue optimizations
15
15
- Removed value-based class annotations
16
16
- Basic implementation without performance optimizations
17
-
- Compatible with JDK 24 instead of future JDK versions
17
+
- Compatible with JDK 21+ instead of future JDK versions
0 commit comments