Make build info pluggable internally (#97768)

This commit makes the Build.current() pluggable. This is only available
for internal builds.
This commit is contained in:
Ryan Ernst 2023-07-19 06:02:57 -07:00 committed by GitHub
parent c7c1dc1914
commit 57d5fbd639
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 104 additions and 53 deletions

View file

@ -385,6 +385,7 @@ module org.elasticsearch.server {
uses org.elasticsearch.jdk.ModuleQualifiedExportsService;
uses org.elasticsearch.node.internal.TerminationHandlerProvider;
uses org.elasticsearch.internal.VersionExtension;
uses org.elasticsearch.internal.BuildExtension;
provides org.apache.lucene.codecs.PostingsFormat
with