OpenSearch/buildSrc/src
Ryan Ernst 5a5d6e9ef2
Invert license security disabled helper method (#54043) (#54239)
Xpack license state contains a helper method to determine whether
security is disabled due to license level defaults. Most code needs to
know whether security is enabled, not disabled, but this method exists
so that the security being explicitly disabled can be distinguished from
licence level defaulting to disabled. However, in the case that security
is explicitly disabled, the handlers in question are never registered,
so security is implicitly not disabled explicitly, and thus we can share
a single method to know whether licensing is enabled.
2020-03-25 19:20:10 -07:00
..
main Invert license security disabled helper method (#54043) (#54239) 2020-03-25 19:20:10 -07:00
minimumRuntime/java/org/elasticsearch/gradle Refactor global build info plugin to leverage JavaInstallationRegistry (#54026) 2020-03-23 15:30:10 -07:00
test Introduce aarch64 packaging (#53914) (#53926) 2020-03-22 11:58:11 -04:00
testKit Fix typo in jdk-download testKit build.gradle 2020-03-23 15:05:30 -04:00