byte-buddy 1.9.16-1 source package in Ubuntu

Changelog

byte-buddy (1.9.16-1) unstable; urgency=medium

  * Team upload.
  * Filter out the Windows libraries from the upstream tarball
  * New upstream release
    - Refreshed the patches
    - Depend on libasm-java (>= 7.1)
    - New dependencies on build-helper-maven-plugin and jna-platform

 -- Emmanuel Bourg <email address hidden>  Wed, 11 Jan 2023 16:34:18 +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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
byte-buddy_1.9.16-1.dsc 2.4 KiB 51131e11d37ce8ab13caa345be8e7c48eb2d6a48e85a6e9a9e85d69402626c1c
byte-buddy_1.9.16.orig.tar.xz 907.8 KiB b359399e9a99a2eae877d60623ba473a958fde7e369055dd27a9e05ea64a9581
byte-buddy_1.9.16-1.debian.tar.xz 4.3 KiB f66404f2f9aadaeb61f5fa2829606fdbee32486944abb41b67dc8dbf436978ff

Available diffs

No changes file available.

Binary packages built by this source

libbyte-buddy-java: Runtime code generation for the Java virtual machine

 Byte Buddy is a code generation and manipulation library for creating
 and modifying Java classes during the runtime of a Java application and
 without the help of a compiler. Other than the code generation utilities
 that ship with the Java Class Library, Byte Buddy allows the creation of
 arbitrary classes and is not limited to implementing interfaces for the
 creation of runtime proxies. Furthermore, Byte Buddy offers a convenient
 API for changing classes either manually, using a Java agent or during a
 build.