Alexey Gavrilov
Alexey Gavrilov
I cannot upgrade to version 8.X due to this issue. Made a PR with a possible fix to speed up the process: https://github.com/flyway/flyway/pull/3462 Note that the package name `org.flywaydb.database` is...
Cam you please include a source code snippet? Are you waiting for the prompt after sendLine command?
There is not enough information to analyse this issue. Provide some code examples. EOFException can be thrown if the connection has been closed on the remote side.
Thank you for your PR! Since this is non-backward compatible change I cannot include it into a minor version release. Will include it into 1.0.
If you change your application code to log the exception object, not only the message, you will see the root cause of the IOException (ie Socket exception) thrown from the...
Can you wait for "Retype new password:" after sending the new password on a response to "New password:"?
Sorry for delay. Somehow I missed this github notification among the others. Note that MultiResult implements Result and delegates their methods to the matched result. So the MultiResult instance will...
Can you please elaborate why LANG=C is needed in the example code?
Not sure what do you mean by "shell execed failure"? What are you trying to achieve?
Basically you cannot build a modular Java application having a module which imports classes from both `simpleclient.pushgateway` and `simpleclient.servlet` modules Here a repo reproducing the problem: https://github.com/Alexey1Gavrilov/java-module-issues/tree/master/promethues The compilation fails...