disruptor 3.4.4-1 source package in Ubuntu

Changelog

disruptor (3.4.4-1) unstable; urgency=medium

  * New upstream version 3.4.4
  * Use debhelper-compat 13
  * Set Rules-Requires-Root: no in debian/control
  * Update get-orig-pom target to use search.maven.org
  * Bump Standards-Version to 4.5.1
  * Freshen debian/copyright
  * Use pkg-info.mk instead of parsing version via dpkg-parsechangelog

 -- tony mancill <email address hidden>  Sun, 15 Aug 2021 15:48:58 -0700

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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
disruptor_3.4.4-1.dsc 2.0 KiB 39be51549606c91cb2f7be6fdec6d1a25ceb1829a42950546645792e16f2c609
disruptor_3.4.4.orig.tar.xz 151.0 KiB 7e4cfd1381c6d6a0c617f29c41402fcd2264f12ddc87a638ad9a1d28839fd530
disruptor_3.4.4-1.debian.tar.xz 4.2 KiB e59f2952bd5f6e0e01557765ddd743af7a9a73154a880c4097746d397990d490

Available diffs

No changes file available.

Binary packages built by this source

libdisruptor-java: Disruptor - High Performance Inter-Thread Messaging Library for Java

 The disruptor is a high-throughput and low-latency concurrency framework.
 It is designed to maximize the efficiency of memory allocation, and operate
 in a cache-friendly manner so that it will perform optimally on modern
 hardware.
 .
 At the heart of the disruptor mechanism sits a pre-allocated bounded data
 structure in the form of a ring-buffer. Data is added to the ring buffer
 through one or more producers and processed by one or more consumers.