Skip to content

Fix stable version detection for Maven#309

Merged
nscuro merged 1 commit into
mainfrom
fix-maven-stable-detections
Jun 2, 2026
Merged

Fix stable version detection for Maven#309
nscuro merged 1 commit into
mainfrom
fix-maven-stable-detections

Conversation

@nscuro

@nscuro nscuro commented Jun 2, 2026

Copy link
Copy Markdown
Owner
  • Fixes broken unstable qualifier regex. The implicit newline character due to usage of Java text blocks caused it to never match.
  • Fixes inverted matching condition in isStable. Never surfaced because the pattern was broken, lol.

* Fixes broken unstable qualifier regex. The implicit newline character due to usage of Java text blocks caused it to never match.
* Fixes inverted matching condition in `isStable`. Never surfaced because the pattern was broken, lol.

Signed-off-by: nscuro <nscuro@protonmail.com>
@nscuro nscuro added the bug Something isn't working label Jun 2, 2026
@nscuro nscuro merged commit a47c5a1 into main Jun 2, 2026
2 checks passed
@nscuro nscuro deleted the fix-maven-stable-detections branch June 2, 2026 16:47
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.

1 participant