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
0a5f064d
Commit
0a5f064d
authored
Nov 23, 2017
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve error metadata for Autoconfigure module
parent
3a6a238e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
101 additions
and
1 deletion
+101
-1
additional-spring-configuration-metadata.json
...es/META-INF/additional-spring-configuration-metadata.json
+101
-1
No files found.
spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json
View file @
0a5f064d
...
@@ -1140,12 +1140,102 @@
...
@@ -1140,12 +1140,102 @@
{
{
"name"
:
"spring.messages.cache-seconds"
,
"name"
:
"spring.messages.cache-seconds"
,
"type"
:
"java.lang.Integer"
,
"type"
:
"java.lang.Integer"
,
"description"
:
"Loaded resource bundle files cache expiration, in seconds. When set to -1, bundles are cached forever"
,
"description"
:
"Loaded resource bundle files cache expiration, in seconds. When set to -1, bundles are cached forever
.
"
,
"deprecation"
:
{
"deprecation"
:
{
"replacement"
:
"spring.messages.cache-duration"
,
"replacement"
:
"spring.messages.cache-duration"
,
"level"
:
"error"
"level"
:
"error"
}
}
},
},
{
"name"
:
"spring.mobile.devicedelegatingviewresolver.enabled"
,
"type"
:
"java.lang.Boolean"
,
"description"
:
"Enable device view resolver."
,
"defaultValue"
:
false
,
"deprecation"
:
{
"reason"
:
"Spring Mobile support is no longer available."
,
"level"
:
"error"
}
},
{
"name"
:
"spring.mobile.devicedelegatingviewresolver.enable-fallback"
,
"type"
:
"java.lang.Boolean"
,
"description"
:
"Enable support for fallback resolution."
,
"defaultValue"
:
false
,
"deprecation"
:
{
"reason"
:
"Spring Mobile support is no longer available."
,
"level"
:
"error"
}
},
{
"name"
:
"spring.mobile.devicedelegatingviewresolver.mobile-prefix"
,
"type"
:
"java.lang.String"
,
"description"
:
"Prefix that gets prepended to view names for mobile devices."
,
"defaultValue"
:
"mobile/"
,
"deprecation"
:
{
"reason"
:
"Spring Mobile support is no longer available."
,
"level"
:
"error"
}
},
{
"name"
:
"spring.mobile.devicedelegatingviewresolver.mobile-suffix"
,
"type"
:
"java.lang.String"
,
"description"
:
"Suffix that gets appended to view names for mobile devices."
,
"defaultValue"
:
""
,
"deprecation"
:
{
"reason"
:
"Spring Mobile support is no longer available."
,
"level"
:
"error"
}
},
{
"name"
:
"spring.mobile.devicedelegatingviewresolver.normal-prefix"
,
"type"
:
"java.lang.String"
,
"description"
:
"Prefix that gets prepended to view names for normal devices."
,
"defaultValue"
:
""
,
"deprecation"
:
{
"reason"
:
"Spring Mobile support is no longer available."
,
"level"
:
"error"
}
},
{
"name"
:
"spring.mobile.devicedelegatingviewresolver.normal-suffix"
,
"type"
:
"java.lang.String"
,
"description"
:
"Suffix that gets appended to view names for normal devices."
,
"defaultValue"
:
""
,
"deprecation"
:
{
"reason"
:
"Spring Mobile support is no longer available."
,
"level"
:
"error"
}
},
{
"name"
:
"spring.mobile.devicedelegatingviewresolver.tablet-prefix"
,
"type"
:
"java.lang.String"
,
"description"
:
"Prefix that gets prepended to view names for tablet devices."
,
"defaultValue"
:
"tablet/"
,
"deprecation"
:
{
"reason"
:
"Spring Mobile support is no longer available."
,
"level"
:
"error"
}
},
{
"name"
:
"spring.mobile.devicedelegatingviewresolver.tablet-suffix"
,
"type"
:
"java.lang.String"
,
"description"
:
"Suffix that gets appended to view names for tablet devices."
,
"defaultValue"
:
""
,
"deprecation"
:
{
"reason"
:
"Spring Mobile support is no longer available."
,
"level"
:
"error"
}
},
{
"name"
:
"spring.mobile.sitepreference.enabled"
,
"type"
:
"java.lang.Boolean"
,
"description"
:
"Enable SitePreferenceHandler."
,
"defaultValue"
:
true
,
"deprecation"
:
{
"reason"
:
"Spring Mobile support is no longer available."
,
"level"
:
"error"
}
},
{
{
"name"
:
"spring.redis.pool.max-active"
,
"name"
:
"spring.redis.pool.max-active"
,
"type"
:
"java.lang.Integer"
,
"type"
:
"java.lang.Integer"
,
...
@@ -1222,6 +1312,16 @@
...
@@ -1222,6 +1312,16 @@
"level"
:
"error"
"level"
:
"error"
}
}
},
},
{
"name"
:
"spring.session.mongo.collection-name"
,
"type"
:
"java.lang.String"
,
"description"
:
"Collection name used to store sessions."
,
"defaultValue"
:
"sessions"
,
"deprecation"
:
{
"replacement"
:
"spring.session.mongodb.collection-name"
,
"level"
:
"error"
}
},
{
{
"name"
:
"spring.thymeleaf.content-type"
,
"name"
:
"spring.thymeleaf.content-type"
,
"type"
:
"org.springframework.util.MimeType"
,
"type"
:
"org.springframework.util.MimeType"
,
...
...
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