byte-buddy 1.11.4-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream release
    - Refreshed the patches

 -- Emmanuel Bourg <email address hidden>  Thu, 12 Jan 2023 00:07: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.11.4-1.dsc 2.4 KiB d00afaa6a44fb00ae537318e7a7cb2ebfb48f2acf51752a0febd7d97ebf915b0
byte-buddy_1.11.4.orig.tar.xz 976.6 KiB 30f19088cfeb20d8cde5d02e17fe1a0f61713038c1de192234fec75ce802933b
byte-buddy_1.11.4-1.debian.tar.xz 4.5 KiB 2bd08b604b6854bdea46c61a546c630d0d53aba5e0e32023fb6661df50aa5265

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.