diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 7f1174fda41..e95dc8c9bb5 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -371,18 +371,6 @@ "name": "spring.kafka.listener.type", "defaultValue": "single" }, - { - "name": "spring.mobile.devicedelegatingviewresolver.enabled", - "type": "java.lang.Boolean", - "description": "Whether to enable device view resolver.", - "defaultValue": false - }, - { - "name": "spring.mobile.sitepreference.enabled", - "type": "java.lang.Boolean", - "description": "Whether to enable SitePreferenceHandler.", - "defaultValue": true - }, { "name": "spring.mustache.prefix", "defaultValue": "classpath:/templates/"