libreflectasm-java 1.11.9+dfsg-2 source package in Ubuntu

Changelog

libreflectasm-java (1.11.9+dfsg-2) unstable; urgency=medium

  * Updating ConstructorAccessTest to fit the changes in class loading
    brought by OpenJDK17 (Closes: #1012106)

 -- Pierre Gruet <email address hidden>  Fri, 11 Nov 2022 07:44:35 +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
libreflectasm-java_1.11.9+dfsg-2.dsc 2.3 KiB f551b17b948fe5b49f133d56a41f52563a553468bd24a3abaf741877a24a5c9f
libreflectasm-java_1.11.9+dfsg.orig.tar.xz 15.0 KiB 2919121d5e8eabaa2b8acd6810195c9fdc7d833057f7c5a96a11a6026b223d96
libreflectasm-java_1.11.9+dfsg-2.debian.tar.xz 5.6 KiB cd4b0386fc436a5c8b8c55e8e39877c6f1fea4a67e53e1f192d5284276bc06d4

No changes file available.

Binary packages built by this source

libreflectasm-java: library that provides reflection by using code generation

 ReflectASM is a very small Java library that provides high performance
 reflection by using code generation. An access class is generated
 to set/get fields, call methods, or create a new instance.
 .
 The access class uses bytecode rather than Java's reflection,
 so it is much faster. It can also access primitive fields via
 bytecode to avoid boxing.

libreflectasm-java-doc: library that provides reflection by using code generation - doc

 ReflectASM is a very small Java library that provides high performance
 reflection by using code generation. An access class is generated
 to set/get fields, call methods, or create a new instance.
 .
 The access class uses bytecode rather than Java's reflection,
 so it is much faster. It can also access primitive fields via
 bytecode to avoid boxing.
 .
 This package contains the Javadoc API