Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
623fbcbf
Commit
623fbcbf
authored
Apr 23, 2020
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish
parent
1019dbbc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
6 deletions
+38
-6
additional-spring-configuration-metadata.json
...es/META-INF/additional-spring-configuration-metadata.json
+5
-1
additional-spring-configuration-metadata.json
...es/META-INF/additional-spring-configuration-metadata.json
+33
-5
No files found.
spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json
View file @
623fbcbf
...
@@ -1327,6 +1327,10 @@
...
@@ -1327,6 +1327,10 @@
"name"
:
"management.metrics.export.prometheus.histogram-flavor"
,
"name"
:
"management.metrics.export.prometheus.histogram-flavor"
,
"defaultValue"
:
"prometheus"
"defaultValue"
:
"prometheus"
},
},
{
"name"
:
"management.metrics.export.prometheus.pushgateway.shutdown-operation"
,
"defaultValue"
:
"none"
},
{
{
"name"
:
"management.metrics.export.signalfx.num-threads"
,
"name"
:
"management.metrics.export.signalfx.num-threads"
,
"type"
:
"java.lang.Integer"
,
"type"
:
"java.lang.Integer"
,
...
@@ -1413,7 +1417,7 @@
...
@@ -1413,7 +1417,7 @@
"name"
:
"management.metrics.web.server.auto-time-requests"
,
"name"
:
"management.metrics.web.server.auto-time-requests"
,
"type"
:
"java.lang.Boolean"
,
"type"
:
"java.lang.Boolean"
,
"deprecation"
:
{
"deprecation"
:
{
"replacement"
:
"management.metrics.web.server.request.autotime.enabled"
"replacement"
:
"management.metrics.web.server.request.autotime.enabled"
,
"level"
:
"error"
"level"
:
"error"
}
}
},
},
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json
View file @
623fbcbf
...
@@ -601,6 +601,10 @@
...
@@ -601,6 +601,10 @@
"name"
:
"server.error.include-stacktrace"
,
"name"
:
"server.error.include-stacktrace"
,
"defaultValue"
:
"never"
"defaultValue"
:
"never"
},
},
{
"name"
:
"server.forward-headers-strategy"
,
"defaultValue"
:
"ncsa"
},
{
{
"name"
:
"server.http2.enabled"
,
"name"
:
"server.http2.enabled"
,
"description"
:
"Whether to enable HTTP/2 support, if the current environment supports it."
,
"description"
:
"Whether to enable HTTP/2 support, if the current environment supports it."
,
...
@@ -1218,7 +1222,7 @@
...
@@ -1218,7 +1222,7 @@
"name"
:
"spring.data.cassandra.pool.max-queue-size"
,
"name"
:
"spring.data.cassandra.pool.max-queue-size"
,
"type"
:
"java.lang.Integer"
,
"type"
:
"java.lang.Integer"
,
"deprecation"
:
{
"deprecation"
:
{
"replacement"
:
"spring.data.cassandra.throttler.max-queue-size"
,
"replacement"
:
"spring.data.cassandra.
request.
throttler.max-queue-size"
,
"level"
:
"error"
"level"
:
"error"
}
}
},
},
...
@@ -1273,6 +1277,10 @@
...
@@ -1273,6 +1277,10 @@
"description"
:
"Type of Cassandra repositories to enable."
,
"description"
:
"Type of Cassandra repositories to enable."
,
"defaultValue"
:
"auto"
"defaultValue"
:
"auto"
},
},
{
"name"
:
"spring.data.cassandra.request.throttler.type"
,
"defaultValue"
:
"none"
},
{
{
"name"
:
"spring.data.cassandra.retry-policy"
,
"name"
:
"spring.data.cassandra.retry-policy"
,
"type"
:
"java.lang.Class"
,
"type"
:
"java.lang.Class"
,
...
@@ -1281,10 +1289,6 @@
...
@@ -1281,10 +1289,6 @@
"level"
:
"error"
"level"
:
"error"
}
}
},
},
{
"name"
:
"spring.data.cassandra.throttler.type"
,
"defaultValue"
:
"none"
},
{
{
"name"
:
"spring.data.couchbase.consistency"
,
"name"
:
"spring.data.couchbase.consistency"
,
"type"
:
"org.springframework.data.couchbase.core.query.Consistency"
,
"type"
:
"org.springframework.data.couchbase.core.query.Consistency"
,
...
@@ -2411,6 +2415,10 @@
...
@@ -2411,6 +2415,10 @@
"level"
:
"error"
"level"
:
"error"
}
}
},
},
{
"name"
:
"spring.rsocket.server.transport"
,
"defaultValue"
:
"tcp"
},
{
{
"name"
:
"spring.security.filter.dispatcher-types"
,
"name"
:
"spring.security.filter.dispatcher-types"
,
"defaultValue"
:
[
"defaultValue"
:
[
...
@@ -2445,6 +2453,14 @@
...
@@ -2445,6 +2453,14 @@
"name"
:
"spring.session.hazelcast.flush-mode"
,
"name"
:
"spring.session.hazelcast.flush-mode"
,
"defaultValue"
:
"on-save"
"defaultValue"
:
"on-save"
},
},
{
"name"
:
"spring.session.hazelcast.save-mode"
,
"defaultValue"
:
"on-set-attribute"
},
{
"name"
:
"spring.session.jdbc.flush-mode"
,
"defaultValue"
:
"on-save"
},
{
{
"name"
:
"spring.session.jdbc.initialize-schema"
,
"name"
:
"spring.session.jdbc.initialize-schema"
,
"defaultValue"
:
"embedded"
"defaultValue"
:
"embedded"
...
@@ -2458,6 +2474,10 @@
...
@@ -2458,6 +2474,10 @@
"level"
:
"error"
"level"
:
"error"
}
}
},
},
{
"name"
:
"spring.session.jdbc.save-mode"
,
"defaultValue"
:
"on-set-attribute"
},
{
{
"name"
:
"spring.session.mongo.collection-name"
,
"name"
:
"spring.session.mongo.collection-name"
,
"type"
:
"java.lang.String"
,
"type"
:
"java.lang.String"
,
...
@@ -2468,10 +2488,18 @@
...
@@ -2468,10 +2488,18 @@
"level"
:
"error"
"level"
:
"error"
}
}
},
},
{
"name"
:
"spring.session.redis.configure-action"
,
"defaultValue"
:
"notify-keyspace-events"
},
{
{
"name"
:
"spring.session.redis.flush-mode"
,
"name"
:
"spring.session.redis.flush-mode"
,
"defaultValue"
:
"on-save"
"defaultValue"
:
"on-save"
},
},
{
"name"
:
"spring.session.redis.save-mode"
,
"defaultValue"
:
"on-set-attribute"
},
{
{
"name"
:
"spring.session.servlet.filter-dispatcher-types"
,
"name"
:
"spring.session.servlet.filter-dispatcher-types"
,
"defaultValue"
:
[
"defaultValue"
:
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment