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
8ac3ab55
Commit
8ac3ab55
authored
Apr 23, 2020
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing metadata for removed configuration keys
Closes gh-20846
parent
31195273
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
66 additions
and
0 deletions
+66
-0
additional-spring-configuration-metadata.json
...es/META-INF/additional-spring-configuration-metadata.json
+9
-0
additional-spring-configuration-metadata.json
...es/META-INF/additional-spring-configuration-metadata.json
+57
-0
No files found.
spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json
View file @
8ac3ab55
...
@@ -973,6 +973,15 @@
...
@@ -973,6 +973,15 @@
"name"
:
"management.endpoints.jmx.exposure.include"
,
"name"
:
"management.endpoints.jmx.exposure.include"
,
"defaultValue"
:
"*"
"defaultValue"
:
"*"
},
},
{
"name"
:
"management.endpoints.jmx.unique-names"
,
"type"
:
"java.lang.Boolean"
,
"description"
:
"Whether unique runtime object names should be ensured."
,
"deprecation"
:
{
"replacement"
:
"spring.jmx.unique-names"
,
"level"
:
"error"
}
},
{
{
"name"
:
"management.endpoints.web.exposure.include"
,
"name"
:
"management.endpoints.web.exposure.include"
,
"defaultValue"
:
[
"defaultValue"
:
[
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json
View file @
8ac3ab55
...
@@ -923,6 +923,15 @@
...
@@ -923,6 +923,15 @@
"name"
:
"server.ssl.trust-store-type"
,
"name"
:
"server.ssl.trust-store-type"
,
"description"
:
"Type of the trust store."
"description"
:
"Type of the trust store."
},
},
{
"name"
:
"server.tomcat.max-http-header-size"
,
"type"
:
"org.springframework.util.unit.DataSize"
,
"description"
:
"Maximum size of the HTTP message header."
,
"deprecation"
:
{
"replacement"
:
"server.max-http-header-size"
,
"level"
:
"error"
}
},
{
{
"name"
:
"server.undertow.buffers-per-region"
,
"name"
:
"server.undertow.buffers-per-region"
,
"type"
:
"java.lang.Integer"
,
"type"
:
"java.lang.Integer"
,
...
@@ -1059,6 +1068,14 @@
...
@@ -1059,6 +1068,14 @@
"localhost"
"localhost"
]
]
},
},
{
"name"
:
"spring.data.cassandra.load-balancing-policy"
,
"type"
:
"java.lang.Class"
,
"description"
:
"Class name of the load balancing policy. The class must have a default constructor."
,
"deprecation"
:
{
"level"
:
"error"
}
},
{
{
"name"
:
"spring.data.cassandra.read-timeout-millis"
,
"name"
:
"spring.data.cassandra.read-timeout-millis"
,
"type"
:
"java.lang.Integer"
,
"type"
:
"java.lang.Integer"
,
...
@@ -1068,6 +1085,14 @@
...
@@ -1068,6 +1085,14 @@
"level"
:
"error"
"level"
:
"error"
}
}
},
},
{
"name"
:
"spring.data.cassandra.reconnection-policy"
,
"type"
:
"java.lang.Class"
,
"description"
:
"Class name of the reconnection policy. The class must have a default constructor."
,
"deprecation"
:
{
"level"
:
"error"
}
},
{
{
"name"
:
"spring.data.cassandra.repositories.enabled"
,
"name"
:
"spring.data.cassandra.repositories.enabled"
,
"type"
:
"java.lang.Boolean"
,
"type"
:
"java.lang.Boolean"
,
...
@@ -1084,6 +1109,14 @@
...
@@ -1084,6 +1109,14 @@
"description"
:
"Type of Cassandra repositories to enable."
,
"description"
:
"Type of Cassandra repositories to enable."
,
"defaultValue"
:
"auto"
"defaultValue"
:
"auto"
},
},
{
"name"
:
"spring.data.cassandra.retry-policy"
,
"type"
:
"java.lang.Class"
,
"description"
:
"Class name of the retry policy. The class must have a default constructor."
,
"deprecation"
:
{
"level"
:
"error"
}
},
{
{
"name"
:
"spring.data.couchbase.consistency"
,
"name"
:
"spring.data.couchbase.consistency"
,
"defaultValue"
:
"read-your-own-writes"
"defaultValue"
:
"read-your-own-writes"
...
@@ -1843,6 +1876,14 @@
...
@@ -1843,6 +1876,14 @@
"level"
:
"error"
"level"
:
"error"
}
}
},
},
{
"name"
:
"spring.kafka.streams.cache-max-bytes-buffering"
,
"type"
:
"java.lang.Integer"
,
"deprecation"
:
{
"replacement"
:
"spring.kafka.streams.cache-max-size-buffering"
,
"level"
:
"error"
}
},
{
{
"name"
:
"spring.liquibase.check-change-log-location"
,
"name"
:
"spring.liquibase.check-change-log-location"
,
"type"
:
"java.lang.Boolean"
,
"type"
:
"java.lang.Boolean"
,
...
@@ -1883,6 +1924,14 @@
...
@@ -1883,6 +1924,14 @@
"name"
:
"spring.mustache.suffix"
,
"name"
:
"spring.mustache.suffix"
,
"defaultValue"
:
".mustache"
"defaultValue"
:
".mustache"
},
},
{
"name"
:
"spring.mvc.favicon.enabled"
,
"type"
:
"java.lang.Boolean"
,
"description"
:
"Whether to enable resolution of favicon.ico."
,
"deprecation"
:
{
"level"
:
"error"
}
},
{
{
"name"
:
"spring.mvc.formcontent.filter.enabled"
,
"name"
:
"spring.mvc.formcontent.filter.enabled"
,
"type"
:
"java.lang.Boolean"
,
"type"
:
"java.lang.Boolean"
,
...
@@ -1951,6 +2000,14 @@
...
@@ -1951,6 +2000,14 @@
"name"
:
"spring.rabbitmq.listener.type"
,
"name"
:
"spring.rabbitmq.listener.type"
,
"defaultValue"
:
"simple"
"defaultValue"
:
"simple"
},
},
{
"name"
:
"spring.rabbitmq.template.queue"
,
"type"
:
"java.lang.String"
,
"deprecation"
:
{
"replacement"
:
"spring.rabbitmq.template.default-receive-queue"
,
"level"
:
"error"
}
},
{
{
"name"
:
"spring.reactor.stacktrace-mode.enabled"
,
"name"
:
"spring.reactor.stacktrace-mode.enabled"
,
"description"
:
"Whether Reactor should collect stacktrace information at runtime."
,
"description"
:
"Whether Reactor should collect stacktrace information at runtime."
,
...
...
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