mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
- Added the notion of `Licensee.Status` (holds both the `License.OperationMode` and the `LicenseState`) - Added a support base class for all `Licensee` implementations. The idea behind this is that implementations will centralized the licensing logic in one class (same as `MarvelLicensee` does), but if there's a requirement for more "proactiveness" on license status change, different components can register a `Licensee.Listener` to be notified on license changes. - Since we introduced `License.OperationMode` as part of the license refactoring, there's no need anymore for Marvel's `Mode` enum. Closes elastic/elasticsearch#690 Original commit: elastic/x-pack-elasticsearch@8a66bc163f
= Elasticsearch X Plugins A set of Elastic's commercial plugins: - License - Shield - Watcher - Marvel
Description
Languages
Java
99.5%
Groovy
0.4%