jboss-modules 1.4.4-1 source package in Ubuntu

Changelog

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

  * Imported Upstream version 1.4.4.
  * debian/watch: Detect only Final releases.
  * get-orig-source: Add --verbose option. Remove --rename option.
  * Switch to dh sequencer.
  * Drop libjboss-modules-java.lintian-overrides.

 -- Markus Koschany <email address hidden>  Wed, 16 Sep 2015 09:47:47 +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
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jboss-modules_1.4.4-1.dsc 2.3 KiB 2b6f6f7b5dd8670cbd2b459a8312abf91b9985b20bbb22396e9e715ab3a54089
jboss-modules_1.4.4.orig.tar.gz 190.1 KiB 78b3b57b6eab6e6602122acf357048c952aee6844f49b92fd5ef27b215a033c2
jboss-modules_1.4.4-1.debian.tar.xz 4.6 KiB 745bd63f2729b31a0c2c5332dc4e79b0c46b205a7c266b432beabf5cc0beffab

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.