@@ -375,8 +375,9 @@ configure([rootProject] + javaProjects) { project ->
375
375
" https://tiles.apache.org/tiles-request/apidocs/" ,
376
376
" https://tiles.apache.org/framework/apidocs/" ,
377
377
" https://www.eclipse.org/aspectj/doc/released/aspectj5rt-api/" ,
378
- " https://www.ehcache.org/apidocs/2.10.4/" ,
379
- " https://www.quartz-scheduler.org/api/2.3.0/" ,
378
+ // Temporarily commenting out Ehcache and Quartz since javadoc on JDK 8 cannot access them.
379
+ // "https://www.ehcache.org/apidocs/2.10.4/",
380
+ // "https://www.quartz-scheduler.org/api/2.3.0/",
380
381
" https://www.javadoc.io/doc/com.fasterxml.jackson.core/jackson-core/2.12.7/" ,
381
382
" https://www.javadoc.io/doc/com.fasterxml.jackson.core/jackson-databind/2.12.7/" ,
382
383
" https://www.javadoc.io/doc/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.12.7/" ,
@@ -388,7 +389,8 @@ configure([rootProject] + javaProjects) { project ->
388
389
// "https://junit.org/junit5/docs/5.8.2/api/",
389
390
" https://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/" ,
390
391
" https://javadoc.io/static/io.rsocket/rsocket-core/1.1.1/" ,
391
- " https://r2dbc.io/spec/0.8.5.RELEASE/api/" ,
392
+ // Temporarily commenting out R2DBC since javadoc on JDK 8 cannot access it.
393
+ // "https://r2dbc.io/spec/0.8.5.RELEASE/api/",
392
394
// The external Javadoc link for JSR 305 must come last to ensure that types from
393
395
// JSR 250 (such as @PostConstruct) are still supported. This is due to the fact
394
396
// that JSR 250 and JSR 305 both define types in javax.annotation, which results
0 commit comments