-
-
Notifications
You must be signed in to change notification settings - Fork 799
Home
Project is licensed under Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) like all official Jackson components.
FasterXML also explicitly allows users to alternatively license component under Lesser GPL (LGPL) 2.1 up to and including version 2.2. If so, they may want to repackage artifacts to reflect their choice of license to use.
Streaming API defines sets of simple on/off features:
(note: Jackson 1.x did NOT separate javadocs by component, so this includes ALL parts, streaming parser, mapper/databind, extensions)
- FasterXML Jackson Wiki has documentation for all Jackson 1.x modules (much of which is still relevant for 2.x as well)
- Jackson-docs is the Jackson 2.x documentation hub
- Jackson Github portal contains links to all official Jackson components
- CowTalk Blog is a Blog specialized on Jackson
Note: designation in parenthesis indicates whether new patch releases may be issued for branch -- typically we try to keep 2 open branches.
Note: this list is often out-of-date with respect to actual latest release from each branch. For more up-to-date information, check out Maven Central or Mvn Repository.
- 2.10 (open)
- 2.10.0 (26-Sep-2019)
- 2.9 (open)
- 2.9.10 (Sep 2019)
- 2.8 (closed)
- 2.8.10 (24-Aug-2017)
- 2.7 (closed)
- 2.7.9 (04-Feb-2017)
- 2.6 (closed)
- 2.6.6 (05-Apr-2016)
- 2.5 (closed)
- 2.5.5 (05-Dec-2015)
- 2.4 (closed)
- 2.4.6 (23-Apr-2015)
- 2.3 (theoretically open -- long-term, last minor version with Scala 2.9 support)
- 2.3.5 (13-Jan-2015)
Snapshots can be found from Sonatype Maven Snapshot repository:
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>