jsemver icon indicating copy to clipboard operation
jsemver copied to clipboard

Java implementation of the SemVer Specification

Results 46 jsemver issues
Sort by recently updated
recently updated
newest added

I have already renamed the repository and going to rename the library to JSemVer as of version `1.0.0`.

type/enhancement
scope/infrastructure
priority/low
status/accepted

Starting from version `1.0.0` I think I'll keep my Java at most two LTS versions behind the latest one.

type/enhancement
scope/codebase
priority/low
status/accepted

Update the versions parser using modern Java 8 language constructs and best practices in the API development with extensibility and maintainability in mind. Ideally, the updated parser would also be...

type/enhancement
scope/codebase
scope/documentation
priority/medium
status/in-progess

Update the range expressions parser using modern Java 8 language constructs and best practices in the API development with extensibility and maintainability in mind. The objective is for the updated...

type/enhancement
scope/codebase
scope/documentation
priority/medium
status/accepted

This is the code: ```java String version = "1.0.0"; String constraint = ">=1.0.0-SNAPSHOT"; Version.parse(version).satisfies(constraint) ``` For more context see https://github.com/pf4j/pf4j/issues/440.

status/duplicate