aboutsummaryrefslogtreecommitdiffstats
path: root/weaver/src/test
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2021-03-13 14:16:30 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2021-03-13 14:16:30 +0700
commit07af5d416e94791eb92ae1123e87394e8d22ad80 (patch)
tree3ebcb45b6f5a159cc10bdc4bd9391b05ba6cbdc8 /weaver/src/test
parent8ea523635a79807c9b9db79f0c90ff3e2d2d29aa (diff)
downloadaspectj-07af5d416e94791eb92ae1123e87394e8d22ad80.tar.gz
aspectj-07af5d416e94791eb92ae1123e87394e8d22ad80.zip
Make BCEL classpath utility recognise Java 15, fixing many tests
Inside org.aspectj.apache.bcel.util.ClassPath.getClassPath(), some JVM version matching occurs which previously did not include Java 15. Technically, AspectJ 1.9.6 does not support Java 15, but on GitHub Actions there is a build job running on a JVM 15. This change should at least make the weaver tests pass, making that test job more meaningful. This fixes test errors like java.lang.ClassCastException: class org.aspectj.weaver.MissingResolvedTypeWithKnownSignature cannot be cast to class org.aspectj.weaver.ReferenceType (org.aspectj.weaver.MissingResolvedTypeWithKnownSignature and org.aspectj.weaver.ReferenceType are in unnamed module of loader 'app') Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'weaver/src/test')
0 files changed, 0 insertions, 0 deletions