byte-buddy 1.14.13-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream release (Closes: #1057493)
    - Refreshed the patches
    - Depend on libasm-java (>= 9.7)
  * Filter out the Linux libraries from the upstream tarball
  * Standards-Version updated to 4.7.0

 -- Emmanuel Bourg <email address hidden>  Tue, 09 Apr 2024 13:54:36 +0200

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
byte-buddy_1.14.13-1.dsc 2.4 KiB 4a12c2cbb97ea8e5963065e4515a781cace665849cb8d5da3f7abe23f1bf6f17
byte-buddy_1.14.13.orig.tar.xz 1.1 MiB fd8cd9b674cd1c40de57e38b021221f9e64e18e7340bf65ff4ba3d41b20f797f
byte-buddy_1.14.13-1.debian.tar.xz 4.7 KiB deba77efc9b14eb8d3f29891cae462a5bd67b829f47e21e19867af06f1af4b79

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.