Package: libreflectasm-java / 1.11.9+dfsg-4

Metadata

Package Version Patches format
libreflectasm-java 1.11.9+dfsg-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
javadoc.patch | (download)

pom.xml | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 providing the javadoc from pom.xml, as a -doc package exists
no_shading.patch | (download)

pom.xml | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 avoid building a shaded jar with copies of dependencies' classes
generate_1_6_classes.patch | (download)

src/com/esotericsoftware/reflectasm/ConstructorAccess.java | 2 1 + 1 - 0 !
src/com/esotericsoftware/reflectasm/FieldAccess.java | 2 1 + 1 - 0 !
src/com/esotericsoftware/reflectasm/MethodAccess.java | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 creating v1_6 classes to follow asm new visitframe() method
switching_to_OpenJDK17.patch | (download)

test/com/esotericsoftware/reflectasm/ConstructorAccessTest.java | 41 27 + 14 - 0 !
1 file changed, 27 insertions(+), 14 deletions(-)

 updating constructoraccesstest.java to fit the changes in class
 loading brought by OpenJDK17. These changes will be in next upstream version.
disable_flaky_assertion.patch | (download)

test/com/esotericsoftware/reflectasm/ClassLoaderTest.java | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 deactivating assertions that appear to be flaky