vaadin / docs

Official documentation for Vaadin and Hilla.
https://vaadin.com/docs
Other
29 stars 186 forks source link

Configuration Parameters needs to be updated in vaadin document #3326

Open mukherjeesudebi opened 5 months ago

mukherjeesudebi commented 5 months ago

The docs in https://vaadin.com/docs/latest/integrations/spring/configuration#special-configuration-parameters still mentions using the properties vaadin.blacklisted-packages and vaadin.whitelisted-packages but this PR https://github.com/vaadin/spring/pull/1080 has replaced 'blacklist' and 'whitelist' with 'blocked' and 'allowed'

Checked in vaadin version 24.3.9

mcollovati commented 5 months ago

This is the PR that fixed the docs on next branch. It should probably be picked into latest

mcollovati commented 5 months ago

Here's the cherry-pick to latest: #3327

@jouni should this be back-ported also to v23, v22 and v14? It should probably be done manually because of the different folder structure. If needed, I can take care of it.