This is an automated email from the ASF dual-hosted git repository.

mdrob pushed a commit to branch jira/solr-15556-antora
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/jira/solr-15556-antora by this 
push:
     new 32b8575  Update xref links, add a few TODOs
32b8575 is described below

commit 32b85758d98fe78eaea4c309a1f42e3b3d02342a
Author: Mike Drob <[email protected]>
AuthorDate: Wed Jan 26 10:57:44 2022 -0600

    Update xref links, add a few TODOs
---
 solr/solr-ref-guide/build.gradle                                      | 3 +++
 .../modules/upgrade-notes/pages/major-changes-in-solr-9.adoc          | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/solr/solr-ref-guide/build.gradle b/solr/solr-ref-guide/build.gradle
index 55d1244..7598960 100644
--- a/solr/solr-ref-guide/build.gradle
+++ b/solr/solr-ref-guide/build.gradle
@@ -322,4 +322,7 @@ antora {
     ].collectEntries {
         propKey, depGroup, depId -> [propKey, "${ -> 
project.getVersion(depGroup, depId) }"]
     }.collect { k,v -> ['--attribute', "$k=$v"]}.flatten() + '--fetch'
+
+  // TODO figure out if we can fail the build when this task outputs errors 
about broken links
+  // TODO declare inputs and outputs so that we can cache the results
 }
diff --git 
a/solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-9.adoc 
b/solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-9.adoc
index 8b0530d..a3cca57 100644
--- 
a/solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-9.adoc
+++ 
b/solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-9.adoc
@@ -69,7 +69,7 @@ The `dist/` directory in the Solr binary release has been 
removed as of Solr 9.0
 * The Solr module jars can be found in `contrib/<module-name>/lib`, packaged 
individually for each module.
 * The `solrj-deps` (SolrJ Dependencies) are no longer separated out from the 
other Server jars.
 Please refer to the SolrJ Maven artifact to see the exact dependencies you 
need to include from `server/solr-webapp/webapp/WEB-INF/lib/` and 
`server/lib/ext/` if you are loading in SolrJ manually.
-If you plan on using SolrJ as a JDBC driver, please refer to the 
<<sql-query.adoc#generic-clients,JDBC documentation>>.
+If you plan on using SolrJ as a JDBC driver, please refer to the 
xref:query-guide:sql-query.adoc#generic-clients[JDBC documentation]
 
 == Solr 9.0 Raw Notes
 
@@ -207,7 +207,7 @@ If you rely upon the previous behavior, then you can change 
the clientPortAddres
 * SOLR-15916: `dist/` is no longer provided in the binary release.
 All module jars are now provided under `contrib/<name>/lib`, including the 
module jar and all dependency jars.
 Please update your `<lib>` entries in your `solrconfig.xml` to use this new 
location.
-More information can be found in the 
<<libs.adoc#lib-directives-in-solrconfig,Libs documentation>>.
+More information can be found in the 
xref:configuration-guide:libs.adoc#lib-directives-in-solrconfig[Libs 
documentation].
 
 * SOLR-14067: `StatelessScriptUpdateProcessorFactory` moved to 
`contrib/scripting` package instead of shipping as part of Solr, due to 
security concerns.
 Renamed to ScriptUpdateProcessorFactory for simpler name.

Reply via email to