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

Cassandra Targett commented on SOLR-14321:
------------------------------------------

That page is actually published with the Ref Guide online: 
https://lucene.apache.org/solr/guide/8_4/how-to-contribute.html#ref-guide-publication-process.
 It's the same page, just packaged into that one during the build. Just FYI.

That is the process, but to date we have never re-published any guide. This 
isn't the first mistake we've found that impacts every previously published 
version. I'm not saying we can't or shouldn't re-publish, only that we never 
have. 

Before 8.2, the Guide was officially actually the PDF, which required a VOTE. 
One reason why we didn't re-publish was because those older versions would have 
required a new VOTE, etc., and it never seemed worth it. I think it would be a 
valid question to wonder if you plan on re-publishing 6.6 and all of 7.x and 
8.x so far, do you need to generate a new PDF for those versions where it was 
the official version (and VOTE on them)?

One reason I wanted to drop the PDF (can't remember if I articulated it or not) 
was to make the potential to re-publish simpler. Maybe you can make it easier 
on yourself and only re-publish the last couple versions? Not sure how critical 
you think this error is, though, so it's probably up to you if you want to do 
all that.

> SolrJ with Kerberos docs have removed HttpClientUtil.setConfigurer 
> -------------------------------------------------------------------
>
>                 Key: SOLR-14321
>                 URL: https://issues.apache.org/jira/browse/SOLR-14321
>             Project: Solr
>          Issue Type: Task
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: documentation
>    Affects Versions: 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.6, 7.7, 8.0, 8.1, 8.2, 
> 8.3, 8.4
>            Reporter: Kevin Risden
>            Assignee: Kevin Risden
>            Priority: Major
>
> https://lucene.apache.org/solr/guide/8_4/kerberos-authentication-plugin.html#using-solrj-with-a-kerberized-solr
> {code:java}
> HttpClientUtil.setConfigurer(new Krb5HttpClientConfigurer());
> {code}
> This was removed in Solr 7.0.0 with SOLR-4509 
> (https://github.com/apache/lucene-solr/commit/ce172acb8fec6c3bbb18837a4d640da6c5aad649#diff-ab69354d287d536ce35357f6023bafceL104).
>  This is briefly mentioned here: 
> https://lucene.apache.org/solr/7_0_0/changes/Changes.html#v7.0.0.upgrading_from_solr_6.x
> The replacement should be:
> {code:java}
> HttpClientUtil.setHttpClientBuilder(new Krb5HttpClientBuilder().getBuilder());
> {code}
> An example of this is: 
> https://github.com/apache/ranger/blob/master/security-admin/src/main/java/org/apache/ranger/solr/SolrMgr.java#L114



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to