forked from smallrye/smallrye-common
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unify parsing with predicate methods on
VersionScheme
Intoduce a left-to-right recursive-descent parser for version ranges. Use the predicates on `VersionScheme` to compose the resultant range.
- Loading branch information
Showing
5 changed files
with
256 additions
and
209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
103 changes: 0 additions & 103 deletions
103
version/src/main/java/io/smallrye/common/version/VersionRange.java
This file was deleted.
Oops, something went wrong.
91 changes: 0 additions & 91 deletions
91
version/src/main/java/io/smallrye/common/version/VersionRestriction.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.