Skip to content
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

Reactive Dev Services not always working #19211

Closed
wants to merge 1 commit into from

Conversation

stuartwdouglas
Copy link
Member

  • This was not implemented for MSSQL
  • MYSQL required the db kind to be specified

Fixes #19208

- This was not implemented for MSSQL
- MYSQL required the db kind to be specified

Fixes quarkusio#19208
@wjglerum
Copy link
Contributor

wjglerum commented Aug 3, 2021

Hi @stuartwdouglas, looks like we had the same idea 😄 I already submitted a PR with roughly the same changes, see #19210. Can we combine the work?

@stuartwdouglas
Copy link
Member Author

Oops, looks like we were working on it at the same time.

We don't really want to test DB2/MSSQL because of licensing issues (you need to accept the license to run them, and we don't really want to be implicitly accepting it as part of the build IMHO).

Can you just make the same test change in your PR? MySql is tested, but because the db-kind is in the file the missing driver build item was not picked up.

@quarkus-bot quarkus-bot bot added triage/invalid This doesn't seem right and removed triage/backport? labels Aug 3, 2021
@wjglerum
Copy link
Contributor

wjglerum commented Aug 3, 2021

np 👍 added the changes to the tests to my pr too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dev services are not always started for reactive datasources
3 participants