jboss-modules 2.1.2-1 source package in Ubuntu

Changelog

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

  * New upstream version 2.1.2.
  * Declare compliance with Debian Policy 4.6.2.
  * Mark binary packages Multi-Arch: foreign.

 -- Markus Koschany <email address hidden>  Mon, 11 Sep 2023 13:38:19 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jboss-modules_2.1.2-1.dsc 2.3 KiB 4bfb8627553f26224092653fe40d4014c41ef0fa807c1389b48b364cceb6a36a
jboss-modules_2.1.2.orig.tar.gz 234.2 KiB 350c3aa37a7884a8ba645027d233b4e444322d81edd3ffb1d3c3971eafd9c715
jboss-modules_2.1.2-1.debian.tar.xz 6.5 KiB 05c282ac1efad159df82ac2a33133657ff9b1993225f581da6ac9797ff9a4f37

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.