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

Fails fast if mongo not running #4784

Closed
wants to merge 2 commits into from
Closed

Fails fast if mongo not running #4784

wants to merge 2 commits into from

Conversation

marcingrzejszczak
Copy link
Contributor

By using the maven download plugin we are trying to ping Mongo under 27017 port. This will be done once per build after each clean of the project (if the file has already been downloaded). This will not however check if the Mongo database is not having custom username and password.

fixes #4783

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Sep 12, 2024
@marcingrzejszczak marcingrzejszczak added this to the 4.2.10 (2023.1.10) milestone Sep 12, 2024
@marcingrzejszczak marcingrzejszczak added type: task A general task and removed status: waiting-for-triage An issue we've not yet triaged labels Sep 12, 2024
@marcingrzejszczak marcingrzejszczak self-assigned this Sep 12, 2024
@schauder schauder removed this from the 4.2.10 (2023.1.10) milestone Sep 13, 2024
@schauder
Copy link
Contributor

I removed the milestone, since this doesn't seem to be done, I we want to do the release now.

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

Successfully merging this pull request may close these issues.

3 participants