OpenSearch/distribution
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
..
archives Introduce jvm.options.d for customizing JVM options (#51882) 2020-02-08 18:50:14 -05:00
bwc Tag "nested" Gradle build scans (#51440) 2020-01-24 11:23:23 -08:00
docker Introduce jvm.options.d for customizing JVM options (#51882) 2020-02-08 18:50:14 -05:00
licenses Add notice for bundled jdk (#40576) 2019-03-29 17:21:21 -04:00
packages Introduce jvm.options.d for customizing JVM options (#51882) 2020-02-08 18:50:14 -05:00
src Remove unnecessary dirname command (#51968) (#52089) 2020-02-10 11:05:36 -05:00
tools Remove unnecessary method in JvmOptionsParser (#52173) 2020-02-10 20:22:02 -05:00
build.gradle Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00