From 351010a905547a85fd21d689e5d573b913249bcf Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Fri, 17 Jan 2025 00:27:11 +0100 Subject: [PATCH] Revert registration of WebMvc and HalExplorer modules with DevTools. The original ticket (GH-2438) will be fixed downstream in Spring Modulith. Fixes GH-2442. --- .../src/main/resources/META-INF/spring-devtools.properties | 1 - .../src/main/resources/META-INF/spring-devtools.properties | 1 - 2 files changed, 2 deletions(-) delete mode 100644 spring-data-rest-hal-explorer/src/main/resources/META-INF/spring-devtools.properties delete mode 100644 spring-data-rest-webmvc/src/main/resources/META-INF/spring-devtools.properties diff --git a/spring-data-rest-hal-explorer/src/main/resources/META-INF/spring-devtools.properties b/spring-data-rest-hal-explorer/src/main/resources/META-INF/spring-devtools.properties deleted file mode 100644 index 4293cda9a..000000000 --- a/spring-data-rest-hal-explorer/src/main/resources/META-INF/spring-devtools.properties +++ /dev/null @@ -1 +0,0 @@ -restart.include.spring-data-rest-webmvc:/spring-data-rest-hal-explorer-[\\w-\\.]+\.jar diff --git a/spring-data-rest-webmvc/src/main/resources/META-INF/spring-devtools.properties b/spring-data-rest-webmvc/src/main/resources/META-INF/spring-devtools.properties deleted file mode 100644 index 367ff44f9..000000000 --- a/spring-data-rest-webmvc/src/main/resources/META-INF/spring-devtools.properties +++ /dev/null @@ -1 +0,0 @@ -restart.include.spring-data-rest-webmvc:/spring-data-rest-webmvc-[\\w-\\.]+\.jar