byte-buddy 1.8.15-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream release
    - Depend on libbyte-buddy-java and relocate byte-buddy-maven-plugin
      at build time to avoid a circular dependency in the Maven reactor
    - Depend on libasm-java (>= 7.0)
    - New dependency on libmaven-bundle-plugin-java
  * Removed the unused dependency on libmaven-javadoc-plugin-java
  * Updated the watch file
  * Standards-Version updated to 4.6.2

 -- Emmanuel Bourg <email address hidden>  Tue, 10 Jan 2023 15:12:05 +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.8.15-1.dsc 2.3 KiB 91b8d2fe77534babb8610836bc76e17fe6853b2c8eda9466f70dba7c5e1f4517
byte-buddy_1.8.15.orig.tar.xz 824.5 KiB 689b32f852462aa4a4d990063b384849724c5fa1ed823459d505e22127a728d1
byte-buddy_1.8.15-1.debian.tar.xz 4.4 KiB 5ce7cd44aa6d4c656d81c28375bf2855048d5ad9ea73e396fc634dfecf43699c

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.