byte-buddy 1.12.21-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * Remove the precompiled classes from the upstream tarball
  * Regenerate the precompiled classes
  * New upstream release
    - Refreshed the patches
    - Depend on libbyte-buddy-java (>= 1.11.22)

 -- Emmanuel Bourg <email address hidden>  Thu, 12 Jan 2023 13:49:53 +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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
byte-buddy_1.12.21-1.dsc 2.4 KiB 6f7eb7798424c5bb270006fca1be0edc40c9e22e4a6e12a56db0ba483832f3e0
byte-buddy_1.12.21.orig.tar.xz 1.1 MiB cf4b5b99740b7b96ccf5336dd352c0d6dc93effa3c04b6087dd0924dfffbce0d
byte-buddy_1.12.21-1.debian.tar.xz 4.7 KiB 1cdadc040d1b6adedfabbf0d83d88fc0b286fd3f66006e559576324066ed010c

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.