c5d155efe9
This change always serializes the version with the user so that we have this information for times when we need to make changes and deal with serialization changes. We do this in the authentication service because the user object is also serialized as part of the get users response and the StreamInput there will have the appropriate version set on it already and we do not need to add it in that case. Closes elastic/elasticsearch#1747 Original commit: elastic/x-pack-elasticsearch@a7ceece09c |
||
---|---|---|
buildSrc | ||
dev-tools | ||
elasticsearch | ||
.dir-locals.el | ||
.projectile | ||
GRADLE.CHEATSHEET | ||
LICENSE.txt | ||
README.asciidoc | ||
build.gradle | ||
gradle.properties | ||
settings.gradle |
README.asciidoc
= Elasticsearch X Plugins A set of Elastic's commercial plugins: - License - Shield - Watcher - Marvel = Setup You must checkout x-plugins and elasticsearch in the same directory as siblings. This elasticsearch checkout will be used when building x-plugins.