elasticsearch/server
Luca Cavanna 77a7bb607e
Fix .tasks index strict mapping: parent_id should be parent_task_id (#48393)
* Fix .tasks index strict mapping: parent_id should be parent_task_id

The .tasks index has mappings that's strictly defined. `parent_task_id`
was defined as `parent_id` though which would cause an exception in case
a task is persisted that has a parent task id set.

While at it, a couple of compiler warnings were addressed and a test
request builder was removed in favour of using its corresponding request.

* increment version
2019-10-25 15:14:30 +02:00
..
licenses upgrade to Lucene-snapshot-25968e3b75e (#48203) 2019-10-18 07:48:52 +02:00
src Fix .tasks index strict mapping: parent_id should be parent_task_id (#48393) 2019-10-25 15:14:30 +02:00
build.gradle Remove eclipse conditionals (#44075) 2019-10-03 10:50:46 +03:00