jackson-datatype-joda 2.12.1-1 source package in Ubuntu

Changelog

jackson-datatype-joda (2.12.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release (Closes: #966945)
    - Refreshed the patch
  * Removed the -java-doc package
  * Standards-Version updated to 4.5.1
  * Switch to debhelper level 13
  * No longer track the release candidates
  * Remove the javadoc from the upstream tarball

 -- Emmanuel Bourg <email address hidden>  Mon, 18 Jan 2021 10:26:32 +0100

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
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jackson-datatype-joda_2.12.1-1.dsc 2.4 KiB 2b11ae867a137ec8b9b3d1a9cfc0a63236251d3901776025186efef586192c0e
jackson-datatype-joda_2.12.1.orig.tar.xz 31.3 KiB 557877310ab30e107df88b41a10f61bcad995efc51e2a71dfe0f4ed9444479cd
jackson-datatype-joda_2.12.1-1.debian.tar.xz 3.6 KiB 76b2d72c48b53828d2af06d0ca7f29e182da352a39c452563f3d1c985270e2a2

Available diffs

No changes file available.

Binary packages built by this source

libjackson2-datatype-joda-java: fast and powerful JSON library for Java -- Joda datatypes

 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 an extension for serializing and deserializing classes
 implemented by the Joda-Time date/time library.