Skip to content

Commit 8bec3d5

Browse files
committed
Merge remote-tracking branch 'origin/update-from-template' into develop
2 parents 8e4d081 + 369cafa commit 8bec3d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
```
107107
108108
### Additional notes
109-
* [Spring-Boot] You may have to include ``software/xdev`` inside [``vaadin.whitelisted-packages``](https://vaadin.com/docs/latest/integrations/spring/configuration#configure-the-scanning-of-packages)
109+
* [Spring-Boot] You may have to include ``software/xdev`` inside [``vaadin.allowed-packages``](https://vaadin.com/docs/latest/integrations/spring/configuration#configure-the-scanning-of-packages)
110110
111111
publish_central: # Publish the code to central
112112
runs-on: ubuntu-latest

vaadin-maps-leaflet-flow-demo/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
vaadin:
2-
whitelisted-packages: software/xdev,com/vaadin/flow
2+
allowed-packages: software/xdev,com/vaadin/flow
33

44
spring:
55
devtools:

0 commit comments

Comments
 (0)