Commit e045668
authored
Use ES build instead of xpack inside xpack info action (elastic#122859) (elastic#122869)
Xpack used to be a plugin to Elasticsearch, and existed in a separate
repository. So it had a separate build hash and date, which is exposed
through the xpack info API. Since xpack is no longer a plugin, and part
of the Elasticsearch repository, having a separate build info is no
longer necessary. This commit keeps the xpack info content intact, but
switches the implemntation to look at the Elasticsearch build details,
and removes the xpack build info class.1 parent a771860 commit e045668
File tree
2 files changed
+2
-79
lines changed- x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core
- action
2 files changed
+2
-79
lines changedLines changed: 0 additions & 77 deletions
This file was deleted.
x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/action/TransportXPackInfoAction.java
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | | - | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments