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.
This commit is contained in:
Oliver Drotbohm
2024-12-11 15:44:22 +01:00
parent f8dbed9639
commit bed7feb4c8
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1 @@
restart.include.spring-data-rest-webmvc:/spring-data-rest-hal-explorer-[\\w-\\.]+\.jar

View File

@@ -0,0 +1 @@
restart.include.spring-data-rest-webmvc:/spring-data-rest-webmvc-[\\w-\\.]+\.jar