Skip to content

Conversation

@cstamas
Copy link
Member

@cstamas cstamas commented Nov 15, 2025

Changes:

  • introduce dedicated ex (backport from 2)
  • up default timeouts (from 30s to 900s)
  • improve message by listing all lock subjects
  • improve message by mentioning the property that user should use to increase timeouts (there is no one size fits all; we could go with "infinite" timeouts. but am unsure about that)

@cstamas cstamas changed the title Lock issues [1.9.x] Fix locking issues Nov 17, 2025
@cstamas cstamas added this to the 1.9.25 milestone Nov 17, 2025
if (!metadata.getGroupId().isEmpty()) {
name += metadata.getGroupId();
if (!metadata.getArtifactId().isEmpty()) {
name += "." + metadata.getArtifactId();
Copy link
Contributor

Choose a reason for hiding this comment

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

. or : ?

Copy link
Member Author

Choose a reason for hiding this comment

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

fixed

@cstamas cstamas marked this pull request as ready for review November 17, 2025 11:15
@cstamas cstamas added the bug Something isn't working label Nov 17, 2025
@cstamas cstamas merged commit f181c06 into apache:maven-resolver-1.9.x Nov 17, 2025
17 checks passed
@cstamas cstamas deleted the maven-resolver-1.9.x-locking-issues branch November 17, 2025 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants