On Solr main using JDK 17, I am getting the following when running
`./gradlew check -x test`. I've been getting this for a few weeks but
finally digging into why.

file:///Users/risdenk/repos/apache/solr/solr/documentation/build/site/modules/jwt-auth/org/apache/solr/handler/admin/api/ModifyJWTAuthPluginConfigAPI.html
  BROKEN LINK:
file:///Users/risdenk/repos/apache/solr/solr/documentation/build/site/core/org/apache/solr/handler/admin/api/JWTConfigurationPayload.html
  BROKEN LINK:
file:///Users/risdenk/repos/apache/solr/solr/documentation/build/site/core/org/apache/solr/handler/admin/api/JWTConfigurationPayload.html

It looks like this could be because of split packages? jwt-auth and core
both having org.apache.solr.handler.admin.api? I don't know how to debug
this further yet.

I'm specifically using this version of JDK 17 on an M1 Mac:

openjdk version "17.0.3" 2022-04-19
OpenJDK Runtime Environment Temurin-17.0.3+7 (build 17.0.3+7)
OpenJDK 64-Bit Server VM Temurin-17.0.3+7 (build 17.0.3+7, mixed mode)

Kevin Risden

Reply via email to