Skip to content

Commit 0bfc3b0

Browse files
committed
Improve development mode performance
1 parent f5e7c36 commit 0bfc3b0

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

vaadin-addon-template-demo/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@
7979
<groupId>com.vaadin</groupId>
8080
<artifactId>vaadin-spring-boot-starter</artifactId>
8181
</dependency>
82+
<!-- Temporarily excluded by Vaadin due to "security vulnerability" -->
83+
<dependency>
84+
<groupId>org.yaml</groupId>
85+
<artifactId>snakeyaml</artifactId>
86+
<version>1.33</version>
87+
</dependency>
8288
<dependency>
8389
<groupId>org.springframework.boot</groupId>
8490
<artifactId>spring-boot-devtools</artifactId>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
vaadin:
2+
whitelisted-packages: software/xdev,com/vaadin/flow
3+
4+
spring:
5+
devtools:
6+
restart:
7+
poll-interval: 2s
8+
quiet-period: 1s

0 commit comments

Comments
 (0)