7fcf05dcb1
The LicenseState class exists to distinguish when a license is enabled, vs being inside its grace period. However, the consumers of this state do not care whether the license is in the grace period, they view that and an active license as the same thing. The only part that cares about the grace period is in the license service which logs a warning when a license begins its grace period. This change removes the LicenseState enum in favor of a simple boolean indicating whether the license is active. Original commit: elastic/x-pack-elasticsearch@5a90a0e3d4 |
||
---|---|---|
.. | ||
keys | ||
src | ||
.gitignore |