Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restrict build info loading to ES jar, not any jar (#24049)
This change makes the build info initialization only try to load a jar manifest if it is the elasticsearch jar. Anything else (eg a repackaged ES for use of transport client in an uber jar) will contain "Unknown" for the build info as it does for tests currently. fixes #21955
- Loading branch information