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

Enable tests for Java 10 #4335

Merged
merged 6 commits into from
Jun 28, 2018
Merged

Enable tests for Java 10 #4335

merged 6 commits into from
Jun 28, 2018

Conversation

denis-anisimov
Copy link
Contributor

No description provided.

@denis-anisimov denis-anisimov changed the title WIP: Enable tests for Java 10 Enable tests for Java 10 Jun 27, 2018
} finally {
service.setClassLoader(classLoader);
String version = System.getProperty("java.version");
if (version.startsWith("1.8")) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it be nice to use Assume to skip those tests? This will at least mark the tests skipped, not passed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@@ -42,6 +42,7 @@ public void testGetSystemPropertyForDefaultPackage()
System.setProperty(prop, value);
DefaultDeploymentConfiguration config = new DefaultDeploymentConfiguration(
clazz, new Properties());
System.out.println("WWWWWWWWWWWWWWWWWWWW");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Debugging leftover.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@vaadin vaadin deleted a comment from SomeoneToIgnore Jun 28, 2018
@vaadin vaadin deleted a comment from denis-anisimov Jun 28, 2018
@SomeoneToIgnore SomeoneToIgnore merged commit 4131f09 into master Jun 28, 2018
@SomeoneToIgnore SomeoneToIgnore deleted the java10-tests branch June 28, 2018 06:51
@gilberto-torrezan gilberto-torrezan added this to the 1.1.0.alpha1 milestone Jul 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants