@@ -378,25 +378,25 @@ configure([rootProject] + javaProjects) { project ->
378
378
// Temporarily commenting out Ehcache and Quartz since javadoc on JDK 8 cannot access them.
379
379
// "https://www.ehcache.org/apidocs/2.10.4/",
380
380
// "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/",
384
384
" https://hc.apache.org/httpcomponents-client-5.1.x/current/httpclient5/apidocs/" ,
385
385
" https://projectreactor.io/docs/test/release/api/" ,
386
386
" https://junit.org/junit4/javadoc/4.13.2/" ,
387
387
// Disabling linking to JUnit 5.8.2, since the `package-list` file no longer exists due to
388
388
// https://github.com/junit-team/junit5/commit/67ad4e545518b0ce2b0e7c96df31a669866d5003.
389
389
// "https://junit.org/junit5/docs/5.8.2/api/",
390
390
" 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/",
392
392
// Temporarily commenting out R2DBC since javadoc on JDK 8 cannot access it.
393
393
// "https://r2dbc.io/spec/0.8.5.RELEASE/api/",
394
394
// The external Javadoc link for JSR 305 must come last to ensure that types from
395
395
// JSR 250 (such as @PostConstruct) are still supported. This is due to the fact
396
396
// that JSR 250 and JSR 305 both define types in javax.annotation, which results
397
397
// in a split package, and the javadoc tool does not support split packages
398
398
// 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/"
400
400
] as String []
401
401
}
402
402
0 commit comments