Skip to content

Support for full semantic versioning in LSP artifacts#329

Merged
breedloj merged 3 commits intomainfrom
breedloj/semanticVersioning
Jan 24, 2025
Merged

Support for full semantic versioning in LSP artifacts#329
breedloj merged 3 commits intomainfrom
breedloj/semanticVersioning

Conversation

@breedloj
Copy link
Copy Markdown
Contributor

Description of changes:
Adds support for extended semantic versioning, including additional labels for pre-release such as 2.0.1-rc.1, to the LSP artifact fetcher. This support utilizes the maven-artifact library which includes a number of constructs for managing artifact versions.

Precedence is given to non labeled versions, or to the latest logic label, for example: 1.8.3-beta.1 < 1.8.3-rc.1 < 1.8.3-rc.2.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@breedloj breedloj merged commit ac37ecf into main Jan 24, 2025
@breedloj breedloj deleted the breedloj/semanticVersioning branch January 24, 2025 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants