Skip to content

Prevent Quarkus datasource dev services from starting for metrics service #371

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

Merged
merged 1 commit into from
Mar 10, 2023

Conversation

nscuro
Copy link
Member

@nscuro nscuro commented Mar 10, 2023

As long as a JDBC driver is on the classpath, Quarkus will launch a testcontainer for the respective RDBMs in test- and dev-mode. By excluding the JDBC driver, this behavior can be stopped.

This is also how it's currently done for the mirror service.

…vice

As long as a JDBC driver is on the classpath, Quarkus will launch a testcontainer for the respective RDBMs in test- and dev-mode. By excluding the JDBC driver, this behavior can be stopped.

This is also how it's currently done for the mirror service.

Signed-off-by: Niklas <[email protected]>
@nscuro nscuro added enhancement New feature or request domain/metrics 📈 labels Mar 10, 2023
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Collaborator

@VinodAnandan VinodAnandan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@VinodAnandan VinodAnandan merged commit 2d5c5ff into main Mar 10, 2023
@nscuro nscuro deleted the nscuro-patch-1 branch March 11, 2023 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants