Browse Source

Merge branch '3.1.x'

Closes gh-37611
pull/37626/head
Andy Wilkinson 3 years ago
parent
commit
4e38469ba2
  1. 8
      spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

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

@ -1588,6 +1588,10 @@ @@ -1588,6 +1588,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
@ -3003,10 +3007,6 @@ @@ -3003,10 +3007,6 @@
}
]
},
{
"name": "spring.jmx.registration-policy",
"defaultValue": "fail-on-existing"
},
{
"name": "spring.jmx.server",
"providers": [

Loading…
Cancel
Save