spring-test-data-geode
spring-test-data-geode copied to clipboard
Consider --enable-preview when starting VM via ForkingClientServerIntegrationTestsSupport
ForkingClientServerIntegrationTestsSupport.startGemFireServer(…) should propagate enabled feature preview (--enable-preview) when enabled in the parent JVM. The use-case is integration testing with Java 11+ with enabled preview features (java --enable-preview …).