An open API service indexing awesome lists of open source software.

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

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

[![Build (github)](https://github.com/FasterXML/jackson-jdk17-compat-test/actions/workflows/main.yml/badge.svg)](https://github.com/FasterXML/jackson-jdk17-compat-test/actions/workflows/main.yml)