File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# LS_JAVA_OPTS="-Xms256m -Xmx256m -XX:MaxMetaspaceSize=256m"
2
2
# Common LS options (can be overridden from ENV e.g. in .travis.yml) :
3
3
# - `-Xregexp.interruptible=true -Xcompile.invokedynamic=true -Xjit.threshold=0` LS base-line
4
- # - set add-exports and add-opens to those required to run logstash under jdk17
4
+ # - set add-exports and add-opens to those required to run logstash under jdk21
5
5
# - use default garbage collection G1GC
6
6
# - `-v -W1` print JRuby version but do not go verbose
7
7
JRUBY_OPTS = -J--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED -J--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED -J--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED -J--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED -J--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED -J--add-opens=java.base/java.security=ALL-UNNAMED -J--add-opens=java.base/java.io=ALL-UNNAMED -J--add-opens=java.base/java.nio.channels=ALL-UNNAMED -J--add-opens=java.base/sun.nio.ch=ALL-UNNAMED -J--add-opens=java.management/sun.management=ALL-UNNAMED -Xregexp.interruptible=true -Xcompile.invokedynamic=true -Xjit.threshold=0 -J-XX:+PrintCommandLineFlags -v -W1
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ stages:
15
15
16
16
env :
17
17
jobs :
18
- - ELASTIC_STACK_VERSION=8.x DOCKER_ENV=dockerjdk17 .env
18
+ - ELASTIC_STACK_VERSION=8.x DOCKER_ENV=dockerjdk21 .env
19
19
- ELASTIC_STACK_VERSION=7.x
20
- - SNAPSHOT=true ELASTIC_STACK_VERSION=8.x DOCKER_ENV=dockerjdk17 .env
20
+ - SNAPSHOT=true ELASTIC_STACK_VERSION=8.x DOCKER_ENV=dockerjdk21 .env
21
21
- SNAPSHOT=true ELASTIC_STACK_VERSION=7.x
22
22
23
23
jobs :
26
26
<< : *_performance
27
27
env : ELASTIC_STACK_VERSION=7.x
28
28
- << : *_performance
29
- env : ELASTIC_STACK_VERSION=8.x DOCKER_ENV=dockerjdk17 .env
29
+ env : ELASTIC_STACK_VERSION=8.x DOCKER_ENV=dockerjdk21 .env
30
30
- << : *_performance
31
- env : SNAPSHOT=true ELASTIC_STACK_VERSION=8.x DOCKER_ENV=dockerjdk17 .env
31
+ env : SNAPSHOT=true ELASTIC_STACK_VERSION=8.x DOCKER_ENV=dockerjdk21 .env
You can’t perform that action at this time.
0 commit comments