This is an automated email from the ASF dual-hosted git repository.
epugh pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push:
new 241617dac5d SOLR-17315: Fix message formatting (#2511)
241617dac5d is described below
commit 241617dac5d2777423d63706e64b8b002efab659
Author: Eric Pugh <[email protected]>
AuthorDate: Sun Jun 9 15:11:53 2024 -0400
SOLR-17315: Fix message formatting (#2511)
---
solr/CHANGES.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 4553df2864b..dfc6c3158b4 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -56,6 +56,8 @@ Bug Fixes
* SOLR-17317: v2 APIs no longer return the incorrect content-type when
'wt=json' specified (Jason Gerlowski)
+* SOLR-17315: Fixed "next step" example urls generated by bin/solr create
commands to use the newly created collection/core name. (Eric Pugh)
+
Dependency Upgrades
---------------------
(No changes)