jackson-databind 2.4.2-2 source package in Ubuntu

Changelog

jackson-databind (2.4.2-2) unstable; urgency=medium


  * Team upload.
  * Build depend on libcglib3-java instead of libcglib-java
  * Standards-Version updated to 3.9.6 (no changes)
  * Removed the build dependency on libmaven-cobertura-plugin-java

 -- Emmanuel Bourg <email address hidden>  Mon, 29 Sep 2014 16:30:49 +0200

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 Pocket Published Component Section

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jackson-databind_2.4.2-2.dsc 2.4 KiB 51e4b1d575bc762beb712a6c27f18248ea2ed922bba1ba38dab1a75b05971e72
jackson-databind_2.4.2.orig.tar.gz 831.9 KiB 06d8378c6ab40aca83354acf625969801e014a447756ad07e16365925ddf3aa1
jackson-databind_2.4.2-2.debian.tar.xz 4.4 KiB 8fa3b8ecdeeb11d8144a15f49503914e3e03860637d0145663d3a6c922ad8b0e

Available diffs

No changes file available.

Binary packages built by this source

libjackson2-databind-java: fast and powerful JSON library for Java -- data binding

 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 data-binding functionality for data
 formats other than JSON.

libjackson2-databind-java-doc: Documentation for jackson-databind

 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-databind-java.