You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 …).
The text was updated successfully, but these errors were encountered:
mp911de
added a commit
to spring-projects/spring-data-examples
that referenced
this issue
Feb 27, 2020
Add build profile for Java 14. Allow failures for Java 15 as we carry dependencies that do not support newer class files. Enable preview features for Java 13-15. Add javax.annotation to Java 9+ profile. Disable geode examples on Java 13+ as test utilities do not propagate feature preview flag until spring-projects/spring-test-data-geode#18 is resolved.
mp911de
added a commit
to spring-projects/spring-data-examples
that referenced
this issue
Feb 27, 2020
Add build profile for Java 14. Allow failures for Java 15 as we carry dependencies that do not support newer class files. Enable preview features for Java 13-15. Add javax.annotation to Java 9+ profile. Disable geode examples on Java 13+ as test utilities do not propagate feature preview flag until spring-projects/spring-test-data-geode#18 is resolved.
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 …
).The text was updated successfully, but these errors were encountered: