diff --git a/objectweb-asm-9.2-build.tar.xz b/objectweb-asm-9.2-build.tar.xz index dcd0485..4e8a0e4 100644 --- a/objectweb-asm-9.2-build.tar.xz +++ b/objectweb-asm-9.2-build.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7a9220ee3c36484b7aa948958d2bc8d42cad65b55637e6ef01f3e6adabfff229 -size 2604 +oid sha256:bb6232e71bdbc26e3bd6bae6741450f3453d0e053d0cb3319edf7b4f26118194 +size 3468 diff --git a/objectweb-asm.changes b/objectweb-asm.changes index 928821c..7ebe95a 100644 --- a/objectweb-asm.changes +++ b/objectweb-asm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 2 17:03:01 UTC 2022 - Fridrich Strba + +- Build asm as modular jar files to be used as such by java >= 9 +- Leave asm-all.jar as a non-modular jar + ------------------------------------------------------------------- Wed Oct 20 19:54:36 UTC 2021 - Fridrich Strba @@ -12,29 +18,29 @@ Wed Oct 20 19:54:36 UTC 2021 - Fridrich Strba * Javadoc fixes * bug fixes + 317942: ClassCheckAdaptor output represents reference arrays - as only their "root" component type + as only their "root" component type + 317921: Make Analyzer not require correct maxs or calculate - maxs fast + maxs fast + 317922: InstructionAdapter shall throw consistent exceptions + 317923: Incorrect documentation on ClassReader's use of - AnnotationVisitor + AnnotationVisitor + 317929: ClassRemapper doesn't remap annotation values + 317930: Can CheckClassAdapter.checkTypeRef throw a more - specific exception? + specific exception? + 317931: Shall CheckMethodAdapter.Method.visitLabel throw - IllegalStateException? + IllegalStateException? + Tests that requires preview features should only run if the - preview features of the right JDK are enabled + preview features of the right JDK are enabled + 317897: AdviceAdapter incorrectly emits onMethodEnter from a - try-catch block in a constructor + try-catch block in a constructor + 317900: Javadoc of ClassVisitor does not specify order of - visitRecordComponent + visitRecordComponent + 317904: Bug with constructors in AdviceAdapter + 317910: Iterating over a InsnList with an iterator traverses - the list twice + the list twice + 317898: ASM 8 does not support writing of empty records + 317896: Performance degradation when using dynamic constants - as a static paramet to another InDy/ConDy + as a static paramet to another InDy/ConDy + 317885: SKIP_DEBUG now skips MethodParameters attributes ------------------------------------------------------------------- diff --git a/objectweb-asm.spec b/objectweb-asm.spec index a5ed7eb..6693e91 100644 --- a/objectweb-asm.spec +++ b/objectweb-asm.spec @@ -1,7 +1,7 @@ # # spec file for package objectweb-asm # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -102,9 +102,6 @@ for i in asm asm-analysis asm-commons asm-tree asm-util asm-all; do %pom_remove_parent ${i} done -# We don't want to build modular jars -find . -name module-info.java -print -delete - %build %ant \ package javadoc