OpenSearch/distribution/tools
Jason Tedor 91d0996e08
Remove unnecessary method in JvmOptionsParser (#52173)
Back when the distribution launchers were compiled to target JDK 7, we
did not have access to the String#join method to space-delimit JVM
options. Since the launchers now target the same minimum JDK as
Elasticsearch itself, we now have access to this method and can replace
the use of spaceDelimitJvmOptions with String#join. This commit does
that.
2020-02-10 20:22:02 -05:00
..
java-version-checker Format projects under :distribution:tools (#51292) 2020-01-22 11:19:17 +00:00
launchers Remove unnecessary method in JvmOptionsParser (#52173) 2020-02-10 20:22:02 -05:00
plugin-cli Adjust jarHell and 3rd party audit exclusions (#51733) (#51766) 2020-02-10 07:38:59 +02:00