Skip to content

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

Notifications You must be signed in to change notification settings

isabella232/jackson-jdk6-compat-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%