forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove direct snakeyaml dependency from launcher tools (elastic#86248)
The launcher tools currently depend on snakeyaml for doing a rough parsing of elasticsearch.yml to determine node roles for heap settings. However, the launchers (and in the future, the server-cli) already have the rest of server available on the classpath. This change removes snakeyaml and replaces it with x-content. relates elastic#85758
- Loading branch information
Showing
8 changed files
with
22 additions
and
260 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 0 additions & 6 deletions
6
build-tools-internal/src/main/resources/forbidden/snakeyaml-signatures.txt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
176 changes: 0 additions & 176 deletions
176
distribution/tools/server-cli/licenses/snakeyaml-LICENSE.txt
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
distribution/tools/server-cli/licenses/snakeyaml-NOTICE.txt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters