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

Remove testcontainers from BOM #9078

Merged
merged 2 commits into from
May 5, 2020

Conversation

geoand
Copy link
Contributor

@geoand geoand commented May 5, 2020

Based on the discussion in #9073

@boring-cyborg boring-cyborg bot added the area/dependencies Pull requests that update a dependency file label May 5, 2020
<groupId>org.testcontainers</groupId>
<artifactId>postgresql</artifactId>
<version>${test-containers.version}</version>
</dependency>
Copy link
Member

Choose a reason for hiding this comment

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

I see you removed one of the artifact, we don't use it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, the junit related artifact wasn't being used anywhere

@gsmet
Copy link
Member

gsmet commented May 5, 2020

Wondering if maybe we should add test containers to dependabot while we're at it? Looks like the typical artifact we would want to be managed?

@geoand
Copy link
Contributor Author

geoand commented May 5, 2020

Yeah, that makes sense. I'll add another commit

@geoand
Copy link
Contributor Author

geoand commented May 5, 2020

We already had it it seems. I just updated it to reflect the changes of this PR

@geoand geoand marked this pull request as ready for review May 5, 2020 10:10
@geoand
Copy link
Contributor Author

geoand commented May 5, 2020

Taking out of draft since CI passed on my fork

@@ -110,7 +110,7 @@ update_configs:
- match:
dependency_name: "org.testcontainers:testcontainers"
- match:
dependency_name: "org.testcontainers:junit-jupiter"
dependency_name: "org.testcontainers:postgresql"
Copy link
Member

Choose a reason for hiding this comment

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

@gastaldi when you're back and you unpile your emails, I have a question for you: does dependabot support wildcards? I couldn't find any information about it. It could be handy for testcontainers to have a wildcard for all the group id for instance.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That would be nice

@gastaldi
Copy link
Contributor

gastaldi commented May 5, 2020 via email

@geoand
Copy link
Contributor Author

geoand commented May 5, 2020

So multiple entries it is :)

@gsmet gsmet merged commit 5c68378 into quarkusio:master May 5, 2020
@gsmet gsmet added this to the 1.5.0 milestone May 5, 2020
@geoand geoand deleted the testcontainers-build-parent branch May 5, 2020 19:14
@ppalaga ppalaga mentioned this pull request May 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file release/breaking-change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants