openhft-chronicle-bytes 1.1.15-2 source package in Ubuntu

Changelog

openhft-chronicle-bytes (1.1.15-2) unstable; urgency=medium

  * Fix Java 9 compatibility.
  * Ignore test failures (Closes: #921291).

 -- Andrej Shadura <email address hidden>  Thu, 28 Feb 2019 14:20:34 +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
Focal release universe misc

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
openhft-chronicle-bytes_1.1.15-2.dsc 2.0 KiB 6cfe7b6c22fa078bb147843aa994140a9ebdd90927278257b647650e46472759
openhft-chronicle-bytes_1.1.15.orig.tar.xz 51.1 KiB 5745b0f1e88bd7eb0ea33fab469acd57063ed484155bb8770e5c4017df82bb3e
openhft-chronicle-bytes_1.1.15-2.debian.tar.xz 4.4 KiB 273514e05b006b75da20df90373e2a80d19afb82592e7810c8a3a6234d69638d

Available diffs

No changes file available.

Binary packages built by this source

libopenhft-chronicle-bytes-java: OpenHFT byte buffer library

 Chronicle Bytes has a similar purpose to Java NIO's ByteBuffer with some
 extensions. It's build on Chronicle Core's direct memory and OS system
 call access and contains all the low level memory access wrappers.
 The API supports:
  * 64-bit sizes
  * UTF-8 and ISO-8859-1 encoded strings.
  * thread safe off heap memory operations.
  * deterministic release of resources via reference counting.
  * compressed data types such as stop bit encoding.
  * elastic ByteBuffer wrappers which resize as required.
  * parsing text and writing text directly to off heap bytes.