# jackson-jdk6-compat-test **Repository Path**: mirrors_FasterXML/jackson-jdk6-compat-test ## Basic Information - **Project Name**: jackson-jdk6-compat-test - **Description**: Test project to verify JDK6 compatibility of Jackson versions 2.7 and anbove - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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)