Skip to content

Commit 683733a

Browse files
committed
Link to AspectJ "runtime-api" Javadoc site
The AspectJ team has confirmed that the following Javadoc site hosts the latest version (currently 1.9.22.1) of the runtime API for AspectJ, generated with a modern version of the javadoc tool which generates the element-list file required by the Spring Framework build. https://eclipse.dev/aspectj/doc/latest/runtime-api/ See eclipse-aspectj/aspectj#321 See gh-34293
1 parent 11fe298 commit 683733a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ configure([rootProject] + javaProjects) { project ->
9191
"https://docs.oracle.com/en/java/javase/17/docs/api/",
9292
"https://jakarta.ee/specifications/platform/9/apidocs/",
9393
"https://docs.jboss.org/hibernate/orm/5.6/javadocs/",
94-
"https://eclipse.dev/aspectj/doc/released/1.9.22.1/aspectjrt/",
94+
"https://eclipse.dev/aspectj/doc/latest/runtime-api/",
9595
"https://www.quartz-scheduler.org/api/2.3.0/",
9696
"https://fasterxml.github.io/jackson-core/javadoc/2.14/",
9797
"https://fasterxml.github.io/jackson-databind/javadoc/2.14/",

0 commit comments

Comments
 (0)