-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Dev-Services throw an exception on live reload if quarkus.datasource.devservices.image-name
is set
#20346
Labels
Milestone
Comments
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Sep 23, 2021
When the image-name property was set, dev-services would stop and restart the database. Fixes: quarkusio#20346
Thanks for pointing it out. Basically that issue is a little more general. I'll update my PR to cover it as well. |
Thanks |
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Sep 23, 2021
When a dev-services property was set, Quarkus would stop and restart the database even if nothing changed. Fixes: quarkusio#20346 Fixes: quarkusio#20214
PR updated |
geoand
added a commit
that referenced
this issue
Sep 24, 2021
Fix issue with Datasource DevServices reload
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Sep 28, 2021
When a dev-services property was set, Quarkus would stop and restart the database even if nothing changed. Fixes: quarkusio#20346 Fixes: quarkusio#20214 (cherry picked from commit 236bc99)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
If
quarkus.datasource.devservices.image-name
ist set then i get the following exception on live reload:Expected behavior
No response
Actual behavior
No response
How to Reproduce?
application.properties
file:Output of
uname -a
orver
No response
Output of
java -version
Java 11
GraalVM version (if different from Java)
No response
Quarkus version or git rev
Quarkus 2.2.3.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)Maven 3.8.1
Additional information
No response
The text was updated successfully, but these errors were encountered: