jaxb 2.3.0-2 source package in Ubuntu

Changelog

jaxb (2.3.0-2) unstable; urgency=medium

  * Team upload.
  * Added a symbolic link from /usr/share/java/jaxb-impl.jar to jaxb-runtime.jar
    to preserve the backward compatibility.
  * Standards-Version updated to 4.1.1

 -- Emmanuel Bourg <email address hidden>  Thu, 12 Oct 2017 23:35:29 +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
jaxb_2.3.0-2.dsc 2.5 KiB fba9e9da2e37f1d01d76ad4cc130ae7721b55fa1088145a4b4d2e25b4254ee58
jaxb_2.3.0.orig.tar.xz 1.5 MiB 3f6f40076795e72e996845bb2c45bcd39017b24be1981bfebd0e214ac8fe74d1
jaxb_2.3.0-2.debian.tar.xz 12.8 KiB a5222f445e6fedf4854914e301a300d26a244c54e489aee691153d6971710abb

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: JAXB Reference Implementation -- documentation

 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.
 .
 This package contains the Javadoc API.

librngom-java: Java library for parsing RELAX NG grammars

 RNGOM is an open-source Java library for parsing RELAX NG grammars.
 .
 In particular, RNGOM can:
  * parse the XML syntax
  * parse the compact syntax
  * check all the semantic restrictions as specified in the specification
  * parse RELAX NG into application-defined data structures
  * build a default data structure based around the binarized simple syntax
    or another data structure that preserves more of the parsed information
  * parse foreign elements/attributes in a schema
  * parse comments in a schema

libtxw2-java: Typed XML Writer for Java

 A Java library that allows client applications to write arbitrary
 well-formed typed XML documents.

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.