-
Bug
-
Resolution: Done
-
Major
-
4.3.0.Beta2
process.waitFor(500, TimeUnit.MILLISECONDS)
which is only available in Java 8, whereas the plugin is meant to compile/run with Java 7.
I found this ugly workaround to implement a process timeout in Java 7 : http://stackoverflow.com/questions/808276/how-to-add-a-timeout-value-when-using-javas-runtime-exec
The alternative is to raise the Java BREE to JavaSE-1.8. But that was something manderse@redhat.com wasn't keen on doing when the whole JBDS requirement bumped to Java 8 (we want to be able to rollback to using Java 7 if the users demand it)
- clones
-
JBIDE-20316 Port Forwarding Wizard : OpenshiftPreferencePage uses Java 8 API
- Closed
- is related to
-
JBIDE-19850 As a user I want to easily set up port forwarding for my application
- Closed