-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Implement {Configuration#getSchemaAssetsFilter} #3308
Implement {Configuration#getSchemaAssetsFilter} #3308
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bezhermoso, the patch looks good overall. Please see a few comments.
@morozov, I think I addressed your comments. Let me know if I miss anything. |
ae88543
to
348e600
Compare
348e600
to
5110a19
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! 🚢
Thank you, @bezhermoso. |
Summary
Gives ability to specify a callable to use for filtering schemas by potentially something other than regular expressions. Implements what's laid out by @morozov in his comment: #3196 (comment)