libgoogle-gson-java 2.8.2-1 source package in Ubuntu

Changelog

libgoogle-gson-java (2.8.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 2.8.2.
    - Fix FTBFS with Java 9. (Closes: #893238)
  * Drop maven.cleanIgnoreRules and maven.publishedRules because they do
    nothing.
  * Use compat level 11.
  * Declare compliance with Debian Policy 4.1.3.
  * Install the MANIFEST file with javahelper since the bnd-maven-plugin is not
    available.

 -- Markus Koschany <email address hidden>  Sun, 08 Apr 2018 19:51:28 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe java

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgoogle-gson-java_2.8.2-1.dsc 2.4 KiB 314520d8aa83a2a9bcaa87189f34dda802b4a76af699c24065dd75f7e89fc687
libgoogle-gson-java_2.8.2.orig.tar.gz 430.7 KiB c9813e74ed7f8eaa3966a32592a0e85aa9ae93717e1286c804d810b0cfb598c8
libgoogle-gson-java_2.8.2-1.debian.tar.xz 10.1 KiB 000b7f939a71d48b882539fbdcec34950b1462ce8eb428a90666e8ac74a1a9ed

Available diffs

No changes file available.

Binary packages built by this source

libgoogle-gson-java: No summary available for libgoogle-gson-java in ubuntu disco.

No description available for libgoogle-gson-java in ubuntu disco.

libgoogle-gson-java-doc: Documentation for libgoogle-gson-java

 Gson is a Java library that can be used to convert Java Objects into their JSON
 representation. It can also be used to convert a JSON string to an equivalent
 Java object. Gson can work with arbitrary Java objects including pre-existing
 objects that you do not have source-code of.
 .
 Gson Goals
 .
  * Provide simple toJson() and fromJson() methods to convert Java objects to
    JSON and vice-versa
  * Allow pre-existing unmodifiable objects to be converted to and from JSON
  * Extensive support of Java Generics
  * Allow custom representations for objects
  * Support arbitrarily complex objects (with deep inheritance hierarchies and
    extensive use of generic types)
 .
 This package contains the Javadoc API documentation.