Skip to content

v1.6.0

Compare
Choose a tag to compare
@apatrida apatrida released this 09 Mar 18:54
· 53 commits to master since this release

Solr running in standalone server - High Performance, tiny, fast, easy, standalone deployment. This release works with all Solr versions since 4.x including 5.x and experimental support for Solr 6.

Changes:

  • Solr 5.5.0 is now the default distribution
  • Fixes for launching 5.4.1+ and 6.0 where servlets have changed.
  • Tested with Solr 5.3.1, 5..4.1, 5.5.0 and 6.0.0 branch
  • Allow Solr-Undertow to be embedded in an application, mostly so it can more easily be used in integration tests and for Solr plugin writing. This mode does not have admin UI. Dependency uy.kohesive.solr:solr-undertow:1.6.0 on Maven Central.
  • Changed classloader used for Solr and libExt dir to be child first, helps to isolate classes by loading the more local class before using one from the container.
  • Fixed admin UI to have both new/old links working.

Internal changes:

  • update to Kotlin 1.0.0
  • Undertow to 1.3.18.Final
  • Klutter updated to 0.15.1
  • Solr to 5.5.0 in unit tests
  • Slf4j to 1.7.16 / Logback 1.1.5

Installation:

Install either a release that includes a Solr distribution, or the standalone Solr-Undertow plus any Solr distribution you download. See the README for installation and configuration instructions..