janhoy commented on a change in pull request #518:
URL: https://github.com/apache/solr/pull/518#discussion_r783237654



##########
File path: 
solr/contrib/jwt-auth/src/java/org/apache/solr/security/JWTIssuerConfig.java
##########
@@ -408,8 +428,8 @@ private HttpsJwks create(String url) {
   }
 
   /**
-   * Config object for a OpenId Connect well-known config
-   * Typically exposed through /.well-known/openid-configuration endpoint
+   * Config object for a OpenId Connect well-known config Typically exposed 
through

Review comment:
       Hmm, spotless is angry with me today, 
https://github.com/apache/solr/runs/4792054141?check_suite_focus=true
   ```
   * What went wrong:
   Execution failed for task ':solr:contrib:jwt-auth:spotlessJavaCheck'.
   > The following files had format violations:
         
solr/contrib/jwt-auth/src/java/org/apache/solr/security/JWTIssuerConfig.java
             @@ -429,7 +429,8 @@
              
              ··/**
              ···*·Config·object·for·a·OpenId·Connect·well-known·config.
             
-···*·<p>Typically·exposed·through·<code>/.well-known/openid-configuration·endpoint</code></p>
             +···*
             
+···*·<p>Typically·exposed·through·<code>/.well-known/openid-configuration·endpoint</code>
              ···*/
              ··public·static·class·WellKnownDiscoveryConfig·{
              ····private·final·Map<String,·Object>·securityConf;
     Run './gradlew :solr:contrib:jwt-auth:spotlessApply' to fix these 
violations.
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to