byte-buddy 1.8.22-1 source package in Ubuntu
Changelog
byte-buddy (1.8.22-1) unstable; urgency=medium * Team upload. * New upstream release - Refreshed the patches - Depend on libbyte-buddy-java (>= 1.8.15) -- Emmanuel Bourg <email address hidden> Wed, 11 Jan 2023 14:12:08 +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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
byte-buddy_1.8.22-1.dsc | 2.3 KiB | 774dc4f84bef083badcb03e14cb9bf397a459e9e858c5103b97bf190c407df8f |
byte-buddy_1.8.22.orig.tar.xz | 859.8 KiB | 1c09ba95044c350e1c994d0d3bdd688a5a4dda8a802e5a750169298e69a14e52 |
byte-buddy_1.8.22-1.debian.tar.xz | 5.4 KiB | 47b4dd449d26e6e3b2c9998f64ced60fa17128e4e91654c83b749b785e83a650 |
Available diffs
- diff from 1.8.15-1 to 1.8.22-1 (108.2 KiB)
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.