jackson-annotations 2.4.2-2 source package in Ubuntu
Changelog
jackson-annotations (2.4.2-2) unstable; urgency=medium * Team upload. [ Timo Aaltonen ] * control: Update policy to 3.9.5, no changes. [ tony mancill ] * Fix debian/maven.{rules,publishedRules}: set type to bundle to properly match the target (closes: #760877). - Thank you to Gilles Filippini for the patch. -- tony mancill <email address hidden> Wed, 10 Sep 2014 06:54:44 -0700
Upload details
- Uploaded by:
- Debian Java Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Java Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
jackson-annotations_2.4.2-2.dsc | 2.3 KiB | 4ff68419e352a4aabd1af037cfaab195ffebcca6591fca9e5d9175f50a1a58df |
jackson-annotations_2.4.2.orig.tar.gz | 27.4 KiB | 36c37931b7704eb984afede880a6781f3f727c527903282aae2af0db992cbd0e |
jackson-annotations_2.4.2-2.debian.tar.xz | 3.7 KiB | 9357902558416ad1e43e811a543c1abac644643749c6545aa0098eb5eb802553 |
Available diffs
- diff from 2.2.2-1 to 2.4.2-2 (9.3 KiB)
No changes file available.
Binary packages built by this source
- libjackson2-annotations-java: fast and powerful JSON library for Java -- annotations
The Jackson Data Processor is a multi-purpose Java library for processing
JSON. Jackson aims to be the best possible combination of fast, correct,
lightweight, and ergonomic for developers. It offers three alternative methods
for processing JSON:
.
* Streaming API inspired by StAX
* Tree Model
* Data Binding converts JSON to and from POJOs
.
In addition to the core library, there are numerous extension that provide
additional functionality such as additional data formats beyond JSON,
additional data types or JVM languages.
.
This package contains general purpose annotations for value and handler types.
- libjackson2-annotations-java-doc: Documentation for Jackson-annotations
The Jackson Data Processor is a multi-purpose Java library for processing
JSON. Jackson aims to be the best possible combination of fast, correct,
lightweight, and ergonomic for developers. It offers three alternative methods
for processing JSON:
.
* Streaming API inspired by StAX
* Tree Model
* Data Binding converts JSON to and from POJOs
.
In addition to the core library, there are numerous extension that provide
additional functionality such as additional data formats beyond JSON,
additional data types or JVM languages.
.
This package contains the API documentation of libjackson2-annotations- java.