spring-test-data-geode icon indicating copy to clipboard operation
spring-test-data-geode copied to clipboard

Consider --enable-preview when starting VM via ForkingClientServerIntegrationTestsSupport

Open mp911de opened this issue 5 years ago • 0 comments

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 …).

mp911de avatar Feb 27 '20 09:02 mp911de