byte-buddy 1.12.23-1 source package in Ubuntu

Changelog

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

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

 -- Emmanuel Bourg <email address hidden>  Sun, 11 Jun 2023 09:54:02 +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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
byte-buddy_1.12.23-1.dsc 2.4 KiB 5e8faa3f95b891bae68c951bd0ebdc046c0ae62cece70fd42f8f6a39dd684a47
byte-buddy_1.12.23.orig.tar.xz 1.1 MiB 1aa4ea5d3787f0b6196cbdaf5e18e5f8bae23f6ff66e6f2d84ab6cedbe734434
byte-buddy_1.12.23-1.debian.tar.xz 4.6 KiB f02a28c206fbb057db70a024ac3363de3eb88b0edea3f212a8d9f40a8f6c35ea

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.