You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not use this issue tracker to ask questions, instead use one of these channels. Questions will likely be closed without notice.
Version
above v4.5.1. v4.5.0 works fine.
Context
I try to use graalvm to build a vertx project. in the phase of collecting metadata, test suites run as below:
mvn -Pnative -Dagent=true test
but mysql just not work. error message below:
ClosedConnection Failed to read any response from the server, the underlying connection may have been lost unexpectedly.
but if i run surefire:test, it works fine.
Do you have a reproducer?
A reproducer is a simple project hosted on GitHub (or another forge supporting git clone operation) that has a build file that can be executed to reproduce the issue.
Reproducers are very helpful for contributors and will likely help them fixing your bug faster.
Questions
Do not use this issue tracker to ask questions, instead use one of these channels. Questions will likely be closed without notice.
Version
above v4.5.1. v4.5.0 works fine.
Context
I try to use graalvm to build a vertx project. in the phase of collecting metadata, test suites run as below:
but mysql just not work. error message below:
but if i run surefire:test, it works fine.
Do you have a reproducer?
A reproducer is a simple project hosted on GitHub (or another forge supporting git clone operation) that has a build file that can be executed to reproduce the issue.
Reproducers are very helpful for contributors and will likely help them fixing your bug faster.
Steps to reproduce
Extra
The text was updated successfully, but these errors were encountered: