diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 550e5cf3639..1c1bca75971 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -67,27 +67,25 @@ Apache ZooKeeper 3.4.5 Upgrading from Solr 4.2.0 ---------------------- -* SOLR-4623: The output path for copyFields and dynamicFields has been changed - from all lowercase "copyfields" and "dynamicfields" to camelCase "copyFields" - and "dynamicFields", respectively, to align with all other schema REST API - outputs, which use camelCase. The URL format remains the same: all resource - names are lowercase. +* In the schema REST API, the output path for copyFields and dynamicFields + has been changed from all lowercase "copyfields" and "dynamicfields" to + camelCase "copyFields" and "dynamicFields", respectively, to align with all + other schema REST API outputs, which use camelCase. The URL format remains + the same: all resource names are lowercase. See SOLR-4623 for details. -* SOLR-3706: Slf4j/logging jars are no longer included in the Solr webapp. All - logging jars are now in example/lib/ext. If you are using another webapp - container, these jars will need to go in the corresponding location for that - container. Changing logging impls is now as easy as updating the jars in this - folder with those necessary for the logging impl you would like. For more - details, see the Slf4j documentation. +* Slf4j/logging jars are no longer included in the Solr webapp. All logging + jars are now in example/lib/ext. Changing logging impls is now as easy as + updating the jars in this folder with those necessary for the logging impl + you would like. If you are using another webapp container, these jars will + need to go in the corresponding location for that container. + In conjunction, the dist-excl-slf4j and dist-war-excl-slf4 build targets + have been removed since they are redundent. See the Slf4j documentation, + SOLR-3706, and SOLR-4651 for more details. -* SOLR-4651: The dist-excl-slf4j build target no longer exists. SOLR-3706 - eliminated the dist-war-excl-slf4j target and made dist-excl-slf4j - redundant. - -* SOLR-4622: The hardcoded SolrCloud defaults for 'hostContext="solr"' and +* The hardcoded SolrCloud defaults for 'hostContext="solr"' and 'hostPort="8983"' have been deprecated and will be removed in Solr 5.0. Existing solr.xml files that do not have these options explicitly specified - should be updated accordingly. + should be updated accordingly. See SOLR-4622 for more details. Detailed Change List