Skip to content

Commit 77b2a7b

Browse files
authored
Use -Djava.security.manager=allow for Java 23 sasl tests (#2469)
1 parent 60ee04a commit 77b2a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DIST_BASE_URL ?= https://archive.apache.org/dist/kafka/
88
# Required to support testing old kafka versions on newer java releases
99
# The performance opts defaults are set in each kafka brokers bin/kafka_run_class.sh file
1010
# The values here are taken from the 2.4.0 release.
11-
export KAFKA_JVM_PERFORMANCE_OPTS=-server -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -Djava.awt.headless=true
11+
export KAFKA_JVM_PERFORMANCE_OPTS=-server -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -Djava.awt.headless=true -Djava.security.manager=allow
1212

1313
setup:
1414
pip install -r requirements-dev.txt

0 commit comments

Comments
 (0)