-
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
[solr,solr6] Add Solr 6 binding #849
Conversation
8c50ee1
to
a3e3feb
Compare
bump? |
2 similar comments
bump? |
bump? |
jdk8 was my big question. it looks like compilation with jdk7 is fine, but running (including tests) requires jdk8. Do I have that right? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs to have the bin/bindings.properties file updated too.
It should be ok compiling with jdk 7. I haven't tested this locally but it seems to compile in travis with jdk 7. As long as we don't use jdk 8+ things (lambdas,etc) in the client then I think it should be ok. Running (including tests) requires JDK8. |
@busbey good catch. I updated the PR with |
Just checked and YCSB with Solr 6 compiles locally with JDK 7. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Closes #715