byte-buddy 1.11.22-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream release
    - Refreshed the patches
    - Depend on libbyte-buddy-java (>= 1.11.4)

 -- Jeremy Bícha <email address hidden>  Thu, 12 Jan 2023 10:30:34 +0100

Upload details

Uploaded by:
Jeremy Bícha
Uploaded to:
Lunar
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.22.orig.tar.xz 998.7 KiB fc1e514dc88ddda64a7a04a7b361dd82c123709adce3059c2bc2e468ed7714b3
byte-buddy_1.11.22-1.debian.tar.xz 4.6 KiB 621b34365be21801d9ba749e90382c5681fa89c6a803235819fb6446aea9ccc0
byte-buddy_1.11.22-1.dsc 2.4 KiB 7674a7298c45fbb6852032855828758d842c2342898f07c40a558d2f83608ae9

View changes file

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.