jboss-modules 2.1.0-1 source package in Ubuntu

Changelog

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

  * New upstream version 2.1.0.
  * Drop invalid-release-flag.patch and java11.patch.

 -- Markus Koschany <email address hidden>  Sat, 12 Nov 2022 16:11:10 +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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jboss-modules_2.1.0-1.dsc 2.3 KiB 0caadc197f2cf3f8a3a8a5eede16814b6e6b0e15a2c0c114e534b515e6d77adc
jboss-modules_2.1.0.orig.tar.gz 229.3 KiB 2d7124b8cb46ae87e6fa981d67ae6d6e3cd0822cd39682737eb1a08f3b1721f0
jboss-modules_2.1.0-1.debian.tar.xz 6.5 KiB 433e759c4eca5fe285f88714edff8c3b5fe7be58330c6a1aa27d5a8ce1091cf3

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.