Remove XPackExtension break from 7.0 it's ported to 6.3

Original commit: elastic/x-pack-elasticsearch@5e8ebda481
This commit is contained in:
Simon Willnauer 2018-01-29 10:42:12 +01:00
parent 5a86450df7
commit 5fb3add5fd
1 changed files with 0 additions and 4 deletions

View File

@ -31,10 +31,6 @@ Security::
mappings, get field mappings and field capabilities API are now only the ones mappings, get field mappings and field capabilities API are now only the ones
that the user is authorized to access in case field level security is enabled. that the user is authorized to access in case field level security is enabled.
* The legacy `XPackExtension` extension mechanism has been removed and replaced
with an SPI based extension mechanism that is installed and built as an elasticsearch
plugin.
See also: See also:
* <<breaking-changes-7.0,{es} Breaking Changes>> * <<breaking-changes-7.0,{es} Breaking Changes>>