Skip to content

Commit

Permalink
Sort entries in additional-spring-configuration metadata alphabetically
Browse files Browse the repository at this point in the history
Closes gh-30434
  • Loading branch information
mhalbritter committed Mar 25, 2022
1 parent 25e1e86 commit 0ff8119
Show file tree
Hide file tree
Showing 5 changed files with 130 additions and 124 deletions.
@@ -1,4 +1,5 @@
{
"groups": [],
"properties": [
{
"name": "info",
Expand Down
@@ -1,10 +1,12 @@
{
"groups": [],
"properties": [
{
"name": "management.endpoints.migrate-legacy-ids",
"type": "java.lang.Boolean",
"description": "Whether to transparently migrate legacy endpoint IDs.",
"defaultValue": false
}
]
],
"hints": []
}
@@ -1,4 +1,5 @@
{
"groups": [],
"properties": [
{
"name": "server.compression.enabled",
Expand Down Expand Up @@ -542,6 +543,14 @@
"level": "error"
}
},
{
"name": "spring.data.cassandra.pool.heartbeat-interval",
"defaultValue": "30s"
},
{
"name": "spring.data.cassandra.pool.idle-timeout",
"defaultValue": "5s"
},
{
"name": "spring.data.cassandra.pool.max-queue-size",
"type": "java.lang.Integer",
Expand Down Expand Up @@ -577,14 +586,14 @@
"name": "spring.data.cassandra.request.page-size",
"defaultValue": 5000
},
{
"name": "spring.data.cassandra.request.timeout",
"defaultValue": "2s"
},
{
"name": "spring.data.cassandra.request.throttler.type",
"defaultValue": "none"
},
{
"name": "spring.data.cassandra.request.timeout",
"defaultValue": "2s"
},
{
"name": "spring.data.cassandra.retry-policy",
"type": "java.lang.Class",
Expand All @@ -593,14 +602,6 @@
"level": "error"
}
},
{
"name": "spring.data.cassandra.pool.heartbeat-interval",
"defaultValue": "30s"
},
{
"name": "spring.data.cassandra.pool.idle-timeout",
"defaultValue": "5s"
},
{
"name": "spring.data.couchbase.consistency",
"type": "org.springframework.data.couchbase.core.query.Consistency",
Expand Down Expand Up @@ -1607,6 +1608,10 @@
"name": "spring.neo4j.uri",
"defaultValue": "bolt://localhost:7687"
},
{
"name": "spring.netty.leak-detection",
"defaultValue": "simple"
},
{
"name": "spring.quartz.jdbc.comment-prefix",
"defaultValue": [
Expand Down Expand Up @@ -1807,10 +1812,6 @@
"name": "spring.webservices.wsdl-locations",
"type": "java.util.List<java.lang.String>",
"description": "Comma-separated list of locations of WSDLs and accompanying XSDs to be exposed as beans."
},
{
"name": "spring.netty.leak-detection",
"defaultValue": "simple"
}
],
"hints": [
Expand Down
@@ -1,10 +1,12 @@
{
"groups": [],
"properties": [
{
"name": "spring.devtools.add-properties",
"type": "java.lang.Boolean",
"description": "Whether to enable development property defaults.",
"defaultValue": true
}
]
],
"hints": []
}

0 comments on commit 0ff8119

Please sign in to comment.