From 683733a6827276437bc4c9bbc593592f732b2e95 Mon Sep 17 00:00:00 2001 From: Sam Brannen <104798+sbrannen@users.noreply.github.com> Date: Fri, 24 Jan 2025 15:31:03 +0100 Subject: [PATCH] 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 https://github.com/eclipse-aspectj/aspectj/issues/321 See gh-34293 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7407cd018d1..d3b944cbfba 100644 --- a/build.gradle +++ b/build.gradle @@ -91,7 +91,7 @@ configure([rootProject] + javaProjects) { project -> "https://docs.oracle.com/en/java/javase/17/docs/api/", "https://jakarta.ee/specifications/platform/9/apidocs/", "https://docs.jboss.org/hibernate/orm/5.6/javadocs/", - "https://eclipse.dev/aspectj/doc/released/1.9.22.1/aspectjrt/", + "https://eclipse.dev/aspectj/doc/latest/runtime-api/", "https://www.quartz-scheduler.org/api/2.3.0/", "https://fasterxml.github.io/jackson-core/javadoc/2.14/", "https://fasterxml.github.io/jackson-databind/javadoc/2.14/",