avro-java 1.7.7-3 source package in Ubuntu

Changelog

avro-java (1.7.7-3) unstable; urgency=medium

  * Team upload.
  * Disabled paranamer to work around a regression with Qdox (Closes: #871340)
  * Transition to Maven 3
  * Standards-Version updated to 4.1.0
  * Switch to debhelper level 10

 -- Emmanuel Bourg <email address hidden>  Thu, 14 Sep 2017 11:50:30 +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
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
avro-java_1.7.7-3.dsc 2.5 KiB 83a1305e01c211b87152272deb1c59f493812774949265a56d9acb7a0316f711
avro-java_1.7.7.orig.tar.xz 515.6 KiB 1ef1802d5cc7ce87a4ccccc1523f4d0c33bbd11c6663d11de89a2246d58d15cb
avro-java_1.7.7-3.debian.tar.xz 5.2 KiB 43e39b836bac7ac7dad4966477eba603815f60521eb573eea4d51abe7958b09a

Available diffs

No changes file available.

Binary packages built by this source

libavro-compiler-java: Apache Avro compiler for Java

 Apache Avro is a data serialization system providing:
  * Rich data structures.
  * A compact, fast, binary data format.
  * A container file, to store persistent data.
  * Remote procedure call (RPC).
  * Simple integration with dynamic languages. Code generation is not required
    to read or write data files nor to use or implement RPC protocols. Code
    generation as an optional optimization, only worth implementing
    for statically typed languages.
 .
 This package contains the compilers for Avro IDL and Avro specific Java API.

libavro-java: Apache Avro data serialization system

 Apache Avro is a data serialization system providing:
  * Rich data structures.
  * A compact, fast, binary data format.
  * A container file, to store persistent data.
  * Remote procedure call (RPC).
  * Simple integration with dynamic languages. Code generation is not required
    to read or write data files nor to use or implement RPC protocols. Code
    generation as an optional optimization, only worth implementing
    for statically typed languages.
 .
 This package contains the Java API of Apache Avro

libavro-maven-plugin-java: Apache Avro Maven plugin

 Apache Avro is a data serialization system providing:
  * Rich data structures.
  * A compact, fast, binary data format.
  * A container file, to store persistent data.
  * Remote procedure call (RPC).
  * Simple integration with dynamic languages. Code generation is not required
    to read or write data files nor to use or implement RPC protocols. Code
    generation as an optional optimization, only worth implementing
    for statically typed languages.
 .
 This package contains the Maven plugin for Avro IDL and specific API compilers