-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
JDK 9, 10, and 11 support for YCSB #705
Comments
There is an early report in #704 where the build fails. |
* in couchbase2 work around ReactiveX/RxJava#3824 * accumulo test hangs, so skip tests * hbase10 test crashes with unknown class version, so skip tests * core jar-with-deps fails, so keep them broken out fixes brianfrankcooper#705
* in couchbase2 work around ReactiveX/RxJava#3824 * accumulo test hangs, so skip tests * hbase10 test crashes with unknown class version, so skip tests * core jar-with-deps fails, so keep them broken out * add jdk9 to travis fixes brianfrankcooper#705
* in couchbase2 work around ReactiveX/RxJava#3824 * accumulo test hangs, so skip tests * hbase10 test crashes with unknown class version, so skip tests * core jar-with-deps fails, so keep them broken out * add jdk9 to travis fixes brianfrankcooper#704, fixes brianfrankcooper#705
* in couchbase2 work around ReactiveX/RxJava#3824 * accumulo test hangs, so skip tests * hbase10 test crashes with unknown class version, so skip tests * core jar-with-deps fails, so keep them broken out * add jdk9 to travis fixes brianfrankcooper#704, fixes brianfrankcooper#705
* in couchbase2 work around ReactiveX/RxJava#3824 * accumulo test hangs, so skip tests * hbase10 test crashes with unknown class version, so skip tests * core jar-with-deps fails, so keep them broken out fixes brianfrankcooper#704, fixes brianfrankcooper#705
…xes for jdk9 * in couchbase2 work around ReactiveX/RxJava#3824 * accumulo test hangs, so skip tests * hbase10 and asynchbase test crashes with unknown class version, so skip tests * orientdb tests fail, so skip * core jar-with-deps fails, so keep them broken out fixes brianfrankcooper#704, fixes brianfrankcooper#705
…xes for jdk9 (#712) * in couchbase2 work around ReactiveX/RxJava#3824 * accumulo test hangs, so skip tests * hbase10 and asynchbase test crashes with unknown class version, so skip tests * orientdb tests fail, so skip * core jar-with-deps fails, so keep them broken out fixes #704, fixes #705
:shakes_fist: No tests after rebase!!! arg. taking a look. |
The fixes from PR #712 worked need to extend for a few other bindings. Just ran on latest 9-ea 138 and got the following: Solr 5.x - need to exclude from jdk 9
|
@busbey I'll have a PR in a minute to fix the above two issues. |
sweet. I just verified it was a flakey build and not that #712 broke things. |
Looks like there is an issue with the # java -version
java version "9-ea"
Java(TM) SE Runtime Environment (build 9-ea+149)
Java HotSpot(TM) 64-Bit Server VM (build 9-ea+149, mixed mode)
# mvn --version
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T11:41:47-05:00)
Maven home: /usr/local/Cellar/maven/3.3.9/libexec
Java version: 9-ea, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk-9.jdk/Contents/Home
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.12.3", arch: "x86_64", family: "mac" |
I opened #914 to track fixing the rest binding. |
An update here, I just tested master and got no failures with the following:
|
Manually tested on 9/10/17 at commit 0350c37:
|
Travis now supports |
Let's add it to the Travis matrix and then start working through which jdk-specific test activations work on jdk9? |
Yea agreed started down this path just haven't put up the PR yet. Will do so this week. |
Maybe obsoleted by the move to LTS versions in Java? Should we just focus on JDK11? |
With PR #1186 closed, we can probably close this issue. We are now testing against each JDK 8-11. |
Since JDK 9 is in early access, it would be good to start testing with it and see what changes may be required to support it.
The text was updated successfully, but these errors were encountered: