Skip to content

Commit 33cddef

Browse files
committed
Upgrade Javadoc URLs for JDK 17 based build
Prior to this commit, the Javadoc task would fail on `spring-context-indexer` and `spring-instrumentation`. It seems that missing remote docs or HTTP redirects were failing the process. This commit removes the missing published Javadocs and updates the version for the JDK API. See gh-17778
1 parent 4e3d1fa commit 33cddef

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -365,11 +365,10 @@ configure([rootProject] + javaProjects) { project ->
365365
}
366366

367367
ext.javadocLinks = [
368-
"https://docs.oracle.com/javase/8/docs/api/",
369-
"https://docs.oracle.com/javaee/7/api/",
368+
"https://docs.oracle.com/en/java/javase/17/docs/api/",
369+
"https://javaee.github.io/javaee-spec/javadocs/",
370370
"https://docs.oracle.com/cd/E13222_01/wls/docs90/javadocs/", // CommonJ
371371
"https://www.ibm.com/docs/api/v1/content/SSEQTP_8.5.5/com.ibm.websphere.javadoc.doc/web/apidocs/",
372-
"https://glassfish.java.net/nonav/docs/v3/api/",
373372
"https://docs.jboss.org/jbossas/javadoc/4.0.5/connector/",
374373
"https://docs.jboss.org/jbossas/javadoc/7.1.2.Final/",
375374
"https://tiles.apache.org/tiles-request/apidocs/",

0 commit comments

Comments
 (0)