-
Notifications
You must be signed in to change notification settings - Fork 167
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: replace 'blacklist' and 'whitelist' with 'blocked' and 'allowed' #18405
Conversation
Mark the existing methods as deprecated and introduce methods with new names. Fall back to the old configuration properties if the new ones aren't used. Fixes vaadin/spring#645 Co-authored-by: Jouni Koivuviita <jouni@vaadin.com>
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
…#18405) Mark the existing methods as deprecated and introduce methods with new names. Fall back to the old configuration properties if the new ones aren't used. Fixes vaadin/spring#645 Co-authored-by: Jouni Koivuviita <jouni@vaadin.com> Co-authored-by: Peter Czuczor <61667986+czp13@users.noreply.github.com>
Hi @mcollovati and @mshabarov, when i performed cherry-pick to this commit to 23.4, i have encountered the following issue. Can you take a look and pick it manually? |
…#18405) Mark the existing methods as deprecated and introduce methods with new names. Fall back to the old configuration properties if the new ones aren't used. Fixes vaadin/spring#645 Co-authored-by: Jouni Koivuviita <jouni@vaadin.com> Co-authored-by: Peter Czuczor <61667986+czp13@users.noreply.github.com>
Hi @mcollovati and @mshabarov, when i performed cherry-pick to this commit to 23.3, i have encountered the following issue. Can you take a look and pick it manually? |
…#18405) (#18453) Mark the existing methods as deprecated and introduce methods with new names. Fall back to the old configuration properties if the new ones aren't used. Fixes vaadin/spring#645 Co-authored-by: Marco Collovati <marco@vaadin.com> Co-authored-by: Jouni Koivuviita <jouni@vaadin.com> Co-authored-by: Peter Czuczor <61667986+czp13@users.noreply.github.com>
…#18405) (#18452) Mark the existing methods as deprecated and introduce methods with new names. Fall back to the old configuration properties if the new ones aren't used. Fixes vaadin/spring#645 Co-authored-by: Marco Collovati <marco@vaadin.com> Co-authored-by: Jouni Koivuviita <jouni@vaadin.com> Co-authored-by: Peter Czuczor <61667986+czp13@users.noreply.github.com>
…#18405) Mark the existing methods as deprecated and introduce methods with new names. Fall back to the old configuration properties if the new ones aren't used. Fixes vaadin/spring#645 Co-authored-by: Jouni Koivuviita <jouni@vaadin.com> Co-authored-by: Peter Czuczor <61667986+czp13@users.noreply.github.com>
…#18405) Mark the existing methods as deprecated and introduce methods with new names. Fall back to the old configuration properties if the new ones aren't used. Fixes vaadin/spring#645 Co-authored-by: Jouni Koivuviita <jouni@vaadin.com> Co-authored-by: Peter Czuczor <61667986+czp13@users.noreply.github.com>
…#18405) (#18456) Mark the existing methods as deprecated and introduce methods with new names. Fall back to the old configuration properties if the new ones aren't used. Fixes vaadin/spring#645 Co-authored-by: Jouni Koivuviita <jouni@vaadin.com> Co-authored-by: Peter Czuczor <61667986+czp13@users.noreply.github.com>
…#18405) (#18457) Mark the existing methods as deprecated and introduce methods with new names. Fall back to the old configuration properties if the new ones aren't used. Fixes vaadin/spring#645 Co-authored-by: Jouni Koivuviita <jouni@vaadin.com> Co-authored-by: Peter Czuczor <61667986+czp13@users.noreply.github.com>
Description
Mark the existing methods as deprecated and introduce methods with new names. Fall back to the old configuration properties if the new ones aren't used.
Fixes vaadin/spring#645
Type of change
Checklist
Additional for
Feature
type of change