jackson-dataformat-yaml 2.8.10-1 source package in Ubuntu

Changelog

jackson-dataformat-yaml (2.8.10-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 2.8.10.
  * Tighten build-dependencies of jackson packages to >= 2.9.1.
  * Declare compliance with Debian Policy 4.1.1.
  * Use source target 1.7.
  * Drop empty maven.publishedRules file.
  * Add parent-pom.patch and fix the version number. A maven rule has no
    effect.
  * Use https for Format field

 -- Markus Koschany <email address hidden>  Fri, 13 Oct 2017 23:43:54 +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-dataformat-yaml_2.8.10-1.dsc 2.7 KiB 7c2380176f00040ad4e74de8c3906c82e5d8207fa427c5ea7d63b88a39d28961
jackson-dataformat-yaml_2.8.10.orig.tar.gz 44.2 KiB 70c2f0730a3991f99afa0824ae0de7c23d46636e0595c3a0e99ac9bebebb3796
jackson-dataformat-yaml_2.8.10-1.debian.tar.xz 4.2 KiB 7be4844bdba7813e8262bc128a1e7e3973d85a48af143019e9e88a2fb96ad1ea

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

libjackson2-dataformat-yaml-doc: Documentation for jackson-dataformat-yaml

 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-dataformat-yaml.