jackson-dataformat-yaml 2.8.11-4 source package in Ubuntu

Changelog

jackson-dataformat-yaml (2.8.11-4) unstable; urgency=medium

  * Team upload
  * Raising Standards version to 4.6.2:
    - Setting Rules-Requires-Root: no
  * Build-depending on liblog4j1.2-java (Closes: #1028807)
  * debian/watch:
    - Fixing the regex for Github tags page
    - Raising its version to 4
    - Honouring filenamemangle
  * Removing unneeded versioned build-dependencies
  * Trim trailing whitespace.
  * Updating the classpath of the built jar
  * debian/control: Remove empty control field Uploaders.
  * Set upstream metadata fields about Bug and Repository.

 -- Pierre Gruet <email address hidden>  Sun, 22 Jan 2023 22:49:36 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jackson-dataformat-yaml_2.8.11-4.dsc 2.3 KiB 340e2b6da2b8c5f9872f7772ec31506dcb8925cab5c6838c998a780021849e13
jackson-dataformat-yaml_2.8.11.orig.tar.xz 37.7 KiB 70f8086d38785dc4f81f2f74721259285c01a43615934ef28f32722efbf5a036
jackson-dataformat-yaml_2.8.11-4.debian.tar.xz 5.6 KiB 58d0995a0a83bbc7e44bf53b870ce37f26969c07dc7300b37c02cbcda34cf5c8

Available diffs

No changes file available.

Binary packages built by this source

libjackson2-dataformat-yaml: fast and powerful JSON library for Java -- YAML dataformat

 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 reading and writing YAML-encoded data