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

https://github.com/fasterxml/jackson-jdk6-compat-test

Test project to verify JDK6 compatibility of Jackson versions 2.7 and anbove
https://github.com/fasterxml/jackson-jdk6-compat-test

Last synced: 10 months ago
JSON representation

Test project to verify JDK6 compatibility of Jackson versions 2.7 and anbove

Awesome Lists containing this project

README

          

# Overview

Simple test suite, aim of which is to guarantee that Jackson components that are meant to work on JDK6 runtime
do so. This is becoming an issues with 2.7, where runtime baseline is kept as JDK6 for `jackson-databind`,
but some features of JDK7 are accessible via dynamic reflection.

Going forward this may become even bigger issue, when JDK8 features are to be incorporated.
Further down the road it will stop becoming an issue once we stop supporting JDK6 runtime, but until then
automated testing is necessary.

## Status

[![Build Status](https://travis-ci.org/FasterXML/jackson-jdk6-compat-test.svg)](https://travis-ci.org/FasterXML/jackson-jdk6-compat-test)