v1.6.0-RC-1
Pre-release
Pre-release
Solr running in standalone server - High Performance, tiny, fast, easy, standalone deployment. This release works with all Solr versions since 4.x including experimental support for Solr 6.
- Fixes for launching 5.4.1 and 6.0 where servlets have changed.
- Tested with Solr 5.3.1, 5..4.1 and 6.0.0 nightlies
- 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-RC-1
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.
- To run, you will need the Solr-Undertow release and to download a Solr Distribution (for a few versions of Solr, a combined release is available below)
Internal changes:
- update to Kotlin 1.0.0
- Undertow to 1.3.0.Final (newer than this has issues, need to research)
- Klutter updated to 0.15.0