mirror of https://github.com/apache/lucene.git
SOLR-5765: Update to SLF4J 1.7.6.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570951 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4fd914a81a
commit
78e550441c
|
@ -220,7 +220,7 @@ org.restlet.jee.version = 2.1.1
|
|||
|
||||
/org.simpleframework/simple-xml = 2.7
|
||||
|
||||
org.slf4j.version = 1.6.6
|
||||
org.slf4j.version = 1.7.6
|
||||
/org.slf4j/jcl-over-slf4j = ${org.slf4j.version}
|
||||
/org.slf4j/jul-to-slf4j = ${org.slf4j.version}
|
||||
/org.slf4j/slf4j-api = ${org.slf4j.version}
|
||||
|
|
|
@ -47,16 +47,6 @@ Detailed Change List
|
|||
New Features
|
||||
----------------------
|
||||
|
||||
* SOLR-5287: You can edit files in the conf directory from the admin UI.
|
||||
(Erick Erickson, Stefan Matheis)
|
||||
Additional work:
|
||||
- SOLR-5446: Admin UI - Allow changing Schema and Config (steffkes)
|
||||
- SOLR-5458: Admin UI - Remove separated Pages for Config & Schema (steffkes)
|
||||
- SOLR-5456: Admin UI - Allow creating new Files (steffkes)
|
||||
- SOLR-5518: Added EditFileRequestHandler to deal with security issues around
|
||||
modifying solr configuration files. (Erick Erickson)
|
||||
- SOLR-5539: Admin UI - Remove ability to create/modify files (steffkes)
|
||||
|
||||
|
||||
Other Changes
|
||||
----------------------
|
||||
|
@ -86,6 +76,7 @@ New Features
|
|||
Bug Fixes
|
||||
----------------------
|
||||
|
||||
|
||||
Other Changes
|
||||
---------------------
|
||||
|
||||
|
@ -94,6 +85,8 @@ Other Changes
|
|||
to not duplicate test resources and fix dependencies among them.
|
||||
(Uwe Schindler)
|
||||
|
||||
* SOLR-5765: Update to SLF4J 1.7.6. (Mark Miller)
|
||||
|
||||
|
||||
================== 4.7.0 ==================
|
||||
|
||||
|
@ -133,13 +126,16 @@ New Features
|
|||
* SOLR-5320: Added support for tri-level compositeId routing.
|
||||
(Anshum Gupta via shalin)
|
||||
|
||||
* SOLR-5287,SOLR-5522,SOLR-5446,SOLR-5456,SOLR-5539,SOLR-5458:
|
||||
Admin UI - Added a new "Files" conf directory browser/file viewer.
|
||||
(steffkes, Erick Erickson)
|
||||
* SOLR-5287: You can edit files in the conf directory from the admin UI
|
||||
(Erick Erickson, Stefan Matheis)
|
||||
|
||||
* SOLR-5447, SOLR-5490: Add a QParserPlugin for Lucene's SimpleQueryParser.
|
||||
(Jack Conradson via shalin)
|
||||
|
||||
* SOLR-5446: Admin UI - Allow changing Schema and Config (steffkes)
|
||||
|
||||
* SOLR-5456: Admin UI - Allow creating new Files (steffkes)
|
||||
|
||||
* SOLR-5208: Support for the setting of core.properties key/values at create-time on
|
||||
Collections API (Erick Erickson)
|
||||
|
||||
|
@ -158,6 +154,9 @@ New Features
|
|||
* SOLR-5506: Support docValues in CollationField and ICUCollationField.
|
||||
(Robert Muir)
|
||||
|
||||
* SOLR-5518: Added EditFileRequestHandler to deal with security issues around modifying
|
||||
solr configuration files.
|
||||
|
||||
* SOLR-5023: Add support for deleteInstanceDir to be passed from SolrJ for Core
|
||||
Unload action. (Lyubov Romanchuk, shalin)
|
||||
|
||||
|
@ -382,12 +381,11 @@ Bug Fixes
|
|||
* SOLR-5620: ZKStateReader.aliases should be volatile to ensure all threads see
|
||||
the latest aliases. (Ramkumar Aiyengar via Mark Miller)
|
||||
|
||||
* SOLR-5448: ShowFileRequestHandler treats everything as Directory, when in
|
||||
Cloud-Mode. (Erick Erickson, steffkes)
|
||||
|
||||
Optimizations
|
||||
----------------------
|
||||
|
||||
* SOLR-5458: Admin UI - Remove separated Pages for Config & Schema (steffkes)
|
||||
|
||||
* SOLR-5436: Eliminate the 1500ms wait in overseer loop as well as
|
||||
polling the ZK distributed queue. (Noble Paul, Mark Miller)
|
||||
|
||||
|
@ -436,6 +434,8 @@ Other Changes
|
|||
* SOLR-5502: Added a test for tri-level compositeId routing with documents
|
||||
having a "/" in a document id. (Anshum Gupta via Mark Miller)
|
||||
|
||||
* SOLR-5539: Admin UI - Remove ability to create/modify files (steffkes)
|
||||
|
||||
* SOLR-5533: Improve out of the box support for running Solr on hdfs with
|
||||
SolrCloud. (Mark Miller)
|
||||
|
||||
|
|
Loading…
Reference in New Issue