https://github.com/fasterxml/jackson-jdk17-compat-test
Test suite for JDK 16 compatibility of Jackson components, mainly jackson-databind
https://github.com/fasterxml/jackson-jdk17-compat-test
Last synced: 6 days ago
JSON representation
Test suite for JDK 16 compatibility of Jackson components, mainly jackson-databind
- Host: GitHub
- URL: https://github.com/fasterxml/jackson-jdk17-compat-test
- Owner: FasterXML
- Created: 2021-04-14T21:30:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T02:02:28.000Z (about 2 years ago)
- Last Synced: 2025-04-04T18:51:50.660Z (29 days ago)
- Language: Java
- Size: 94.7 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
Test suite containing unit tests that either require Java 17 (and up) features (JDK 17+)
or exercise features that behave differently on Java 17 platform (for example due
to stricter visibility restrictions).## Status
[](https://github.com/FasterXML/jackson-jdk17-compat-test/actions/workflows/main.yml)