]> source.dussan.org Git - aspectj.git/commit
IT reproducing GitHub issue 279
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Thu, 8 Feb 2024 04:25:32 +0000 (11:25 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Thu, 8 Feb 2024 05:17:55 +0000 (12:17 +0700)
commitf9c692f93676907c89a8e1ede12fee4d5cbca5dd
treedc5e8ce6e5dfb72e988590f1dc1488a37530cf72
parent37bee450be28a5b5b99ef025b2f4508e9400f226
IT reproducing GitHub issue 279

Test "same class woven concurrently in parallel-capable classloader"
reproduces #279. Originally taken and modified from:
https://gitlab.com/urisimchoni/aspectj-parallel-issue

Co-authored-by: Uri Simchoni <urisimchoni@gmail.com>
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tests/bugs1921/github_279/Application.java [new file with mode: 0644]
tests/bugs1921/github_279/Greeter.java [new file with mode: 0644]
tests/bugs1921/github_279/GreeterImpl.java [new file with mode: 0644]
tests/bugs1921/github_279/HelloInterceptor.java [new file with mode: 0644]
tests/bugs1921/github_279/ParallelCapableClassLoader.java [new file with mode: 0644]
tests/bugs1921/github_279/ant.xml [new file with mode: 0644]
tests/bugs1921/github_279/aop.xml [new file with mode: 0644]
tests/src/test/java/org/aspectj/systemtest/ajc1921/Bugs1921Tests.java
tests/src/test/resources/org/aspectj/systemtest/ajc1921/ajc1921.xml