Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider --enable-preview when starting VM via ForkingClientServerIntegrationTestsSupport #18

Open
mp911de opened this issue Feb 27, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@mp911de
Copy link
Member

mp911de commented Feb 27, 2020

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 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.
@jxblum jxblum added the enhancement New feature or request label Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants