Skip to content

Commit

Permalink
Register WebMVC and HAL Explorer module with DevTools.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
odrotbohm committed Dec 11, 2024
1 parent fec5bc0 commit c13850e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
restart.include.spring-data-rest-webmvc:/spring-data-rest-hal-explorer-[\\w-\\.]+\.jar
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
restart.include.spring-data-rest-webmvc:/spring-data-rest-webmvc-[\\w-\\.]+\.jar

0 comments on commit c13850e

Please sign in to comment.