-
Notifications
You must be signed in to change notification settings - Fork 26.4k
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
Add java9 in CI build #1521
Comments
Additional informaiton: Refer to build logs: https://api.travis-ci.org/v3/job/359231113/log.txt |
Now cobertura-maven-plugin is used to count the unit test coverage,we should ensure it can work |
@lovepoem cobertura reply on com.sun:tools:jar which java9 removed (http://openjdk.java.net/jeps/220). I don't think cobertura is in maintain any more. Latest release is at 2015 (http://mvnrepository.com/artifact/net.sourceforge.cobertura/cobertura) |
If so, we can consider other tools:such as coverails…… |
Now the java9 ci faild: #1611 |
@lovepoem hey Xin, I figure out the reason for issue 1611. Please refer to my comment for that PR. |
https://github.com/apache/maven-javadoc-plugin has resoled the issue in snapshot version, so we should pay attention to https://issues.apache.org/jira/projects/MJAVADOC/issues |
Currently dubbo support java6, java7 and java8.
All unit test pass in java9, we should consider add official support for java9 and even java10.
Currently travis support java9. java10 is in progress (travis-ci/travis-ci#9368)
As discussed in mail list, the first step is to add java9 in travis ci.
The text was updated successfully, but these errors were encountered: