Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LexerException in 'satisfies' method #73

Open
decebals opened this issue Jun 24, 2024 · 1 comment
Open

LexerException in 'satisfies' method #73

decebals opened this issue Jun 24, 2024 · 1 comment

Comments

@decebals
Copy link

This is the code:

String version = "1.0.0";
String constraint = ">=1.0.0-SNAPSHOT";
Version.parse(version).satisfies(constraint)

For more context see pf4j/pf4j#440.

@zafarkhaja
Copy link
Owner

Unfortunately in this case it's an intended behavior, since pre-release versions are not currently supported by Range Expressions. I plan to change this behavior as part of #70, but a realistic ETA on this issue is the 4th quarter of the year.

Similar issues for your reference: #24, #54, #55, #72.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants