libmbassador-java 1.3.1-2 source package in Ubuntu

Changelog

libmbassador-java (1.3.1-2) unstable; urgency=medium

  * Ignore junit:junit artifact then we don't have to build-depend on it and
    avoid a FTBFS. The tests are disabled anyway. (Closes: #975229)
  * Switch to debhelper-compat = 13.
  * Declare compliance with Debian Policy 4.5.1.

 -- Markus Koschany <email address hidden>  Mon, 23 Nov 2020 23:14:14 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmbassador-java_1.3.1-2.dsc 2.2 KiB 4611a1e8303150b32116d35858cc3b056affbd358ac0f6c9b99766956ded4629
libmbassador-java_1.3.1.orig.tar.gz 69.5 KiB c9403ae2188fb262c018fc77767a6ed13629e005109f801cdca1071d3a211e28
libmbassador-java_1.3.1-2.debian.tar.xz 3.0 KiB 45b3e610a0079c5c82cbbc79fbf36966525f01d3fc2743ccec5674dcccae4d1d

Available diffs

No changes file available.

Binary packages built by this source

libmbassador-java: feature-rich Java event bus optimized for high-throughput

 MBassador is a light-weight, high-performance event bus implementing the
 publish subscribe pattern. It is designed for ease of use and aims to be
 feature rich and extensible while preserving resource efficiency and
 performance.
 .
 The core of MBassador is built around a custom data structure that provides
 non-blocking reads and minimized lock contention for writes such that
 performance degradation of concurrent read/write access is minimal.