-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: ES-2.3.5-nx1
-
Component/s: ElasticSearch
Patch elasticsearch-2.3.5.jar to remove the embedded Joda BaseDateTime impl.
The Elasticsearch impl is only useful for performance reason on the server side, but it may conflict with other Nuxeo Joda usage.
Patch build with the following command:
zip -d elasticsearch-2.3.5.jar 'org/joda/time/base/*'
zip elasticsearch-2.3.5.jar PATCH.txt
mv elasticsearch-2.3.5.jar elasticsearch-2.3.5-nx1.jar
- is required by
-
NXP-19194 Upgrade from Elasticsearch 1.5.2 to 2.x
- Resolved