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
Revert "Bump org.aspectj:aspectjweaver from 1.9.22.1 to 1.9.23 (#6058)"
This reverts commit 72600ac.
This was already reverted once two commits ago in
fe14a24 but I forgot to modify the
Dependabot config, so AspectJ was upgraded again in
72600ac hence the revert.
AspectJ does not use semantic versioning so the third number
in the version is not the patch version but it indicates the latest
Java version that is supported (the 4th number is the patch version).
Other than we should not do this in our patch releases,
AspectJ 1.9.23 needed to upgrade the Eclipse JDT compiler in order to
support Java 23 which drops compile-time weaving support for Java 8.
See gh-6058
See gh-6020
See fe14a24
See 72600ac
0 commit comments