You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Kevin Risden (Jira)" <ji...@apache.org> on 2022/08/05 14:13:00 UTC

[jira] [Comment Edited] (SOLR-16325) JWT module Javadoc split package issue on JDK16+

    [ https://issues.apache.org/jira/browse/SOLR-16325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17575861#comment-17575861 ] 

Kevin Risden edited comment on SOLR-16325 at 8/5/22 2:12 PM:
-------------------------------------------------------------

[~gerlowskija] can you check and see if the change I made here makes sense based on what was intended in SOLR-15738?


was (Author: risdenk):
@gerlowskija can you check and see if the change I made here makes sense based on what was intended in SOLR-15738?

> JWT module Javadoc split package issue on JDK16+
> ------------------------------------------------
>
>                 Key: SOLR-16325
>                 URL: https://issues.apache.org/jira/browse/SOLR-16325
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Kevin Risden
>            Assignee: Kevin Risden
>            Priority: Minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> https://lists.apache.org/thread/g85x7c1f1lkcjrw37rdq0zd6mokr8lsx
> 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.
> {code:java}
> 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
> {code}
> 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)
> ----
> It looks like this same error is happening on Jenkins for a wide variety of
> JDKs: searching for "All tests passed"
> JDK 16.0.2
> JDK 17.0.3
> JDK 18
> JDK 19-ea+27
> However it looks like this might only be happening on main? I only see
> these failures on main for the past ~30 days. These also look to only
> happen on Policeman jenkins - but I would guess this is due to the JDK
> version being updated there compared to Apache ASF servers?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org