mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-12 16:05:28 +00:00
Added a class under test that is used to keep track of changes that we might have to make once we upgrade versions of dependencies, especially elasticsearch core. Every change is listed as a specific assert that trips with a future version of es core, with a meaningful description that explains what needs to be done. NOTE: changes suggested by asserts descriptions may break backwards compatibility. The same shield jar is supposed to work against multiple es core versions, thus if we make a change in shield that requires e.g. es core 1.4.1 it means that the next shield release won't support es core 1.4.0 anymore. In many cases we will just have to bump the version of the assert then, unless we want to break backwards compatibility, but the idea is that this class helps keeping track of this and eventually making changes when needed. Closes elastic/elasticsearch#560 Original commit: elastic/x-pack-elasticsearch@fabe3858c1
= Elasticsearch Security Plugin This plugins adds security features to elasticsearch You can build the plugin with `mvn package`. The documentation is put in the `docs/` directory.
Description
Languages
Java
99.5%
Groovy
0.4%