]> source.dussan.org Git - aspectj.git/commit
Upgrade to ASM 9.1, delete obsolete ASM binaries
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Sat, 13 Mar 2021 03:42:05 +0000 (10:42 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Tue, 16 Mar 2021 01:21:05 +0000 (08:21 +0700)
commit7fab8259c448aa3185bab27e7bc813bc3512b8a3
treef3b24de90a7ef8580035d1c8794189687e457de1
parent8348a8f6536971b8c1261923f5a5670c97bf1dcb
Upgrade to ASM 9.1, delete obsolete ASM binaries

Keep only ASM 2.0 binary because it is still used in UnweavableTest
which uses an old ASM API, e.g. with a ClassWriter constructor which no
longer exists.

Also add JarJar 1.3 library because it is needed by an Ant task in
lib/asm/build.xml.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
16 files changed:
ajdoc/pom.xml
aspectjmatcher/pom.xml
aspectjtools/pom.xml
aspectjweaver/pom.xml
docs/pom.xml
lib/asm/asm-6.2.1.jar [deleted file]
lib/asm/asm-8.0.1.jar [deleted file]
lib/asm/asm-8.0.1.renamed.jar [deleted file]
lib/asm/asm-9.1.jar [new file with mode: 0644]
lib/asm/asm-9.1.renamed.jar [new file with mode: 0644]
lib/asm/build.xml
lib/jarjar/jarjar-1.3.jar [new file with mode: 0644]
org.aspectj.ajdt.core/src/test/java/org/aspectj/tools/ajc/AjcTestCase.java
tests/pom.xml
weaver/pom.xml
weaver/src/main/java/org/aspectj/weaver/bcel/asm/StackMapAdder.java