-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: replace 'blocklist' and 'whitelist' with 'blocked' and 'allowed' (…
…#1077) * fix: replace 'blocklist' and 'whitelist' with 'blocked' and 'allowed' * address review comments * remove `forRemoval` Co-authored-by: Marco Collovati <[email protected]> * update deprecation log message Co-authored-by: Marco Collovati <[email protected]> * fix typo --------- Co-authored-by: Marco Collovati <[email protected]>
- Loading branch information
1 parent
57deaeb
commit 0af3dca
Showing
3 changed files
with
101 additions
and
39 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
vaadin-spring-tests/test-spring-boot-only-prepare/src/main/resources/application.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
server.port=8888 | ||
vaadin.blacklisted-packages=vaadin-spring/target/test-classes | ||
vaadin.blocked-packages=vaadin-spring/target/test-classes | ||
vaadin.pnpm.enable=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters