This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a change to branch SOLR-17956-deprecate-XLSXResponseWriter
in repository https://gitbox.apache.org/repos/asf/solr.git
omit 99899380476 SOLR-17956 Deprecate the XLSXResponseWriter in v9.10
add c8e0470cf88 SOLR-17458: fix analyzeDependencies (#3771)
add b1c24972654 SOLR-17952: Stream decorator test refactoring - use
underscore rather than dot in aliases (#3761)
add d26b5ef0923 SOLR-17458: Fix ref guide (#3772)
add 780001a5a75 SOLR-17956 Deprecate the XLSXResponseWriter in v9.10
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (99899380476)
\
N -- N -- N refs/heads/SOLR-17956-deprecate-XLSXResponseWriter
(780001a5a75)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
gradle/libs.versions.toml | 7 ++--
solr/CHANGES.txt | 2 ++
solr/core/build.gradle | 12 +++----
solr/modules/cross-dc/build.gradle | 2 +-
solr/modules/cross-dc/gradle.lockfile | 2 +-
solr/modules/jwt-auth/build.gradle | 5 +--
solr/modules/jwt-auth/gradle.lockfile | 4 +--
solr/modules/opentelemetry/build.gradle | 9 ++---
solr/solr-ref-guide/antora.template.yml | 1 -
solr/solr-ref-guide/build.gradle | 11 +++----
.../pages/implicit-requesthandlers.adoc | 20 ------------
.../deployment-guide/pages/metrics-reporting.adoc | 2 +-
.../solrj/io/stream/StreamDecoratorTest.java | 38 +++++++++++-----------
.../solrj/io/stream/StreamExpressionTest.java | 8 ++---
.../io/stream/expr/StreamExpressionParserTest.java | 4 +--
solr/test-framework/build.gradle | 1 +
solr/test-framework/gradle.lockfile | 15 +++++----
17 files changed, 61 insertions(+), 82 deletions(-)