byte-buddy 1.14.11~us1-0ubuntu2 source package in Ubuntu

Changelog

byte-buddy (1.14.11~us1-0ubuntu2) noble; urgency=medium

  * d/rules: replace the pom version with the changelog version to
    include a repack suffix (LP: #2054488). This change fixes
    the inability to install byte-buddy dependencies after rebuild
    due to binary dependency on byte-buddy >= 1.14.11.

 -- Vladimir Petko <email address hidden>  Wed, 21 Feb 2024 18:27:13 +1300

Upload details

Uploaded by:
Vladimir Petko
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
byte-buddy_1.14.11~us1.orig.tar.xz 1.1 MiB b93cb8770d24c2b23ae508e563c20f035bd0f638b3c51ffef18937de50c925ad
byte-buddy_1.14.11~us1-0ubuntu2.debian.tar.xz 5.1 KiB 566fc9a7e316edf50ca91b8325cd12716bce9869eb97bb40791d110500aa0015
byte-buddy_1.14.11~us1-0ubuntu2.dsc 2.3 KiB 33b9cb11490a389b41c9041db0bf6ebb96058c26bdc3a19f134bfccbaa1f10d4

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.