jboss-modules 1.4.3-1 source package in Ubuntu

Changelog

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

  * Initial release (Closes: #779598)

 -- Markus Koschany <email address hidden>  Thu, 30 Apr 2015 16:15:38 +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

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jboss-modules_1.4.3-1.dsc 2.2 KiB d695ca0ffb6bff0fac0f0e58c8ce3bac8dac31cc9bcbec7f67a8ca480f85812e
jboss-modules_1.4.3.orig.tar.gz 190.1 KiB 30d3fd02c3e5fd254d5c967f5ffed797f67f6d65158f395be2761839875d6b43
jboss-modules_1.4.3-1.debian.tar.xz 4.6 KiB d83556405b21de2dab0cc53b0e1e6eb81040c216a2b7aebd6b16e2e40f0108d4

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.