Skip to content

Commit c13850e

Browse files
committed
Register WebMVC and HAL Explorer module with DevTools.
We now declare explicit Spring Boot DevTools configuration to include Spring Data REST WebMVC and HAL Explorer in the restart classloader to prevent proxying issues with package protected types. Fixes GH-2438.
1 parent fec5bc0 commit c13850e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
restart.include.spring-data-rest-webmvc:/spring-data-rest-hal-explorer-[\\w-\\.]+\.jar
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
restart.include.spring-data-rest-webmvc:/spring-data-rest-webmvc-[\\w-\\.]+\.jar

0 commit comments

Comments
 (0)