jboss-modules 2.0.0-1 source package in Ubuntu

Changelog

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

  * New upstream version 2.0.0.
  * Declare compliance with Debian Policy 4.6.0.

 -- Markus Koschany <email address hidden>  Tue, 26 Oct 2021 22:05:34 +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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jboss-modules_2.0.0-1.dsc 2.3 KiB 341237ce70286d5ace5ec840bdbbc2848969f1f33db292d6139336eddc0cf29d
jboss-modules_2.0.0.orig.tar.gz 241.8 KiB fbe1dce0708d5dca4551df12aa6f59ee0baa3d30f3c9df393644eeb753d2f9e6
jboss-modules_2.0.0-1.debian.tar.xz 7.2 KiB f41561a7bcab89ed367f01b3c0fbad8bcfbc5a87bf1b499949972668d27f5782

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.