@ -42,7 +42,8 @@
"description" : "Log file name (for instance, `myapp.log`). Names can be an exact location or relative to the current directory." ,
"description" : "Log file name (for instance, `myapp.log`). Names can be an exact location or relative to the current directory." ,
"deprecation" : {
"deprecation" : {
"replacement" : "logging.file.name" ,
"replacement" : "logging.file.name" ,
"level" : "error"
"level" : "error" ,
"since" : "2.2.0"
}
}
} ,
} ,
{
{
@ -52,7 +53,8 @@
"sourceType" : "org.springframework.boot.context.logging.LoggingApplicationListener" ,
"sourceType" : "org.springframework.boot.context.logging.LoggingApplicationListener" ,
"defaultValue" : false ,
"defaultValue" : false ,
"deprecation" : {
"deprecation" : {
"replacement" : "logging.logback.rollingpolicy.clean-history-on-start"
"replacement" : "logging.logback.rollingpolicy.clean-history-on-start" ,
"since" : "2.4.0"
}
}
} ,
} ,
{
{
@ -62,7 +64,8 @@
"sourceType" : "org.springframework.boot.context.logging.LoggingApplicationListener" ,
"sourceType" : "org.springframework.boot.context.logging.LoggingApplicationListener" ,
"defaultValue" : 7 ,
"defaultValue" : 7 ,
"deprecation" : {
"deprecation" : {
"replacement" : "logging.logback.rollingpolicy.max-history"
"replacement" : "logging.logback.rollingpolicy.max-history" ,
"since" : "2.4.0"
}
}
} ,
} ,
{
{
@ -72,7 +75,8 @@
"sourceType" : "org.springframework.boot.context.logging.LoggingApplicationListener" ,
"sourceType" : "org.springframework.boot.context.logging.LoggingApplicationListener" ,
"defaultValue" : "10MB" ,
"defaultValue" : "10MB" ,
"deprecation" : {
"deprecation" : {
"replacement" : "logging.logback.rollingpolicy.max-file-size"
"replacement" : "logging.logback.rollingpolicy.max-file-size" ,
"since" : "2.4.0"
}
}
} ,
} ,
{
{
@ -94,7 +98,8 @@
"sourceType" : "org.springframework.boot.context.logging.LoggingApplicationListener" ,
"sourceType" : "org.springframework.boot.context.logging.LoggingApplicationListener" ,
"defaultValue" : "0B" ,
"defaultValue" : "0B" ,
"deprecation" : {
"deprecation" : {
"replacement" : "logging.logback.rollingpolicy.total-size-cap"
"replacement" : "logging.logback.rollingpolicy.total-size-cap" ,
"since" : "2.4.0"
}
}
} ,
} ,
{
{
@ -169,7 +174,8 @@
"description" : "Location of the log file. For instance, `/var/log`." ,
"description" : "Location of the log file. For instance, `/var/log`." ,
"deprecation" : {
"deprecation" : {
"replacement" : "logging.file.path" ,
"replacement" : "logging.file.path" ,
"level" : "error"
"level" : "error" ,
"since" : "2.2.0"
}
}
} ,
} ,
{
{
@ -211,7 +217,8 @@
"sourceType" : "org.springframework.boot.context.logging.LoggingApplicationListener" ,
"sourceType" : "org.springframework.boot.context.logging.LoggingApplicationListener" ,
"defaultValue" : "${LOG_FILE}.%d{yyyy-MM-dd}.%i.gz" ,
"defaultValue" : "${LOG_FILE}.%d{yyyy-MM-dd}.%i.gz" ,
"deprecation" : {
"deprecation" : {
"replacement" : "logging.logback.rollingpolicy.file-name-pattern"
"replacement" : "logging.logback.rollingpolicy.file-name-pattern" ,
"since" : "2.4.0"
}
}
} ,
} ,
{
{
@ -349,7 +356,8 @@
"description" : "Application index." ,
"description" : "Application index." ,
"deprecation" : {
"deprecation" : {
"level" : "error" ,
"level" : "error" ,
"reason" : "Application context ids are now unique by default."
"reason" : "Application context ids are now unique by default." ,
"since" : "2.0.0"
}
}
} ,
} ,
{
{
@ -374,7 +382,8 @@
"type" : "java.lang.Integer" ,
"type" : "java.lang.Integer" ,
"deprecation" : {
"deprecation" : {
"level" : "error" ,
"level" : "error" ,
"reason" : "Support for image banners has been removed."
"reason" : "Support for image banners has been removed." ,
"since" : "3.0.0"
}
}
} ,
} ,
{
{
@ -382,7 +391,8 @@
"type" : "java.lang.Integer" ,
"type" : "java.lang.Integer" ,
"deprecation" : {
"deprecation" : {
"level" : "error" ,
"level" : "error" ,
"reason" : "Support for image banners has been removed."
"reason" : "Support for image banners has been removed." ,
"since" : "3.0.0"
}
}
} ,
} ,
{
{
@ -390,7 +400,8 @@
"type" : "java.lang.Boolean" ,
"type" : "java.lang.Boolean" ,
"deprecation" : {
"deprecation" : {
"level" : "error" ,
"level" : "error" ,
"reason" : "Support for image banners has been removed."
"reason" : "Support for image banners has been removed." ,
"since" : "3.0.0"
}
}
} ,
} ,
{
{
@ -398,7 +409,8 @@
"type" : "org.springframework.core.io.Resource" ,
"type" : "org.springframework.core.io.Resource" ,
"deprecation" : {
"deprecation" : {
"level" : "error" ,
"level" : "error" ,
"reason" : "Support for image banners has been removed."
"reason" : "Support for image banners has been removed." ,
"since" : "3.0.0"
}
}
} ,
} ,
{
{
@ -406,7 +418,8 @@
"type" : "java.lang.Integer" ,
"type" : "java.lang.Integer" ,
"deprecation" : {
"deprecation" : {
"level" : "error" ,
"level" : "error" ,
"reason" : "Support for image banners has been removed."
"reason" : "Support for image banners has been removed." ,
"since" : "3.0.0"
}
}
} ,
} ,
{
{
@ -414,7 +427,8 @@
"type" : "org.springframework.boot.ImageBanner$PixelMode" ,
"type" : "org.springframework.boot.ImageBanner$PixelMode" ,
"deprecation" : {
"deprecation" : {
"level" : "error" ,
"level" : "error" ,
"reason" : "Support for image banners has been removed."
"reason" : "Support for image banners has been removed." ,
"since" : "3.0.0"
}
}
} ,
} ,
{
{
@ -422,7 +436,8 @@
"type" : "java.lang.Integer" ,
"type" : "java.lang.Integer" ,
"deprecation" : {
"deprecation" : {
"level" : "error" ,
"level" : "error" ,
"reason" : "Support for image banners has been removed."
"reason" : "Support for image banners has been removed." ,
"since" : "3.0.0"
}
}
} ,
} ,
{
{
@ -541,7 +556,8 @@
"description" : "Display the banner when the application runs." ,
"description" : "Display the banner when the application runs." ,
"defaultValue" : true ,
"defaultValue" : true ,
"deprecation" : {
"deprecation" : {
"replacement" : "spring.main.banner-mode"
"replacement" : "spring.main.banner-mode" ,
"since" : "1.3.0"
}
}
} ,
} ,
{
{
@ -562,7 +578,8 @@
"sourceType" : "org.springframework.boot.SpringApplication" ,
"sourceType" : "org.springframework.boot.SpringApplication" ,
"description" : "Run the application in a web environment (auto-detected by default)." ,
"description" : "Run the application in a web environment (auto-detected by default)." ,
"deprecation" : {
"deprecation" : {
"replacement" : "spring.main.web-application-type"
"replacement" : "spring.main.web-application-type" ,
"since" : "2.0.0"
}
}
} ,
} ,
{
{