jboss-modules 1.9.1-1 source package in Ubuntu

Changelog

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

  * New upstream version 1.9.1.
  * Switch to debhelper-compat 12.
  * Declare compliance with Debian Policy 4.4.0.

 -- Markus Koschany <email address hidden>  Thu, 18 Jul 2019 16:00:21 +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

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jboss-modules_1.9.1-1.dsc 2.3 KiB f458ecd3a5213dd31aec61ca0561cdcc7810fff2b8dfa9c73e4a470e80bc0bc0
jboss-modules_1.9.1.orig.tar.gz 252.9 KiB 971fdffeccb097cd55a0355952adf320d4abfd94ec391adb6b47689a21c67e8a
jboss-modules_1.9.1-1.debian.tar.xz 7.2 KiB a8b044ab5ceda9d014ddef8ef7c84f2821eb89427207b6ac1050035cc2259c8d

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.