Skip to content

Commit 6fb252b

Browse files
committed
Polish
1 parent 4a39011 commit 6fb252b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1554,6 +1554,10 @@
15541554
"name": "spring.jersey.type",
15551555
"defaultValue": "servlet"
15561556
},
1557+
{
1558+
"name": "spring.jmx.registration-policy",
1559+
"defaultValue": "fail-on-existing"
1560+
},
15571561
{
15581562
"name": "spring.jpa.hibernate.use-new-id-generator-mappings",
15591563
"type": "java.lang.Boolean",
@@ -1563,10 +1567,6 @@
15631567
"reason": "Hibernate no longer supports disabling the use of new ID generator mappings."
15641568
}
15651569
},
1566-
{
1567-
"name": "spring.jmx.registration-policy",
1568-
"defaultValue": "fail-on-existing"
1569-
},
15701570
{
15711571
"name": "spring.jpa.open-in-view",
15721572
"defaultValue": true

0 commit comments

Comments
 (0)