Skip to content

Commit

Permalink
Merge branch '2.3.x'
Browse files Browse the repository at this point in the history
Closes gh-23992
  • Loading branch information
snicoll committed Nov 2, 2020
2 parents fb59432 + 1e9c9b9 commit 339b21c
Showing 1 changed file with 20 additions and 3 deletions.
Expand Up @@ -204,6 +204,10 @@
"name": "server.servlet.session.tracking-modes",
"description": "Session tracking modes."
},
{
"name": "server.shutdown",
"defaultValue": "immediate"
},
{
"name": "server.ssl.ciphers",
"description": "Supported SSL ciphers."
Expand Down Expand Up @@ -266,9 +270,6 @@
"name": "server.ssl.trust-store-type",
"description": "Type of the trust store."
},
{ "name": "server.shutdown",
"defaultValue:": "immediate"
},
{
"name": "server.tomcat.max-http-post-size",
"type": "org.springframework.util.unit.DataSize",
Expand Down Expand Up @@ -1316,6 +1317,10 @@
"level": "error"
}
},
{
"name": "spring.kafka.consumer.isolation-level",
"defaultValue": "read-uncommitted"
},
{
"name": "spring.kafka.consumer.ssl.keystore-location",
"type": "org.springframework.core.io.Resource",
Expand Down Expand Up @@ -1510,6 +1515,14 @@
"name": "spring.mvc.locale-resolver",
"defaultValue": "accept-header"
},
{
"name": "spring.mvc.pathmatch.matching-strategy",
"defaultValue": "ant-path-matcher"
},
{
"name": "spring.neo4j.security.trust-strategy",
"defaultValue": "trust-system-ca-signed-certificates"
},
{
"name": "spring.neo4j.uri",
"defaultValue": "bolt://localhost:7687"
Expand Down Expand Up @@ -1663,6 +1676,10 @@
"name": "spring.thymeleaf.suffix",
"defaultValue": ".html"
},
{
"name": "spring.web.locale-resolver",
"defaultValue": "accept-header"
},
{
"name": "spring.webflux.hiddenmethod.filter.enabled",
"type": "java.lang.Boolean",
Expand Down

0 comments on commit 339b21c

Please sign in to comment.