-
Notifications
You must be signed in to change notification settings - Fork 38
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
fix regex to allow dot between parameters in path #158
fix regex to allow dot between parameters in path #158
Conversation
@EricWittmann please help assign reviewers. I forgot to do it when creating the PR. |
Looks good to me - thanks for the contribution! |
@EricWittmann any plans when the new version is released? |
I have another bug to fix (was planning on doing it today) and then I will perform a release. So hopefully today. |
This won't happen today but hopefully tomorrow. |
I'm working on the release - we're using a new release process that is GitHub Actions based and I'm working out the kinks. Sorry for the delay. |
OK the process still needs to be refined, but the release is done in both NPM and Maven Central. FYI |
super 🎉 thanks a lot! |
I'm suffering from this: Apicurio/apicurio-data-models#158 See also: https://github.com/Apicurio/apicurio-data-models/releases/tag/1.1.4
Related issue: #157
the SEG_MATCH_REGEX fix allows correct parsing of Path Segments in a path
the PATH_MATCH_REGEX fix allows correct validation for path format. The following will pass:
but not
Some references: