You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by sv...@apache.org on 2023/05/31 15:21:28 UTC

svn commit: r1083310 [3/3] - in /sites/solr/guide: search-index.js sitemap.xml solr/9_0/upgrade-notes/major-changes-in-solr-9.html solr/9_1/upgrade-notes/major-changes-in-solr-9.html solr/latest/upgrade-notes/major-changes-in-solr-9.html

Modified: sites/solr/guide/solr/9_0/upgrade-notes/major-changes-in-solr-9.html
URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/9_0/upgrade-notes/major-changes-in-solr-9.html?rev=1083310&r1=1083309&r2=1083310&view=diff
==============================================================================
--- sites/solr/guide/solr/9_0/upgrade-notes/major-changes-in-solr-9.html (original)
+++ sites/solr/guide/solr/9_0/upgrade-notes/major-changes-in-solr-9.html Wed May 31 15:21:28 2023
@@ -1255,7 +1255,7 @@ If you rely upon the previous behavior,
 This may require some more disk space for logs than was the case in version 8.x. See <a href="../deployment-guide/configuring-logging.html" class="xref page">Configuring Logging</a> for how to change this.</p>
 </li>
 <li>
-<p>Hadoop authentication support has been moved to the new <code>hadoop-auth</code> module. Existing Solr configurations do not need any Hadoop authentication related changes, however the module needs to be installed - see the section <a href="../deployment-guide/hadoop-authentication-plugin.html" class="xref page">Hadoop Authentication Plugin</a>.</p>
+<p>Hadoop authentication support has been moved to the new <code>hadoop-auth</code> module. Users need to add the module <code>hadoop-auth</code> to classpath. The plugins has also changed package name to <code>org.apache.solr.security.hadoop</code>, but can still be loaded as shortform <code>class="solr.HadoopAuthPlugin"</code>, <code>class="solr.ConfigurableInternodeAuthHadoopPlugin"</code> or <code>class="solr.KerberosPlugin"</code>  - see the section <a href="../deployment-guide/hadoop-authentication-plugin.html" class="xref page">Hadoop Authentication Plugin</a>.</p>
 </li>
 <li>
 <p><a href="../deployment-guide/jwt-authentication-plugin.html" class="xref page">JWTAuthPlugin</a> has been moved to a module. Users need to add the module <code>jwt-auth</code> to classpath. The plugin has also

Modified: sites/solr/guide/solr/9_1/upgrade-notes/major-changes-in-solr-9.html
URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/9_1/upgrade-notes/major-changes-in-solr-9.html?rev=1083310&r1=1083309&r2=1083310&view=diff
==============================================================================
--- sites/solr/guide/solr/9_1/upgrade-notes/major-changes-in-solr-9.html (original)
+++ sites/solr/guide/solr/9_1/upgrade-notes/major-changes-in-solr-9.html Wed May 31 15:21:28 2023
@@ -1295,7 +1295,7 @@ If you rely upon the previous behavior,
 This may require some more disk space for logs than was the case in version 8.x. See <a href="../deployment-guide/configuring-logging.html" class="xref page">Configuring Logging</a> for how to change this.</p>
 </li>
 <li>
-<p>Hadoop authentication support has been moved to the new <code>hadoop-auth</code> module. Existing Solr configurations do not need any Hadoop authentication related changes, however the module needs to be installed - see the section <a href="../deployment-guide/hadoop-authentication-plugin.html" class="xref page">Hadoop Authentication Plugin</a>.</p>
+<p>Hadoop authentication support has been moved to the new <code>hadoop-auth</code> module. Users need to add the module <code>hadoop-auth</code> to classpath. The plugins has also changed package name to <code>org.apache.solr.security.hadoop</code>, but can still be loaded as shortform <code>class="solr.HadoopAuthPlugin"</code>, <code>class="solr.ConfigurableInternodeAuthHadoopPlugin"</code> or <code>class="solr.KerberosPlugin"</code>  - see the section <a href="../deployment-guide/hadoop-authentication-plugin.html" class="xref page">Hadoop Authentication Plugin</a>.</p>
 </li>
 <li>
 <p><a href="../deployment-guide/jwt-authentication-plugin.html" class="xref page">JWTAuthPlugin</a> has been moved to a module. Users need to add the module <code>jwt-auth</code> to classpath. The plugin has also

Modified: sites/solr/guide/solr/latest/upgrade-notes/major-changes-in-solr-9.html
URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/latest/upgrade-notes/major-changes-in-solr-9.html?rev=1083310&r1=1083309&r2=1083310&view=diff
==============================================================================
--- sites/solr/guide/solr/latest/upgrade-notes/major-changes-in-solr-9.html (original)
+++ sites/solr/guide/solr/latest/upgrade-notes/major-changes-in-solr-9.html Wed May 31 15:21:28 2023
@@ -1414,7 +1414,7 @@ If you rely upon the previous behavior,
 This may require some more disk space for logs than was the case in version 8.x. See <a href="../deployment-guide/configuring-logging.html" class="xref page">Configuring Logging</a> for how to change this.</p>
 </li>
 <li>
-<p>Hadoop authentication support has been moved to the new <code>hadoop-auth</code> module. Existing Solr configurations do not need any Hadoop authentication related changes, however the module needs to be installed - see the section <a href="../deployment-guide/hadoop-authentication-plugin.html" class="xref page">Hadoop Authentication Plugin</a>.</p>
+<p>Hadoop authentication support has been moved to the new <code>hadoop-auth</code> module. Users need to add the module <code>hadoop-auth</code> to classpath. The plugins has also changed package name to <code>org.apache.solr.security.hadoop</code>, but can still be loaded as shortform <code>class="solr.HadoopAuthPlugin"</code>, <code>class="solr.ConfigurableInternodeAuthHadoopPlugin"</code> or <code>class="solr.KerberosPlugin"</code>  - see the section <a href="../deployment-guide/hadoop-authentication-plugin.html" class="xref page">Hadoop Authentication Plugin</a>.</p>
 </li>
 <li>
 <p><a href="../deployment-guide/jwt-authentication-plugin.html" class="xref page">JWTAuthPlugin</a> has been moved to a module. Users need to add the module <code>jwt-auth</code> to classpath. The plugin has also