Remove XPackExtension break from 7.0 it's ported to 6.3
Original commit: elastic/x-pack-elasticsearch@5e8ebda481
This commit is contained in:
parent
5a86450df7
commit
5fb3add5fd
|
@ -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>>
|
||||||
|
|
Loading…
Reference in New Issue