xmlbeans 3.0.2-1~18.04 source package in Ubuntu

Changelog

xmlbeans (3.0.2-1~18.04) bionic; urgency=medium

  * Backport for OpenJDK 11. LP: #1814133.

xmlbeans (3.0.2-1) unstable; urgency=medium

  * New upstream release
    - No longer build the qname jar
    - Updated the Maven poms
  * Standards-Version updated to 4.3.0
  * Switch to debhelper level 11

xmlbeans (2.6.0+dfsg-4) unstable; urgency=medium

  * Team upload

  [ Eugene Zhukov ]
  * Moved the package to Git

  [ Emmanuel Bourg ]
  * Removed the StAX dependency in the Maven pom (provided by the JDK)
  * Build with the DH sequencer instead of CDBS
  * Removed build-xml.patch
  * Converted debian/copyright to the Copyright Format 1.0
  * Track and download the new releases from GitHub
  * Standards-Version updated to 4.1.5

xmlbeans (2.6.0+dfsg-3) unstable; urgency=medium

  * Team upload.
  * Update uploaders (Closes: #889447)
  * Add source file encoding (Closes: #893494)
  * Update Standards-Version to 4.1.4 (get-orig-source rules target removed)
  * Add d/xmlbeans.docs to address Lintian error
  * Fix d/watch file
  * Bump debhelper to version 11

 -- Matthias Klose <email address hidden>  Tue, 26 Feb 2019 17:42:27 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Bionic
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe libs
Bionic security universe libs

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
xmlbeans_3.0.2.orig.tar.xz 2.3 MiB 8f573f4073450dbd3880aa75bf22dec145913718a035c58cc72b8f52f8b8a225
xmlbeans_3.0.2-1~18.04.debian.tar.xz 8.2 KiB bef479ee8c041527dee7e8d66b939be93c258b238d1ada5da5df3c32c24bd90b
xmlbeans_3.0.2-1~18.04.dsc 2.0 KiB a7b63c22d7a7f21d42295ead4bbdff080277fc562896951aa2f18923c61b6290

View changes file

Binary packages built by this source

libxmlbeans-java: No summary available for libxmlbeans-java in ubuntu cosmic.

No description available for libxmlbeans-java in ubuntu cosmic.

xmlbeans: Java library for accessing XML by binding it to Java types - tools

 XMLBeans is a technology for accessing XML by binding it to Java types.
 .
 XMLBeans provides several ways to get at the XML, including:
  * Through XML schema that has been compiled to generate Java types that
    represent schema types. In this way, you can access instances of the
    schema through JavaBeans-style accessors after the fashion of "getFoo"
    and "setFoo". The XMLBeans API also allows you to reflect into the XML
    schema itself through an XML Schema Object model.
  * A cursor model through which you can traverse the full XML infoset.
  * Support for XML DOM.
 .
 This package provide some command-line tools:
  * dumpxsb: XSB File Dumper
  * inst2xsd: Instance to Schema Tool
  * scomp: Schema Compiler
  * sdownload: Schema Downloader
  * sfactor: Schema Factoring Tool
  * svalidate: Streaming Instance Validator
  * xsdvalidate: Instance Validator
  * xpretty: XML Pretty Printer
  * xsd2inst: Schema to Instance Tool
  * xsdtree: Schema Type Hierarchy Printer
  * xstc: Invoke XSTC