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
ddcd1bc7
Commit
ddcd1bc7
authored
Apr 23, 2020
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove metadata for configuration keys that were removed in 2.0
Closes gh-19706
parent
623fbcbf
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
335 additions
and
2726 deletions
+335
-2726
additional-spring-configuration-metadata.json
...es/META-INF/additional-spring-configuration-metadata.json
+333
-1699
additional-spring-configuration-metadata.json
...es/META-INF/additional-spring-configuration-metadata.json
+2
-940
additional-spring-configuration-metadata.json
...es/META-INF/additional-spring-configuration-metadata.json
+0
-20
additional-spring-configuration-metadata.json
...es/META-INF/additional-spring-configuration-metadata.json
+0
-67
No files found.
spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json
View file @
ddcd1bc7
This diff is collapsed.
Click to expand it.
spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json
View file @
ddcd1bc7
This diff is collapsed.
Click to expand it.
spring-boot-project/spring-boot-devtools/src/main/resources/META-INF/additional-spring-configuration-metadata.json
View file @
ddcd1bc7
...
...
@@ -5,26 +5,6 @@
"type"
:
"java.lang.Boolean"
,
"description"
:
"Whether to enable development property defaults."
,
"defaultValue"
:
true
},
{
"name"
:
"spring.devtools.remote.debug.enabled"
,
"type"
:
"java.lang.Boolean"
,
"description"
:
"Enable remote debug support."
,
"defaultValue"
:
true
,
"deprecation"
:
{
"reason"
:
"Remote debug is no longer supported."
,
"level"
:
"error"
}
},
{
"name"
:
"spring.devtools.remote.debug.local-port"
,
"type"
:
"java.lang.Integer"
,
"description"
:
"Local remote debug server port."
,
"defaultValue"
:
8000
,
"deprecation"
:
{
"reason"
:
"Remote debug is no longer supported."
,
"level"
:
"error"
}
}
]
}
spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json
View file @
ddcd1bc7
...
...
@@ -6,73 +6,6 @@
}
],
"properties"
:
[
{
"name"
:
"banner.charset"
,
"type"
:
"java.nio.charset.Charset"
,
"description"
:
"Banner file encoding."
,
"defaultValue"
:
"UTF-8"
,
"deprecation"
:
{
"replacement"
:
"spring.banner.charset"
,
"level"
:
"error"
}
},
{
"name"
:
"banner.image.height"
,
"type"
:
"java.lang.Integer"
,
"description"
:
"Banner image height (in chars)."
,
"deprecation"
:
{
"replacement"
:
"spring.banner.image.height"
,
"level"
:
"error"
}
},
{
"name"
:
"banner.image.invert"
,
"type"
:
"java.lang.Boolean"
,
"description"
:
"Invert images for dark console themes."
,
"defaultValue"
:
false
,
"deprecation"
:
{
"replacement"
:
"spring.banner.image.invert"
,
"level"
:
"error"
}
},
{
"name"
:
"banner.image.location"
,
"type"
:
"org.springframework.core.io.Resource"
,
"description"
:
"Banner image file location (jpg/png can also be used)."
,
"defaultValue"
:
"banner.gif"
,
"deprecation"
:
{
"replacement"
:
"spring.banner.image.location"
,
"level"
:
"error"
}
},
{
"name"
:
"banner.image.margin"
,
"type"
:
"java.lang.Integer"
,
"description"
:
"Left hand image margin (in chars)."
,
"deprecation"
:
{
"replacement"
:
"spring.banner.image.margin"
,
"level"
:
"error"
}
},
{
"name"
:
"banner.image.width"
,
"type"
:
"java.lang.Integer"
,
"description"
:
"Banner image width (in chars)."
,
"deprecation"
:
{
"replacement"
:
"spring.banner.image.width"
,
"level"
:
"error"
}
},
{
"name"
:
"banner.location"
,
"type"
:
"org.springframework.core.io.Resource"
,
"description"
:
"Banner text resource location."
,
"defaultValue"
:
"classpath:banner.txt"
,
"deprecation"
:
{
"replacement"
:
"spring.banner.location"
,
"level"
:
"error"
}
},
{
"name"
:
"debug"
,
"type"
:
"java.lang.Boolean"
,
...
...
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