-
Notifications
You must be signed in to change notification settings - Fork 38.5k
Add conversion support for Pattern/Regex #24311
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
Add conversion support for Pattern/Regex #24311
Conversation
de9d1f5
to
cddaef7
Compare
@valfirst, can you please provide some background on the rationale for your proposal? Do you have a particular use case that requires this support? In addition, have you seen |
@sbrannen thank you for quick response! |
Thanks for providing the feedback on your use case. We'll take that into consideration. |
@sbrannen could you please review the changes when you have a chance? thanks |
I think it makes sense to provide the same converter from String to |
@sbrannen could you please take a look at this PR |
cddaef7
to
44f3f6f
Compare
Thanks @valfirst, I polished the proposal by adding support for Kotlin's |
This commit implements StringToRegexConverter in Java in order to avoid circular dependencies between Java and Kotlin codes that can break IDE support, and for consistency with the rest of the codebase. See spring-projectsgh-24311
No description provided.