jackson-core 2.9.1-1 source package in Ubuntu

Changelog

jackson-core (2.9.1-1) unstable; urgency=medium

  * Team upload.

  [ Emmanuel Bourg ]
  * Removed the unused build dependency on libmaven-install-plugin-java

  [ Markus Koschany ]
  * New upstream version 2.9.1.
  * Declare compliance with Debian Policy 4.1.1.
  * Use source target 1.7.
  * Replace jackson-bom, jackson-parent and oss-parent with latest versions.
  * Drop empty maven.cleanIgnoreRules.
  * Use https for Format field.
  * Refresh fix-using-bundle.patch.

 -- Markus Koschany <email address hidden>  Wed, 11 Oct 2017 22:22:10 +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

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jackson-core_2.9.1-1.dsc 2.4 KiB e2a147de9bb5ad19882fb15afe47c391a1a93f1036b98ac90cd72399556d14ba
jackson-core_2.9.1.orig.tar.gz 396.5 KiB 09f4dbeb86c81ddd0706354585e2f0769a4ba53f48ae024bee04d2fdc9b9aee9
jackson-core_2.9.1-1.debian.tar.xz 10.0 KiB c1b726fdb1355b775abfa5dae1d7ee5362ee280a7fa76fd74938e0f730ad0724

Available diffs

No changes file available.

Binary packages built by this source

libjackson2-core-java: fast and powerful JSON library for Java -- core library

 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 Jackson core library.

libjackson2-core-java-doc: Documentation for Jackson-core

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