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

Changelog

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

  * Team upload.
  * d/p/java21_replace_special_character.patch: cherry-pick upstream
    patch to resolve Java 21 FTBFS (Closes: #1057507).

 -- Vladimir Petko <email address hidden>  Thu, 18 Jan 2024 13:40:48 +1300

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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jackson-datatype-joda_2.12.1-2.dsc 2.4 KiB 9b5abe35bed15a871fd98bebd855848b600f11ee576278e0242a8e50be2fb638
jackson-datatype-joda_2.12.1.orig.tar.xz 31.3 KiB 557877310ab30e107df88b41a10f61bcad995efc51e2a71dfe0f4ed9444479cd
jackson-datatype-joda_2.12.1-2.debian.tar.xz 4.2 KiB da73b2d0f8c11f060188cf12a87ed66bc6d1404a76f9f9397ac775e63126fe56

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.