jboss-modules 1.7.0-1 source package in Ubuntu

Changelog

jboss-modules (1.7.0-1) unstable; urgency=medium

  * New upstream version 1.7.0.
  * Use compat level 11.
  * Declare compliance with Debian Policy 4.1.3.
  * Build-depend on libjboss-bridger-java.
  * Build with Java 9.
  * Drop build.patch.
  * Add invalid-release-flag.patch and no-ModuleIteratorTest.patch to work
    around a FTBFS.

 -- Markus Koschany <email address hidden>  Sun, 18 Feb 2018 18:40:33 +0100

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
jboss-modules_1.7.0-1.dsc 2.4 KiB 666f8ad43a7c63bbc835c2866019398585b173a9a7d2bf095b37a7162c2d2dfc
jboss-modules_1.7.0.orig.tar.gz 232.4 KiB c61205712a554632f6a162999871a641a37d947a2ad63271df4f509a773b810b
jboss-modules_1.7.0-1.debian.tar.xz 6.6 KiB 3fe40e32d980f24fb349a43b016da6c791f61344fb0ba58de496685b24fa1e2b

Available diffs

No changes file available.

Binary packages built by this source

libjboss-modules-java: Modular Classloading System

 JBoss Modules is a standalone implementation of a modular (non-hierarchical)
 class loading and execution environment for Java. In other words, rather than
 a single class loader which loads all JARs into a flat class path, each
 library becomes a module which only links against the exact modules it depends
 on, and nothing more. It implements a thread-safe, fast, and highly concurrent
 delegating class loader model, coupled to an extensible module resolution
 system, which combine to form a unique, simple and powerful system for
 application execution and distribution.

libjboss-modules-java-doc: Documentation for JBoss Modules

 JBoss Modules is a standalone implementation of a modular (non-hierarchical)
 class loading and execution environment for Java.
 .
 This package contains the API documentation of libjboss-modules-java.