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 3107aff86d..e7e128afa2 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 @@ -1563,6 +1563,10 @@ "reason": "Hibernate no longer supports disabling the use of new ID generator mappings." } }, + { + "name": "spring.jmx.registration-policy", + "defaultValue": "fail-on-existing" + }, { "name": "spring.jpa.open-in-view", "defaultValue": true @@ -3107,10 +3111,6 @@ } ] }, - { - "name": "spring.jmx.registration-policy", - "defaultValue": "fail-on-existing" - }, { "name": "spring.jmx.server", "providers": [