Fix additional metadata location for spring.jmx.registration-policy

Closes gh-37596
3.1.x
Andy Wilkinson 1 year ago
parent 1bcd127ad0
commit 4a3901149b

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

Loading…
Cancel
Save