Skip to content

Commit 04742b4

Browse files
committed
Merged in issue/DCPL-1801/fix-javadoc (pull request spring-projects#2)
DCPL-1801 comment inaccesible urls for javadoc generation Approved-by: Tom Rijnbeek
2 parents 616e181 + ea54b98 commit 04742b4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -378,25 +378,25 @@ configure([rootProject] + javaProjects) { project ->
378378
// Temporarily commenting out Ehcache and Quartz since javadoc on JDK 8 cannot access them.
379379
// "https://www.ehcache.org/apidocs/2.10.4/",
380380
// "https://www.quartz-scheduler.org/api/2.3.0/",
381-
"https://www.javadoc.io/doc/com.fasterxml.jackson.core/jackson-core/2.12.7/",
382-
"https://www.javadoc.io/doc/com.fasterxml.jackson.core/jackson-databind/2.12.7/",
383-
"https://www.javadoc.io/doc/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.12.7/",
381+
// "https://www.javadoc.io/doc/com.fasterxml.jackson.core/jackson-core/2.12.7/",
382+
// "https://www.javadoc.io/doc/com.fasterxml.jackson.core/jackson-databind/2.12.7/",
383+
// "https://www.javadoc.io/doc/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.12.7/",
384384
"https://hc.apache.org/httpcomponents-client-5.1.x/current/httpclient5/apidocs/",
385385
"https://projectreactor.io/docs/test/release/api/",
386386
"https://junit.org/junit4/javadoc/4.13.2/",
387387
// Disabling linking to JUnit 5.8.2, since the `package-list` file no longer exists due to
388388
// https://github.com/junit-team/junit5/commit/67ad4e545518b0ce2b0e7c96df31a669866d5003.
389389
// "https://junit.org/junit5/docs/5.8.2/api/",
390390
"https://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/",
391-
"https://javadoc.io/static/io.rsocket/rsocket-core/1.1.1/",
391+
// "https://javadoc.io/static/io.rsocket/rsocket-core/1.1.1/",
392392
// Temporarily commenting out R2DBC since javadoc on JDK 8 cannot access it.
393393
// "https://r2dbc.io/spec/0.8.5.RELEASE/api/",
394394
// The external Javadoc link for JSR 305 must come last to ensure that types from
395395
// JSR 250 (such as @PostConstruct) are still supported. This is due to the fact
396396
// that JSR 250 and JSR 305 both define types in javax.annotation, which results
397397
// in a split package, and the javadoc tool does not support split packages
398398
// across multiple external Javadoc sites.
399-
"https://www.javadoc.io/doc/com.google.code.findbugs/jsr305/3.0.2/"
399+
// "https://www.javadoc.io/doc/com.google.code.findbugs/jsr305/3.0.2/"
400400
] as String[]
401401
}
402402

0 commit comments

Comments
 (0)