jboss-modules 1.6.2-1 source package in Ubuntu

Changelog

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

  * New upstream version 1.6.2.
  * Declare compliance with Debian Policy 4.1.2.

 -- Markus Koschany <email address hidden>  Sat, 09 Dec 2017 22:43:46 +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.6.2-1.dsc 2.3 KiB 89ef124c98350c058ee5bfaf93ee0f16f92f01ef25ca4bb72b8adf374535e717
jboss-modules_1.6.2.orig.tar.gz 217.7 KiB ae3ed1a703c6f87515e50511208038b54fb4b0b4ebbf4a59b177609bc444afe3
jboss-modules_1.6.2-1.debian.tar.xz 4.8 KiB 64bd3925a1100052440118a4ce8b24747c85fd60320dc16cd113c22b8dd55177

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.