jaxb 2.3.0-1 source package in Ubuntu

Changelog

jaxb (2.3.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Build with Maven instead of Ant
    - Fixed the compatibility with args4j 2.x
    - Removed the dependency on dom4j, isorelax, relaxngcc
      and xml-commons-resolver1.1
    - Build librngom-java and relocate the org.kohsuke.rngom artifact
      to com.sun.xml.bind.external
    - Build libtxw2-java and relocate the com.sun.xml.txw2 artifacts
      to org.glassfish.jaxb
    - Build libcodemodel-java and relocate the com.sun.codemodel artifacts
      to org.glassfish.jaxb
    - Build libxsom-java and relocate the com.sun.xsom artifact
      to org.glassfish.jaxb
    - Refreshed debian/copyright
    - Build with xml-resolver instead of com.sun.org.apache.xml:resolver
    - Replaced nb-javac-api with com.sun:tools
    - Added a relocation from jaxb-impl to jaxb-runtime
  * Track and download the new releases from GitHub
  * Standards-Version updated to 4.1.0
  * Switch to debhelper level 10
  * Updated the Homepage field

 -- Emmanuel Bourg <email address hidden>  Thu, 28 Sep 2017 21:02:01 +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

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jaxb_2.3.0-1.dsc 2.4 KiB 5fa7f8269ddf439795d4763b68d05a44bbc30fe6d2c9a5129f556ae5b849d308
jaxb_2.3.0.orig.tar.xz 1.5 MiB 3f6f40076795e72e996845bb2c45bcd39017b24be1981bfebd0e214ac8fe74d1
jaxb_2.3.0-1.debian.tar.xz 12.7 KiB 8cc8fd21f3a784849e46671d7661079d50e97b66e1f54e37f8eb960a4acb977d

Available diffs

No changes file available.

Binary packages built by this source

libcodemodel-java: Java library for code generators

 CodeModel is a Java library for code generators; it provides a way to
 generate Java programs in a way much nicer than
 PrintStream.println(). This project is a spin-off from the JAXB
 Reference Implementation for its schema compiler to generate Java
 source files.

libjaxb-java: JAXB Reference Implementation

 GlassFish Java Architecture for XML Binding (JAXB) Reference
 Implementation.
 .
 Java Architecture for XML Binding (JAXB) provides a fast and convenient
 way to bind XML schemas and Java representations, making it easy for
 Java developers to incorporate XML data and processing functions in Java
 applications. As part of this process, JAXB provides methods for
 unmarshalling (reading) XML instance documents into Java content trees,
 and then marshalling (writing) Java content trees back into XML instance
 documents. JAXB also provides a way to generate XML schema from Java
 objects.

libjaxb-java-doc: No summary available for libjaxb-java-doc in ubuntu artful.

No description available for libjaxb-java-doc in ubuntu artful.

librngom-java: No summary available for librngom-java in ubuntu artful.

No description available for librngom-java in ubuntu artful.

libtxw2-java: No summary available for libtxw2-java in ubuntu artful.

No description available for libtxw2-java in ubuntu artful.

libxsom-java: XML Schema Object Model Java library

 XML Schema Object Model (XSOM) is a Java library that allows applications
 to easily parse XML Schema documents and inspect information in them. It
 is expected to be useful for applications that need to take XML Schema
 as an input.