-
Notifications
You must be signed in to change notification settings - Fork 51
Fix java version check in start-rc.sh #860
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
Conversation
|
Linux test PASSed. |
1 similar comment
|
Linux test PASSed. |
|
Windows test PASSed. |
1 similar comment
|
Windows test PASSed. |
ihsandemir
left a comment
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.
What about windows start-rc.bat script?
…/hazelcast-cpp-client into fix-java-version-check
|
Linux test FAILed. |
|
verify-linux |
|
Linux test FAILed. |
|
Windows test PASSed. |
|
verify-linux |
|
Linux test FAILed. |
|
Linux test FAILed. |
|
Windows test PASSed. |
|
Windows test PASSed. |
|
Linux test PASSed. |
Minor issue with the Java version check I added to the start-rc.sh script in #845: turns out some JDKs print the version differently.
E.g. The JDK on my computer prints
java version "1.8.xx", JDK on the GA macos runner printsopenjdk version "1.8.xx". This change should generalize to both.