You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug is was originally discovered and discussed as a Spring AOP issue. In order for it to be part of the issue list for the next AspectJ release, this tracker issue was created.
Instead of using a pre-generated JAR, the source code generating the
class with reordered methods (bridge method first) is now compiled
directly before usage. This is possible, because in the previous commit
ASM was put on the Ajc classpath for tests.
Relates to #256.
Signed-off-by: Alexander Kriegisch <[email protected]>
Instead of using a pre-generated JAR, the source code generating the
class with reordered methods (bridge method first) is now compiled
directly before usage. This is possible, because in the previous commit
ASM was put on the Ajc classpath for tests.
Relates to #256.
Signed-off-by: Alexander Kriegisch <[email protected]>
This bug is was originally discovered and discussed as a Spring AOP issue. In order for it to be part of the issue list for the next AspectJ release, this tracker issue was created.
Fixes spring-projects/spring-framework#27761.
The text was updated successfully, but these errors were encountered: