mirror of
https://github.com/corda/corda.git
synced 2024-12-20 21:43:14 +00:00
06150371ad
* CORDA-1726 Make sure test frameworks and nodes refuse to start on anything except the right Java versions Move isValidJavaVersion(), hasMinimumJavaVersion() to Node as it can be use for check in DriverDSL for starting in-process node, in-process node doesn't go via NodeStartup class where the correct Java version is checked. Added safeguard to hasMinimumJavaVersion as some JDKs distributions may not have the update version number (e.g. AdoptOpenJDK) which causes unintended parse exception. * CORDA-1726 Make sure test frameworks and nodes refuse to start on anything except the right Java versions - remove new test, for proper testing this would use reflection and field setting visibility modifiers which easly can has side effects on the subsequent tests * Addressing PR comments. |
||
---|---|---|
.. | ||
node-driver | ||
smoke-test-utils | ||
test-cli | ||
test-common | ||
test-utils |