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
8c31d29a
Commit
8c31d29a
authored
Mar 30, 2021
by
Phillip Webb
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.4.x'
parents
fe1011c2
a28a3ae0
Changes
51
Show whitespace changes
Inline
Side-by-side
Showing
51 changed files
with
85 additions
and
79 deletions
+85
-79
ManagementServerProperties.java
.../autoconfigure/web/server/ManagementServerProperties.java
+2
-2
CassandraHealthIndicator.java
...work/boot/actuate/cassandra/CassandraHealthIndicator.java
+1
-1
CassandraReactiveHealthIndicator.java
...t/actuate/cassandra/CassandraReactiveHealthIndicator.java
+1
-1
InvocationContext.java
...ingframework/boot/actuate/endpoint/InvocationContext.java
+2
-2
ApiVersion.java
...pringframework/boot/actuate/endpoint/http/ApiVersion.java
+1
-1
WebFluxTags.java
...boot/actuate/metrics/web/reactive/server/WebFluxTags.java
+1
-1
BatchProperties.java
...ngframework/boot/autoconfigure/batch/BatchProperties.java
+4
-3
JobLauncherCommandLineRunner.java
...oot/autoconfigure/batch/JobLauncherCommandLineRunner.java
+1
-1
EntityManagerFactoryDependsOnPostProcessor.java
.../data/jpa/EntityManagerFactoryDependsOnPostProcessor.java
+1
-1
FlywayMigrationScriptMissingException.java
...nfigure/flyway/FlywayMigrationScriptMissingException.java
+1
-1
FlywayMigrationScriptMissingFailureAnalyzer.java
...e/flyway/FlywayMigrationScriptMissingFailureAnalyzer.java
+1
-1
FlywayProperties.java
...framework/boot/autoconfigure/flyway/FlywayProperties.java
+1
-1
HypermediaHttpMessageConverterConfiguration.java
.../hateoas/HypermediaHttpMessageConverterConfiguration.java
+2
-1
DataSourceSchemaCreatedEvent.java
...boot/autoconfigure/jdbc/DataSourceSchemaCreatedEvent.java
+2
-2
JdbcOperationsDependsOnPostProcessor.java
...oconfigure/jdbc/JdbcOperationsDependsOnPostProcessor.java
+1
-1
NamedParameterJdbcOperationsDependsOnPostProcessor.java
...c/NamedParameterJdbcOperationsDependsOnPostProcessor.java
+1
-1
ArtemisProperties.java
...ork/boot/autoconfigure/jms/artemis/ArtemisProperties.java
+2
-2
DslContextDependsOnPostProcessor.java
.../autoconfigure/jooq/DslContextDependsOnPostProcessor.java
+1
-1
MongoProperties.java
...ngframework/boot/autoconfigure/mongo/MongoProperties.java
+2
-1
MustacheEnvironmentCollector.java
.../autoconfigure/mustache/MustacheEnvironmentCollector.java
+2
-2
NettyProperties.java
...ngframework/boot/autoconfigure/netty/NettyProperties.java
+1
-1
ConnectionFactoryBuilder.java
...rk/boot/autoconfigure/r2dbc/ConnectionFactoryBuilder.java
+1
-1
EmbeddedDatabaseConnection.java
.../boot/autoconfigure/r2dbc/EmbeddedDatabaseConnection.java
+1
-1
ResourceProperties.java
...gframework/boot/autoconfigure/web/ResourceProperties.java
+2
-1
AbstractErrorWebExceptionHandler.java
.../web/reactive/error/AbstractErrorWebExceptionHandler.java
+2
-2
DefaultErrorWebExceptionHandler.java
...e/web/reactive/error/DefaultErrorWebExceptionHandler.java
+1
-1
WebMvcProperties.java
...work/boot/autoconfigure/web/servlet/WebMvcProperties.java
+1
-1
DefaultErrorViewResolver.java
...configure/web/servlet/error/DefaultErrorViewResolver.java
+1
-1
FlywayMigrationScriptMissingFailureAnalyzerTests.java
...way/FlywayMigrationScriptMissingFailureAnalyzerTests.java
+1
-1
ConfigFileApplicationContextInitializer.java
...test/context/ConfigFileApplicationContextInitializer.java
+1
-1
TestPropertyValues.java
...rg/springframework/boot/test/util/TestPropertyValues.java
+1
-1
BuildLog.java
...ringframework/boot/buildpack/platform/build/BuildLog.java
+4
-4
SpringBootExtension.java
.../springframework/boot/gradle/dsl/SpringBootExtension.java
+2
-2
BootArchive.java
...ringframework/boot/gradle/tasks/bundling/BootArchive.java
+2
-2
BootBuildImage.java
...gframework/boot/gradle/tasks/bundling/BootBuildImage.java
+1
-1
BootJar.java
...g/springframework/boot/gradle/tasks/bundling/BootJar.java
+1
-1
Launcher.java
...c/main/java/org/springframework/boot/loader/Launcher.java
+2
-2
Archive.java
...java/org/springframework/boot/loader/archive/Archive.java
+4
-4
ArtifactsLibraries.java
...va/org/springframework/boot/maven/ArtifactsLibraries.java
+1
-1
SpringApplication.java
...main/java/org/springframework/boot/SpringApplication.java
+4
-4
SpringApplicationRunListener.java
...rg/springframework/boot/SpringApplicationRunListener.java
+2
-2
SpringApplicationBuilder.java
...pringframework/boot/builder/SpringApplicationBuilder.java
+1
-1
CloudFoundryVcapEnvironmentPostProcessor.java
.../boot/cloud/CloudFoundryVcapEnvironmentPostProcessor.java
+2
-2
ConfigFileApplicationListener.java
...rk/boot/context/config/ConfigFileApplicationListener.java
+1
-1
FilteredPropertySource.java
...framework/boot/context/config/FilteredPropertySource.java
+1
-1
ApplicationEnvironmentPreparedEvent.java
...ot/context/event/ApplicationEnvironmentPreparedEvent.java
+1
-1
ApplicationStartingEvent.java
...ramework/boot/context/event/ApplicationStartingEvent.java
+1
-1
ClasspathLoggingApplicationListener.java
.../context/logging/ClasspathLoggingApplicationListener.java
+1
-1
EmbeddedDatabaseConnection.java
...springframework/boot/jdbc/EmbeddedDatabaseConnection.java
+2
-2
LoggingSystemProperties.java
...springframework/boot/logging/LoggingSystemProperties.java
+5
-5
UndertowServletWebServerFactory.java
...eb/embedded/undertow/UndertowServletWebServerFactory.java
+4
-2
No files found.
spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/web/server/ManagementServerProperties.java
View file @
8c31d29a
...
@@ -137,7 +137,7 @@ public class ManagementServerProperties {
...
@@ -137,7 +137,7 @@ public class ManagementServerProperties {
* Return the context path with no trailing slash (i.e. the '/' root context is
* Return the context path with no trailing slash (i.e. the '/' root context is
* represented as the empty string).
* represented as the empty string).
* @return the context path (no trailing slash)
* @return the context path (no trailing slash)
* @deprecated since 2.4
for removal in 2.6
in favor of
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of
* {@link ManagementServerProperties#getBasePath()}
* {@link ManagementServerProperties#getBasePath()}
*/
*/
@Deprecated
@Deprecated
...
@@ -149,7 +149,7 @@ public class ManagementServerProperties {
...
@@ -149,7 +149,7 @@ public class ManagementServerProperties {
/**
/**
* Set the context path.
* Set the context path.
* @param contextPath the context path
* @param contextPath the context path
* @deprecated since 2.4
for removal in 2.6
in favor of
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of
* {@link ManagementServerProperties#setBasePath(String)}
* {@link ManagementServerProperties#setBasePath(String)}
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/cassandra/CassandraHealthIndicator.java
View file @
8c31d29a
...
@@ -32,7 +32,7 @@ import org.springframework.util.Assert;
...
@@ -32,7 +32,7 @@ import org.springframework.util.Assert;
* @author Julien Dubois
* @author Julien Dubois
* @author Alexandre Dutra
* @author Alexandre Dutra
* @since 2.0.0
* @since 2.0.0
* @deprecated since 2.4
for removal in 2.6
in favor of
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of
* {@link CassandraDriverHealthIndicator}
* {@link CassandraDriverHealthIndicator}
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/cassandra/CassandraReactiveHealthIndicator.java
View file @
8c31d29a
...
@@ -31,7 +31,7 @@ import org.springframework.util.Assert;
...
@@ -31,7 +31,7 @@ import org.springframework.util.Assert;
*
*
* @author Artsiom Yudovin
* @author Artsiom Yudovin
* @since 2.1.0
* @since 2.1.0
* @deprecated since 2.4
for removal in 2.6
in favor of
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of
* {@link CassandraDriverHealthIndicator}
* {@link CassandraDriverHealthIndicator}
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/InvocationContext.java
View file @
8c31d29a
...
@@ -56,7 +56,7 @@ public class InvocationContext {
...
@@ -56,7 +56,7 @@ public class InvocationContext {
* @param securityContext the current security context. Never {@code null}
* @param securityContext the current security context. Never {@code null}
* @param arguments the arguments available to the operation. Never {@code null}
* @param arguments the arguments available to the operation. Never {@code null}
* @since 2.2.0
* @since 2.2.0
* @deprecated since 2.5
for removal in 2.7
in favor of
* @deprecated since 2.5
.0 for removal in 2.7.0
in favor of
* {@link #InvocationContext(SecurityContext, Map, OperationArgumentResolver[])}
* {@link #InvocationContext(SecurityContext, Map, OperationArgumentResolver[])}
*/
*/
@Deprecated
@Deprecated
...
@@ -98,7 +98,7 @@ public class InvocationContext {
...
@@ -98,7 +98,7 @@ public class InvocationContext {
/**
/**
* Return the security context to use for the invocation.
* Return the security context to use for the invocation.
* @return the security context
* @return the security context
* @deprecated since 2.5
for removal in 2.7
in favor of
* @deprecated since 2.5
.0 for removal in 2.7.0
in favor of
* {@link #resolveArgument(Class)}
* {@link #resolveArgument(Class)}
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/http/ApiVersion.java
View file @
8c31d29a
...
@@ -66,7 +66,7 @@ public enum ApiVersion implements Producible<ApiVersion> {
...
@@ -66,7 +66,7 @@ public enum ApiVersion implements Producible<ApiVersion> {
* will be deduced based on the {@code Accept} header.
* will be deduced based on the {@code Accept} header.
* @param headers the HTTP headers
* @param headers the HTTP headers
* @return the API version to use
* @return the API version to use
* @deprecated since 2.5
for removal in 2.7
in favor of direct injection with
* @deprecated since 2.5
.0 for removal in 2.7.0
in favor of direct injection with
* resolution via the {@link ProducibleOperationArgumentResolver}.
* resolution via the {@link ProducibleOperationArgumentResolver}.
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/web/reactive/server/WebFluxTags.java
View file @
8c31d29a
...
@@ -172,7 +172,7 @@ public final class WebFluxTags {
...
@@ -172,7 +172,7 @@ public final class WebFluxTags {
* @param exchange the exchange
* @param exchange the exchange
* @return the outcome tag derived from the response status
* @return the outcome tag derived from the response status
* @since 2.1.0
* @since 2.1.0
* @deprecated since 2.5
for removal in 2.7
in favor of
* @deprecated since 2.5
.0 for removal in 2.7.0
in favor of
* {@link #outcome(ServerWebExchange, Throwable)}
* {@link #outcome(ServerWebExchange, Throwable)}
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/batch/BatchProperties.java
View file @
8c31d29a
...
@@ -39,7 +39,7 @@ public class BatchProperties {
...
@@ -39,7 +39,7 @@ public class BatchProperties {
/**
/**
* Return the datasource schema.
* Return the datasource schema.
* @return the schema
* @return the schema
* @deprecated since 2.5
for removal in 2.7
in favor of {@link Jdbc#getSchema()}
* @deprecated since 2.5
.0 for removal in 2.7.0
in favor of {@link Jdbc#getSchema()}
*/
*/
@Deprecated
@Deprecated
@DeprecatedConfigurationProperty
(
replacement
=
"spring.batch.jdbc.schema"
)
@DeprecatedConfigurationProperty
(
replacement
=
"spring.batch.jdbc.schema"
)
...
@@ -55,7 +55,8 @@ public class BatchProperties {
...
@@ -55,7 +55,8 @@ public class BatchProperties {
/**
/**
* Return the table prefix.
* Return the table prefix.
* @return the table prefix
* @return the table prefix
* @deprecated since 2.5 for removal in 2.7 in favor of {@link Jdbc#getTablePrefix()}
* @deprecated since 2.5.0 for removal in 2.7.0 in favor of
* {@link Jdbc#getTablePrefix()}
*/
*/
@Deprecated
@Deprecated
@DeprecatedConfigurationProperty
(
replacement
=
"spring.batch.jdbc.table-prefix"
)
@DeprecatedConfigurationProperty
(
replacement
=
"spring.batch.jdbc.table-prefix"
)
...
@@ -71,7 +72,7 @@ public class BatchProperties {
...
@@ -71,7 +72,7 @@ public class BatchProperties {
/**
/**
* Return whether the schema should be initialized.
* Return whether the schema should be initialized.
* @return the initialization mode
* @return the initialization mode
* @deprecated since 2.5
for removal in 2.7
in favor of
* @deprecated since 2.5
.0 for removal in 2.7.0
in favor of
* {@link Jdbc#getInitializeSchema()}
* {@link Jdbc#getInitializeSchema()}
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/batch/JobLauncherCommandLineRunner.java
View file @
8c31d29a
...
@@ -30,7 +30,7 @@ import org.springframework.boot.ApplicationRunner;
...
@@ -30,7 +30,7 @@ import org.springframework.boot.ApplicationRunner;
* @author Jean-Pierre Bergamin
* @author Jean-Pierre Bergamin
* @author Mahmoud Ben Hassine
* @author Mahmoud Ben Hassine
* @since 1.0.0
* @since 1.0.0
* @deprecated since 2.3
for removal in 2.6
in favor of
* @deprecated since 2.3
.0 for removal in 2.6.0
in favor of
* {@link JobLauncherApplicationRunner}
* {@link JobLauncherApplicationRunner}
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/data/jpa/EntityManagerFactoryDependsOnPostProcessor.java
View file @
8c31d29a
...
@@ -32,7 +32,7 @@ import org.springframework.beans.factory.config.BeanFactoryPostProcessor;
...
@@ -32,7 +32,7 @@ import org.springframework.beans.factory.config.BeanFactoryPostProcessor;
* @author Andrii Hrytsiuk
* @author Andrii Hrytsiuk
* @since 1.1.0
* @since 1.1.0
* @see BeanDefinition#setDependsOn(String[])
* @see BeanDefinition#setDependsOn(String[])
* @deprecated since 2.5
for removal in 2.7
in favor of
* @deprecated since 2.5
.0 for removal in 2.7.0
in favor of
* {@link org.springframework.boot.autoconfigure.orm.jpa.EntityManagerFactoryDependsOnPostProcessor}
* {@link org.springframework.boot.autoconfigure.orm.jpa.EntityManagerFactoryDependsOnPostProcessor}
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/flyway/FlywayMigrationScriptMissingException.java
View file @
8c31d29a
...
@@ -25,7 +25,7 @@ import java.util.List;
...
@@ -25,7 +25,7 @@ import java.util.List;
* @author Anand Shastri
* @author Anand Shastri
* @author Stephane Nicoll
* @author Stephane Nicoll
* @since 2.2.0
* @since 2.2.0
* @deprecated since 2.5
for removal in 2.7
as location checking is deprecated
* @deprecated since 2.5
.0 for removal in 2.7.0
as location checking is deprecated
*/
*/
@Deprecated
@Deprecated
public
class
FlywayMigrationScriptMissingException
extends
RuntimeException
{
public
class
FlywayMigrationScriptMissingException
extends
RuntimeException
{
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/flyway/FlywayMigrationScriptMissingFailureAnalyzer.java
View file @
8c31d29a
...
@@ -25,7 +25,7 @@ import org.springframework.boot.diagnostics.FailureAnalysis;
...
@@ -25,7 +25,7 @@ import org.springframework.boot.diagnostics.FailureAnalysis;
*
*
* @author Anand Shastri
* @author Anand Shastri
* @author Stephane Nicoll
* @author Stephane Nicoll
* @deprecated since 2.5
for removal in 2.7
as location checking is deprecated
* @deprecated since 2.5
.0 for removal in 2.7.0
as location checking is deprecated
*/
*/
@Deprecated
@Deprecated
class
FlywayMigrationScriptMissingFailureAnalyzer
class
FlywayMigrationScriptMissingFailureAnalyzer
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/flyway/FlywayProperties.java
View file @
8c31d29a
...
@@ -546,7 +546,7 @@ public class FlywayProperties {
...
@@ -546,7 +546,7 @@ public class FlywayProperties {
/**
/**
* Return if a new datasource is being created.
* Return if a new datasource is being created.
* @return {@code true} if a new datasource is created
* @return {@code true} if a new datasource is created
* @deprecated since 2.5
for removal in 2.7
in favor of directly checking user and
* @deprecated since 2.5
.0 for removal in 2.7.0
in favor of directly checking user and
* url.
* url.
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/hateoas/HypermediaHttpMessageConverterConfiguration.java
View file @
8c31d29a
...
@@ -42,7 +42,8 @@ import org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandl
...
@@ -42,7 +42,8 @@ import org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandl
*
*
* @author Andy Wilkinson
* @author Andy Wilkinson
* @since 1.3.0
* @since 1.3.0
* @deprecated since 2.5 for removal in 2.7 in favor of a {@link HalConfiguration} bean
* @deprecated since 2.5.0 for removal in 2.7.0 in favor of a {@link HalConfiguration}
* bean
*/
*/
@Deprecated
@Deprecated
@Configuration
(
proxyBeanMethods
=
false
)
@Configuration
(
proxyBeanMethods
=
false
)
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jdbc/DataSourceSchemaCreatedEvent.java
View file @
8c31d29a
...
@@ -28,8 +28,8 @@ import org.springframework.context.ApplicationEvent;
...
@@ -28,8 +28,8 @@ import org.springframework.context.ApplicationEvent;
* @author Dave Syer
* @author Dave Syer
* @author Stephane Nicoll
* @author Stephane Nicoll
* @since 2.0.0
* @since 2.0.0
* @deprecated since 2.5
for removal in 2.7 with no replacement as the event is no longer
* @deprecated since 2.5
.0 for removal in 2.7.0 with no replacement as the event is no
* published
*
longer
published
*/
*/
@SuppressWarnings
(
"serial"
)
@SuppressWarnings
(
"serial"
)
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jdbc/JdbcOperationsDependsOnPostProcessor.java
View file @
8c31d29a
...
@@ -33,7 +33,7 @@ import org.springframework.jdbc.core.JdbcOperations;
...
@@ -33,7 +33,7 @@ import org.springframework.jdbc.core.JdbcOperations;
* @author Andrii Hrytsiuk
* @author Andrii Hrytsiuk
* @since 2.0.4
* @since 2.0.4
* @see BeanDefinition#setDependsOn(String[])
* @see BeanDefinition#setDependsOn(String[])
* @deprecated since 2.5
for removal in 2.7
in favor of
* @deprecated since 2.5
.0 for removal in 2.7.0
in favor of
* {@link DependsOnDatabaseInitializationDetector}
* {@link DependsOnDatabaseInitializationDetector}
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jdbc/NamedParameterJdbcOperationsDependsOnPostProcessor.java
View file @
8c31d29a
...
@@ -31,7 +31,7 @@ import org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations;
...
@@ -31,7 +31,7 @@ import org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations;
* @author Andrii Hrytsiuk
* @author Andrii Hrytsiuk
* @since 2.1.4
* @since 2.1.4
* @see BeanDefinition#setDependsOn(String[])
* @see BeanDefinition#setDependsOn(String[])
* @deprecated since 2.5
for removal in 2.7
in favor of
* @deprecated since 2.5
.0 for removal in 2.7.0
in favor of
* {@link DependsOnDatabaseInitializationDetector}
* {@link DependsOnDatabaseInitializationDetector}
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/artemis/ArtemisProperties.java
View file @
8c31d29a
...
@@ -93,7 +93,7 @@ public class ArtemisProperties {
...
@@ -93,7 +93,7 @@ public class ArtemisProperties {
/**
/**
* Return the host of the broker.
* Return the host of the broker.
* @return the host
* @return the host
* @deprecated since 2.5
for removal in 2.7
in favor of broker url
* @deprecated since 2.5
.0 for removal in 2.7.0
in favor of broker url
*/
*/
@Deprecated
@Deprecated
@DeprecatedConfigurationProperty
(
replacement
=
"spring.artemis.broker-url"
)
@DeprecatedConfigurationProperty
(
replacement
=
"spring.artemis.broker-url"
)
...
@@ -109,7 +109,7 @@ public class ArtemisProperties {
...
@@ -109,7 +109,7 @@ public class ArtemisProperties {
/**
/**
* Return the port of the broker.
* Return the port of the broker.
* @return the port
* @return the port
* @deprecated since 2.5
for removal in 2.7
in favor of broker url
* @deprecated since 2.5
.0 for removal in 2.7.0
in favor of broker url
*/
*/
@Deprecated
@Deprecated
@DeprecatedConfigurationProperty
(
replacement
=
"spring.artemis.broker-url"
)
@DeprecatedConfigurationProperty
(
replacement
=
"spring.artemis.broker-url"
)
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jooq/DslContextDependsOnPostProcessor.java
View file @
8c31d29a
...
@@ -30,7 +30,7 @@ import org.springframework.boot.sql.init.dependency.DependsOnDatabaseInitializat
...
@@ -30,7 +30,7 @@ import org.springframework.boot.sql.init.dependency.DependsOnDatabaseInitializat
* @author Eddú Meléndez
* @author Eddú Meléndez
* @since 2.3.9
* @since 2.3.9
* @see BeanDefinition#setDependsOn(String[])
* @see BeanDefinition#setDependsOn(String[])
* @deprecated since 2.5
for removal in 2.7
in favor of
* @deprecated since 2.5
.0 for removal in 2.7.0
in favor of
* {@link DependsOnDatabaseInitializationDetector}
* {@link DependsOnDatabaseInitializationDetector}
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/mongo/MongoProperties.java
View file @
8c31d29a
...
@@ -198,7 +198,8 @@ public class MongoProperties {
...
@@ -198,7 +198,8 @@ public class MongoProperties {
/**
/**
* Return the GridFS database name.
* Return the GridFS database name.
* @return the GridFS database name
* @return the GridFS database name
* @deprecated since 2.4 for removal in 2.6 in favor of {@link Gridfs#getDatabase()}
* @deprecated since 2.4.0 for removal in 2.6.0 in favor of
* {@link Gridfs#getDatabase()}
*/
*/
@DeprecatedConfigurationProperty
(
replacement
=
"spring.data.mongodb.gridfs.database"
)
@DeprecatedConfigurationProperty
(
replacement
=
"spring.data.mongodb.gridfs.database"
)
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/mustache/MustacheEnvironmentCollector.java
View file @
8c31d29a
...
@@ -34,8 +34,8 @@ import org.springframework.core.env.Environment;
...
@@ -34,8 +34,8 @@ import org.springframework.core.env.Environment;
* @author Dave Syer
* @author Dave Syer
* @author Madhura Bhave
* @author Madhura Bhave
* @since 1.2.2
* @since 1.2.2
* @deprecated since 2.5
for removal in 2.7 in favor of direct addition of values from the
* @deprecated since 2.5
.0 for removal in 2.7.0 in favor of direct addition of values from
* Environment to the model
*
the
Environment to the model
*/
*/
@Deprecated
@Deprecated
public
class
MustacheEnvironmentCollector
extends
DefaultCollector
implements
EnvironmentAware
{
public
class
MustacheEnvironmentCollector
extends
DefaultCollector
implements
EnvironmentAware
{
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/netty/NettyProperties.java
View file @
8c31d29a
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/r2dbc/ConnectionFactoryBuilder.java
View file @
8c31d29a
...
@@ -31,7 +31,7 @@ import io.r2dbc.spi.ConnectionFactoryOptions.Builder;
...
@@ -31,7 +31,7 @@ import io.r2dbc.spi.ConnectionFactoryOptions.Builder;
* @author Tadaya Tsuyukubo
* @author Tadaya Tsuyukubo
* @author Stephane Nicoll
* @author Stephane Nicoll
* @since 2.3.0
* @since 2.3.0
* @deprecated since 2.5
for removal in 2.7
in favor of
* @deprecated since 2.5
.0 for removal in 2.7.0
in favor of
* {@link org.springframework.boot.r2dbc.ConnectionFactoryBuilder}
* {@link org.springframework.boot.r2dbc.ConnectionFactoryBuilder}
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/r2dbc/EmbeddedDatabaseConnection.java
View file @
8c31d29a
...
@@ -25,7 +25,7 @@ import org.springframework.util.ClassUtils;
...
@@ -25,7 +25,7 @@ import org.springframework.util.ClassUtils;
* @author Mark Paluch
* @author Mark Paluch
* @author Stephane Nicoll
* @author Stephane Nicoll
* @since 2.3.0
* @since 2.3.0
* @deprecated since 2.5
for removal in 2.7
in favor of
* @deprecated since 2.5
.0 for removal in 2.7.0
in favor of
* {@link org.springframework.boot.r2dbc.EmbeddedDatabaseConnection}
* {@link org.springframework.boot.r2dbc.EmbeddedDatabaseConnection}
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ResourceProperties.java
View file @
8c31d29a
...
@@ -31,7 +31,8 @@ import org.springframework.boot.context.properties.DeprecatedConfigurationProper
...
@@ -31,7 +31,8 @@ import org.springframework.boot.context.properties.DeprecatedConfigurationProper
* @author Venil Noronha
* @author Venil Noronha
* @author Kristine Jetzke
* @author Kristine Jetzke
* @since 1.1.0
* @since 1.1.0
* @deprecated since 2.4 for removal in 2.6 in favor of {@link WebProperties.Resources}
* @deprecated since 2.4.0 for removal in 2.6.0 in favor of
* {@link WebProperties.Resources}
*/
*/
@Deprecated
@Deprecated
@ConfigurationProperties
(
prefix
=
"spring.resources"
,
ignoreUnknownFields
=
false
)
@ConfigurationProperties
(
prefix
=
"spring.resources"
,
ignoreUnknownFields
=
false
)
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/reactive/error/AbstractErrorWebExceptionHandler.java
View file @
8c31d29a
...
@@ -97,7 +97,7 @@ public abstract class AbstractErrorWebExceptionHandler implements ErrorWebExcept
...
@@ -97,7 +97,7 @@ public abstract class AbstractErrorWebExceptionHandler implements ErrorWebExcept
* @param errorAttributes the error attributes
* @param errorAttributes the error attributes
* @param resourceProperties the resource properties
* @param resourceProperties the resource properties
* @param applicationContext the application context
* @param applicationContext the application context
* @deprecated since 2.4
for removal in 2.6
in favor of
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of
* {@link #AbstractErrorWebExceptionHandler(ErrorAttributes, Resources, ApplicationContext)}
* {@link #AbstractErrorWebExceptionHandler(ErrorAttributes, Resources, ApplicationContext)}
*/
*/
@Deprecated
@Deprecated
...
@@ -157,7 +157,7 @@ public abstract class AbstractErrorWebExceptionHandler implements ErrorWebExcept
...
@@ -157,7 +157,7 @@ public abstract class AbstractErrorWebExceptionHandler implements ErrorWebExcept
* @param request the source request
* @param request the source request
* @param includeStackTrace whether to include the error stacktrace information
* @param includeStackTrace whether to include the error stacktrace information
* @return the error attributes as a Map
* @return the error attributes as a Map
* @deprecated since 2.3
for removal in 2.5
in favor of
* @deprecated since 2.3
.0 for removal in 2.5.0
in favor of
* {@link #getErrorAttributes(ServerRequest, ErrorAttributeOptions)}
* {@link #getErrorAttributes(ServerRequest, ErrorAttributeOptions)}
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/reactive/error/DefaultErrorWebExceptionHandler.java
View file @
8c31d29a
...
@@ -97,7 +97,7 @@ public class DefaultErrorWebExceptionHandler extends AbstractErrorWebExceptionHa
...
@@ -97,7 +97,7 @@ public class DefaultErrorWebExceptionHandler extends AbstractErrorWebExceptionHa
* @param resourceProperties the resources configuration properties
* @param resourceProperties the resources configuration properties
* @param errorProperties the error configuration properties
* @param errorProperties the error configuration properties
* @param applicationContext the current application context
* @param applicationContext the current application context
* @deprecated since 2.4
for removal in 2.6
in favor of
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of
* {@link #DefaultErrorWebExceptionHandler(ErrorAttributes, Resources, ErrorProperties, ApplicationContext)}
* {@link #DefaultErrorWebExceptionHandler(ErrorAttributes, Resources, ErrorProperties, ApplicationContext)}
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/servlet/WebMvcProperties.java
View file @
8c31d29a
...
@@ -553,7 +553,7 @@ public class WebMvcProperties {
...
@@ -553,7 +553,7 @@ public class WebMvcProperties {
/**
/**
* Locale resolution options.
* Locale resolution options.
* @deprecated since 2.4
for removal in 2.6
in favor of
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of
* {@link org.springframework.boot.autoconfigure.web.WebProperties.LocaleResolver}
* {@link org.springframework.boot.autoconfigure.web.WebProperties.LocaleResolver}
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/servlet/error/DefaultErrorViewResolver.java
View file @
8c31d29a
...
@@ -78,7 +78,7 @@ public class DefaultErrorViewResolver implements ErrorViewResolver, Ordered {
...
@@ -78,7 +78,7 @@ public class DefaultErrorViewResolver implements ErrorViewResolver, Ordered {
* Create a new {@link DefaultErrorViewResolver} instance.
* Create a new {@link DefaultErrorViewResolver} instance.
* @param applicationContext the source application context
* @param applicationContext the source application context
* @param resourceProperties resource properties
* @param resourceProperties resource properties
* @deprecated since 2.4
for removal in 2.6
in favor of
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of
* {@link #DefaultErrorViewResolver(ApplicationContext, Resources)}
* {@link #DefaultErrorViewResolver(ApplicationContext, Resources)}
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/flyway/FlywayMigrationScriptMissingFailureAnalyzerTests.java
View file @
8c31d29a
...
@@ -28,7 +28,7 @@ import static org.assertj.core.api.Assertions.assertThat;
...
@@ -28,7 +28,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* Tests for {@link FlywayMigrationScriptMissingFailureAnalyzer}.
* Tests for {@link FlywayMigrationScriptMissingFailureAnalyzer}.
*
*
* @author Anand Shastri
* @author Anand Shastri
* @deprecated since 2.5
for removal in 2.7
as location checking is deprecated
* @deprecated since 2.5
.0 for removal in 2.7.0
as location checking is deprecated
*/
*/
@Deprecated
@Deprecated
class
FlywayMigrationScriptMissingFailureAnalyzerTests
{
class
FlywayMigrationScriptMissingFailureAnalyzerTests
{
...
...
spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/ConfigFileApplicationContextInitializer.java
View file @
8c31d29a
...
@@ -28,7 +28,7 @@ import org.springframework.test.context.ContextConfiguration;
...
@@ -28,7 +28,7 @@ import org.springframework.test.context.ContextConfiguration;
* @author Phillip Webb
* @author Phillip Webb
* @since 1.4.0
* @since 1.4.0
* @see org.springframework.boot.context.config.ConfigFileApplicationListener
* @see org.springframework.boot.context.config.ConfigFileApplicationListener
* @deprecated since 2.4
for removal in 2.6
in favor of
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of
* {@link ConfigDataApplicationContextInitializer}
* {@link ConfigDataApplicationContextInitializer}
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/util/TestPropertyValues.java
View file @
8c31d29a
...
@@ -314,7 +314,7 @@ public final class TestPropertyValues {
...
@@ -314,7 +314,7 @@ public final class TestPropertyValues {
* Create a new {@link Pair} instance.
* Create a new {@link Pair} instance.
* @param name the name
* @param name the name
* @param value the value
* @param value the value
* @deprecated since 2.4
for removal in 2.6
in favor of
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of
* {@link #of(String, String)}
* {@link #of(String, String)}
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot-tools/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/build/BuildLog.java
View file @
8c31d29a
...
@@ -47,7 +47,7 @@ public interface BuildLog {
...
@@ -47,7 +47,7 @@ public interface BuildLog {
* @param request the build request
* @param request the build request
* @param imageReference the builder image reference
* @param imageReference the builder image reference
* @return a consumer for progress update events
* @return a consumer for progress update events
* @deprecated since 2.4
for removal in 2.6
in favor of
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of
* {@link #pullingImage(ImageReference, ImageType)}
* {@link #pullingImage(ImageReference, ImageType)}
*/
*/
@Deprecated
@Deprecated
...
@@ -57,7 +57,7 @@ public interface BuildLog {
...
@@ -57,7 +57,7 @@ public interface BuildLog {
* Log that the builder image has been pulled.
* Log that the builder image has been pulled.
* @param request the build request
* @param request the build request
* @param image the builder image that was pulled
* @param image the builder image that was pulled
* @deprecated since 2.4
for removal in 2.6
in favor of
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of
* {@link #pulledImage(Image, ImageType)}
* {@link #pulledImage(Image, ImageType)}
*/
*/
@Deprecated
@Deprecated
...
@@ -68,7 +68,7 @@ public interface BuildLog {
...
@@ -68,7 +68,7 @@ public interface BuildLog {
* @param request the build request
* @param request the build request
* @param imageReference the run image reference
* @param imageReference the run image reference
* @return a consumer for progress update events
* @return a consumer for progress update events
* @deprecated since 2.4
for removal in 2.6
in favor of
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of
* {@link #pullingImage(ImageReference, ImageType)}
* {@link #pullingImage(ImageReference, ImageType)}
*/
*/
@Deprecated
@Deprecated
...
@@ -78,7 +78,7 @@ public interface BuildLog {
...
@@ -78,7 +78,7 @@ public interface BuildLog {
* Log that a run image has been pulled.
* Log that a run image has been pulled.
* @param request the build request
* @param request the build request
* @param image the run image that was pulled
* @param image the run image that was pulled
* @deprecated since 2.4
for removal in 2.6
in favor of
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of
* {@link #pulledImage(Image, ImageType)}
* {@link #pulledImage(Image, ImageType)}
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/dsl/SpringBootExtension.java
View file @
8c31d29a
...
@@ -68,7 +68,7 @@ public class SpringBootExtension {
...
@@ -68,7 +68,7 @@ public class SpringBootExtension {
/**
/**
* Returns the fully-qualified main class name of the application.
* Returns the fully-qualified main class name of the application.
* @return the fully-qualified name of the application's main class
* @return the fully-qualified name of the application's main class
* @deprecated since 2.4
for removal in 2.6
in favor of {@link #getMainClass()}.
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of {@link #getMainClass()}.
*/
*/
@Deprecated
@Deprecated
@ReplacedBy
(
"mainClass"
)
@ReplacedBy
(
"mainClass"
)
...
@@ -79,7 +79,7 @@ public class SpringBootExtension {
...
@@ -79,7 +79,7 @@ public class SpringBootExtension {
/**
/**
* Sets the fully-qualified main class name of the application.
* Sets the fully-qualified main class name of the application.
* @param mainClassName the fully-qualified name of the application's main class
* @param mainClassName the fully-qualified name of the application's main class
* @deprecated since 2.4
for removal in 2.6
in favor of {@link #getMainClass} and
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of {@link #getMainClass} and
* {@link Property#set(Object)}
* {@link Property#set(Object)}
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/tasks/bundling/BootArchive.java
View file @
8c31d29a
...
@@ -47,7 +47,7 @@ public interface BootArchive extends Task {
...
@@ -47,7 +47,7 @@ public interface BootArchive extends Task {
/**
/**
* Returns the fully-qualified main class name of the application.
* Returns the fully-qualified main class name of the application.
* @return the fully-qualified name of the application's main class
* @return the fully-qualified name of the application's main class
* @deprecated since 2.4
for removal in 2.6
in favor of {@link #getMainClass()}.
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of {@link #getMainClass()}.
*/
*/
@Deprecated
@Deprecated
@ReplacedBy
(
"mainClass"
)
@ReplacedBy
(
"mainClass"
)
...
@@ -56,7 +56,7 @@ public interface BootArchive extends Task {
...
@@ -56,7 +56,7 @@ public interface BootArchive extends Task {
/**
/**
* Sets the fully-qualified main class name of the application.
* Sets the fully-qualified main class name of the application.
* @param mainClassName the fully-qualified name of the application's main class
* @param mainClassName the fully-qualified name of the application's main class
* @deprecated since 2.4
for removal in 2.6
in favor of {@link #getMainClass} and
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of {@link #getMainClass} and
* {@link Property#set(Object)}
* {@link Property#set(Object)}
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/tasks/bundling/BootBuildImage.java
View file @
8c31d29a
...
@@ -117,7 +117,7 @@ public class BootBuildImage extends DefaultTask {
...
@@ -117,7 +117,7 @@ public class BootBuildImage extends DefaultTask {
/**
/**
* Returns the property for the archive file from which the image will be built.
* Returns the property for the archive file from which the image will be built.
* @return the archive file property
* @return the archive file property
* @deprecated since 2.5
for removal in 2.7
in favor of {@link #getArchiveFile()}
* @deprecated since 2.5
.0 for removal in 2.7.0
in favor of {@link #getArchiveFile()}
*/
*/
@Deprecated
@Deprecated
@Input
@Input
...
...
spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/tasks/bundling/BootJar.java
View file @
8c31d29a
...
@@ -183,7 +183,7 @@ public class BootJar extends Jar implements BootArchive {
...
@@ -183,7 +183,7 @@ public class BootJar extends Jar implements BootArchive {
/**
/**
* Configures the jar to be layered using the default layering.
* Configures the jar to be layered using the default layering.
* @since 2.3.0
* @since 2.3.0
* @deprecated since 2.4
for removal in 2.6
as layering as now enabled by default.
* @deprecated since 2.4
.0 for removal in 2.6.0
as layering as now enabled by default.
*/
*/
@Deprecated
@Deprecated
public
void
layered
()
{
public
void
layered
()
{
...
...
spring-boot-project/spring-boot-tools/spring-boot-loader/src/main/java/org/springframework/boot/loader/Launcher.java
View file @
8c31d29a
...
@@ -63,7 +63,7 @@ public abstract class Launcher {
...
@@ -63,7 +63,7 @@ public abstract class Launcher {
* @param archives the archives
* @param archives the archives
* @return the classloader
* @return the classloader
* @throws Exception if the classloader cannot be created
* @throws Exception if the classloader cannot be created
* @deprecated since 2.3
for removal in 2.5
in favor of
* @deprecated since 2.3
.0 for removal in 2.5.0
in favor of
* {@link #createClassLoader(Iterator)}
* {@link #createClassLoader(Iterator)}
*/
*/
@Deprecated
@Deprecated
...
@@ -140,7 +140,7 @@ public abstract class Launcher {
...
@@ -140,7 +140,7 @@ public abstract class Launcher {
* Returns the archives that will be used to construct the class path.
* Returns the archives that will be used to construct the class path.
* @return the class path archives
* @return the class path archives
* @throws Exception if the class path archives cannot be obtained
* @throws Exception if the class path archives cannot be obtained
* @deprecated since 2.3
for removal in 2.5
in favor of implementing
* @deprecated since 2.3
.0 for removal in 2.5.0
in favor of implementing
* {@link #getClassPathArchivesIterator()}.
* {@link #getClassPathArchivesIterator()}.
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot-tools/spring-boot-loader/src/main/java/org/springframework/boot/loader/archive/Archive.java
View file @
8c31d29a
...
@@ -75,7 +75,7 @@ public interface Archive extends Iterable<Archive.Entry>, AutoCloseable {
...
@@ -75,7 +75,7 @@ public interface Archive extends Iterable<Archive.Entry>, AutoCloseable {
* @param filter the filter used to limit entries
* @param filter the filter used to limit entries
* @return nested archives
* @return nested archives
* @throws IOException if nested archives cannot be read
* @throws IOException if nested archives cannot be read
* @deprecated since 2.3
for removal in 2.5
in favor of
* @deprecated since 2.3
.0 for removal in 2.5.0
in favor of
* {@link #getNestedArchives(EntryFilter, EntryFilter)}
* {@link #getNestedArchives(EntryFilter, EntryFilter)}
*/
*/
@Deprecated
@Deprecated
...
@@ -86,7 +86,7 @@ public interface Archive extends Iterable<Archive.Entry>, AutoCloseable {
...
@@ -86,7 +86,7 @@ public interface Archive extends Iterable<Archive.Entry>, AutoCloseable {
/**
/**
* Return a new iterator for the archive entries.
* Return a new iterator for the archive entries.
* @see java.lang.Iterable#iterator()
* @see java.lang.Iterable#iterator()
* @deprecated since 2.3
for removal in 2.5
in favor of using
* @deprecated since 2.3
.0 for removal in 2.5.0
in favor of using
* {@link org.springframework.boot.loader.jar.JarFile} to access entries and
* {@link org.springframework.boot.loader.jar.JarFile} to access entries and
* {@link #getNestedArchives(EntryFilter, EntryFilter)} for accessing nested archives.
* {@link #getNestedArchives(EntryFilter, EntryFilter)} for accessing nested archives.
*/
*/
...
@@ -98,7 +98,7 @@ public interface Archive extends Iterable<Archive.Entry>, AutoCloseable {
...
@@ -98,7 +98,7 @@ public interface Archive extends Iterable<Archive.Entry>, AutoCloseable {
* Performs the given action for each element of the {@code Iterable} until all
* Performs the given action for each element of the {@code Iterable} until all
* elements have been processed or the action throws an exception.
* elements have been processed or the action throws an exception.
* @see Iterable#forEach
* @see Iterable#forEach
* @deprecated since 2.3
for removal in 2.5
in favor of using
* @deprecated since 2.3
.0 for removal in 2.5.0
in favor of using
* {@link org.springframework.boot.loader.jar.JarFile} to access entries and
* {@link org.springframework.boot.loader.jar.JarFile} to access entries and
* {@link #getNestedArchives(EntryFilter, EntryFilter)} for accessing nested archives.
* {@link #getNestedArchives(EntryFilter, EntryFilter)} for accessing nested archives.
*/
*/
...
@@ -114,7 +114,7 @@ public interface Archive extends Iterable<Archive.Entry>, AutoCloseable {
...
@@ -114,7 +114,7 @@ public interface Archive extends Iterable<Archive.Entry>, AutoCloseable {
/**
/**
* Creates a {@link Spliterator} over the elements described by this {@code Iterable}.
* Creates a {@link Spliterator} over the elements described by this {@code Iterable}.
* @see Iterable#spliterator
* @see Iterable#spliterator
* @deprecated since 2.3
for removal in 2.5
in favor of using
* @deprecated since 2.3
.0 for removal in 2.5.0
in favor of using
* {@link org.springframework.boot.loader.jar.JarFile} to access entries and
* {@link org.springframework.boot.loader.jar.JarFile} to access entries and
* {@link #getNestedArchives(EntryFilter, EntryFilter)} for accessing nested archives.
* {@link #getNestedArchives(EntryFilter, EntryFilter)} for accessing nested archives.
*/
*/
...
...
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/ArtifactsLibraries.java
View file @
8c31d29a
...
@@ -70,7 +70,7 @@ public class ArtifactsLibraries implements Libraries {
...
@@ -70,7 +70,7 @@ public class ArtifactsLibraries implements Libraries {
* @param artifacts the artifacts to represent as libraries
* @param artifacts the artifacts to represent as libraries
* @param unpacks artifacts that should be unpacked on launch
* @param unpacks artifacts that should be unpacked on launch
* @param log the log
* @param log the log
* @deprecated since 2.4
for removal in 2.6
in favor of
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of
* {@link #ArtifactsLibraries(Set, Collection, Collection, Log)}
* {@link #ArtifactsLibraries(Set, Collection, Collection, Log)}
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/SpringApplication.java
View file @
8c31d29a
...
@@ -164,7 +164,7 @@ public class SpringApplication {
...
@@ -164,7 +164,7 @@ public class SpringApplication {
/**
/**
* The class name of application context that will be used by default for non-web
* The class name of application context that will be used by default for non-web
* environments.
* environments.
* @deprecated since 2.4
for removal in 2.6
in favor of using a
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of using a
* {@link ApplicationContextFactory}
* {@link ApplicationContextFactory}
*/
*/
@Deprecated
@Deprecated
...
@@ -174,7 +174,7 @@ public class SpringApplication {
...
@@ -174,7 +174,7 @@ public class SpringApplication {
/**
/**
* The class name of application context that will be used by default for web
* The class name of application context that will be used by default for web
* environments.
* environments.
* @deprecated since 2.4
for removal in 2.6
in favor of using an
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of using an
* {@link ApplicationContextFactory}
* {@link ApplicationContextFactory}
*/
*/
@Deprecated
@Deprecated
...
@@ -184,7 +184,7 @@ public class SpringApplication {
...
@@ -184,7 +184,7 @@ public class SpringApplication {
/**
/**
* The class name of application context that will be used by default for reactive web
* The class name of application context that will be used by default for reactive web
* environments.
* environments.
* @deprecated since 2.4
for removal in 2.6
in favor of using an
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of using an
* {@link ApplicationContextFactory}
* {@link ApplicationContextFactory}
*/
*/
@Deprecated
@Deprecated
...
@@ -1233,7 +1233,7 @@ public class SpringApplication {
...
@@ -1233,7 +1233,7 @@ public class SpringApplication {
* applications or {@link AnnotationConfigApplicationContext} for non web based
* applications or {@link AnnotationConfigApplicationContext} for non web based
* applications.
* applications.
* @param applicationContextClass the context class to set
* @param applicationContextClass the context class to set
* @deprecated since 2.4
for removal in 2.6
in favor of
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of
* {@link #setApplicationContextFactory(ApplicationContextFactory)}
* {@link #setApplicationContextFactory(ApplicationContextFactory)}
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/SpringApplicationRunListener.java
View file @
8c31d29a
...
@@ -47,7 +47,7 @@ public interface SpringApplicationRunListener {
...
@@ -47,7 +47,7 @@ public interface SpringApplicationRunListener {
/**
/**
* Called immediately when the run method has first started. Can be used for very
* Called immediately when the run method has first started. Can be used for very
* early initialization.
* early initialization.
* @deprecated since 2.4
for removal in 2.6
in favor of
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of
* {@link #starting(ConfigurableBootstrapContext)}
* {@link #starting(ConfigurableBootstrapContext)}
*/
*/
@Deprecated
@Deprecated
...
@@ -69,7 +69,7 @@ public interface SpringApplicationRunListener {
...
@@ -69,7 +69,7 @@ public interface SpringApplicationRunListener {
* Called once the environment has been prepared, but before the
* Called once the environment has been prepared, but before the
* {@link ApplicationContext} has been created.
* {@link ApplicationContext} has been created.
* @param environment the environment
* @param environment the environment
* @deprecated since 2.4
for removal in 2.6
in favor of
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of
* {@link #environmentPrepared(ConfigurableBootstrapContext, ConfigurableEnvironment)}
* {@link #environmentPrepared(ConfigurableBootstrapContext, ConfigurableEnvironment)}
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/builder/SpringApplicationBuilder.java
View file @
8c31d29a
...
@@ -276,7 +276,7 @@ public class SpringApplicationBuilder {
...
@@ -276,7 +276,7 @@ public class SpringApplicationBuilder {
* Explicitly set the context class to be used.
* Explicitly set the context class to be used.
* @param cls the context class to use
* @param cls the context class to use
* @return the current builder
* @return the current builder
* @deprecated since 2.4
for removal in 2.6
in favor of
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of
* {@link #contextFactory(ApplicationContextFactory)}
* {@link #contextFactory(ApplicationContextFactory)}
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/cloud/CloudFoundryVcapEnvironmentPostProcessor.java
View file @
8c31d29a
...
@@ -107,7 +107,7 @@ public class CloudFoundryVcapEnvironmentPostProcessor
...
@@ -107,7 +107,7 @@ public class CloudFoundryVcapEnvironmentPostProcessor
/**
/**
* Create a new {@link CloudFoundryVcapEnvironmentPostProcessor} instance.
* Create a new {@link CloudFoundryVcapEnvironmentPostProcessor} instance.
* @deprecated since 2.4
for removal in 2.6
in favor of
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of
* {@link #CloudFoundryVcapEnvironmentPostProcessor(Log)}
* {@link #CloudFoundryVcapEnvironmentPostProcessor(Log)}
*/
*/
@Deprecated
@Deprecated
...
@@ -154,7 +154,7 @@ public class CloudFoundryVcapEnvironmentPostProcessor
...
@@ -154,7 +154,7 @@ public class CloudFoundryVcapEnvironmentPostProcessor
/**
/**
* Event listener used to switch logging.
* Event listener used to switch logging.
* @deprecated since 2.4
for removal in 2.6
in favor of only using
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of only using
* {@link EnvironmentPostProcessor} callbacks
* {@link EnvironmentPostProcessor} callbacks
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/config/ConfigFileApplicationListener.java
View file @
8c31d29a
...
@@ -112,7 +112,7 @@ import org.springframework.util.StringUtils;
...
@@ -112,7 +112,7 @@ import org.springframework.util.StringUtils;
* @author Madhura Bhave
* @author Madhura Bhave
* @author Scott Frederick
* @author Scott Frederick
* @since 1.0.0
* @since 1.0.0
* @deprecated since 2.4
for removal in 2.6
in favor of
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of
* {@link ConfigDataEnvironmentPostProcessor}
* {@link ConfigDataEnvironmentPostProcessor}
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/config/FilteredPropertySource.java
View file @
8c31d29a
...
@@ -28,7 +28,7 @@ import org.springframework.core.env.PropertySource;
...
@@ -28,7 +28,7 @@ import org.springframework.core.env.PropertySource;
* {@link ConfigFileApplicationListener} to filter out properties for specific operations.
* {@link ConfigFileApplicationListener} to filter out properties for specific operations.
*
*
* @author Phillip Webb
* @author Phillip Webb
* @deprecated since 2.4
for removal in 2.6
along with
* @deprecated since 2.4
.0 for removal in 2.6.0
along with
* {@link ConfigFileApplicationListener}
* {@link ConfigFileApplicationListener}
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/event/ApplicationEnvironmentPreparedEvent.java
View file @
8c31d29a
...
@@ -40,7 +40,7 @@ public class ApplicationEnvironmentPreparedEvent extends SpringApplicationEvent
...
@@ -40,7 +40,7 @@ public class ApplicationEnvironmentPreparedEvent extends SpringApplicationEvent
* @param application the current application
* @param application the current application
* @param args the arguments the application is running with
* @param args the arguments the application is running with
* @param environment the environment that was just created
* @param environment the environment that was just created
* @deprecated since 2.4
for removal in 2.6
in favor of
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of
* {@link #ApplicationEnvironmentPreparedEvent(ConfigurableBootstrapContext, SpringApplication, String[], ConfigurableEnvironment)}
* {@link #ApplicationEnvironmentPreparedEvent(ConfigurableBootstrapContext, SpringApplication, String[], ConfigurableEnvironment)}
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/event/ApplicationStartingEvent.java
View file @
8c31d29a
...
@@ -42,7 +42,7 @@ public class ApplicationStartingEvent extends SpringApplicationEvent {
...
@@ -42,7 +42,7 @@ public class ApplicationStartingEvent extends SpringApplicationEvent {
* Create a new {@link ApplicationStartingEvent} instance.
* Create a new {@link ApplicationStartingEvent} instance.
* @param application the current application
* @param application the current application
* @param args the arguments the application is running with
* @param args the arguments the application is running with
* @deprecated since 2.4
for removal in 2.6
in favor of
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of
* {@link #ApplicationStartingEvent(ConfigurableBootstrapContext, SpringApplication, String[])}
* {@link #ApplicationStartingEvent(ConfigurableBootstrapContext, SpringApplication, String[])}
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/logging/ClasspathLoggingApplicationListener.java
View file @
8c31d29a
...
@@ -38,7 +38,7 @@ import org.springframework.core.ResolvableType;
...
@@ -38,7 +38,7 @@ import org.springframework.core.ResolvableType;
*
*
* @author Andy Wilkinson
* @author Andy Wilkinson
* @since 2.0.0
* @since 2.0.0
* @deprecated since 2.4
for removal in 2.6
with no direct replacement.
* @deprecated since 2.4
.0 for removal in 2.6.0
with no direct replacement.
* {@link FailureAnalysis} is now the preferred approach for diagnosing and reporting
* {@link FailureAnalysis} is now the preferred approach for diagnosing and reporting
* startup failures.
* startup failures.
*/
*/
...
...
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/jdbc/EmbeddedDatabaseConnection.java
View file @
8c31d29a
...
@@ -63,7 +63,7 @@ public enum EmbeddedDatabaseConnection {
...
@@ -63,7 +63,7 @@ public enum EmbeddedDatabaseConnection {
/**
/**
* HSQL Database Connection.
* HSQL Database Connection.
* @deprecated since 2.4
for removal in 2.6
in favor of
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of
* {@link EmbeddedDatabaseConnection#HSQLDB}.
* {@link EmbeddedDatabaseConnection#HSQLDB}.
*/
*/
@Deprecated
@Deprecated
...
@@ -141,7 +141,7 @@ public enum EmbeddedDatabaseConnection {
...
@@ -141,7 +141,7 @@ public enum EmbeddedDatabaseConnection {
* database type.
* database type.
* @param driverClass the driver class
* @param driverClass the driver class
* @return true if the driver class is one of the embedded types
* @return true if the driver class is one of the embedded types
* @deprecated since 2.4
for removal in 2.6
in favor of
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of
* {@link #isEmbedded(String, String)}
* {@link #isEmbedded(String, String)}
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/logging/LoggingSystemProperties.java
View file @
8c31d29a
...
@@ -83,7 +83,7 @@ public class LoggingSystemProperties {
...
@@ -83,7 +83,7 @@ public class LoggingSystemProperties {
/**
/**
* The name of the System property that contains the rolled-over log file name
* The name of the System property that contains the rolled-over log file name
* pattern.
* pattern.
* @deprecated since 2.4
for removal in 2.6
in favor of
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of
* {@link org.springframework.boot.logging.logback.LogbackLoggingSystemProperties#ROLLINGPOLICY_FILE_NAME_PATTERN}
* {@link org.springframework.boot.logging.logback.LogbackLoggingSystemProperties#ROLLINGPOLICY_FILE_NAME_PATTERN}
*/
*/
@Deprecated
@Deprecated
...
@@ -91,7 +91,7 @@ public class LoggingSystemProperties {
...
@@ -91,7 +91,7 @@ public class LoggingSystemProperties {
/**
/**
* The name of the System property that contains the clean history on start flag.
* The name of the System property that contains the clean history on start flag.
* @deprecated since 2.4
for removal in 2.6
in favor of
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of
* {@link org.springframework.boot.logging.logback.LogbackLoggingSystemProperties#ROLLINGPOLICY_CLEAN_HISTORY_ON_START}
* {@link org.springframework.boot.logging.logback.LogbackLoggingSystemProperties#ROLLINGPOLICY_CLEAN_HISTORY_ON_START}
*/
*/
@Deprecated
@Deprecated
...
@@ -99,7 +99,7 @@ public class LoggingSystemProperties {
...
@@ -99,7 +99,7 @@ public class LoggingSystemProperties {
/**
/**
* The name of the System property that contains the file log max size.
* The name of the System property that contains the file log max size.
* @deprecated since 2.4
for removal in 2.6
in favor of
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of
* {@link org.springframework.boot.logging.logback.LogbackLoggingSystemProperties#ROLLINGPOLICY_MAX_FILE_SIZE}
* {@link org.springframework.boot.logging.logback.LogbackLoggingSystemProperties#ROLLINGPOLICY_MAX_FILE_SIZE}
*/
*/
@Deprecated
@Deprecated
...
@@ -107,7 +107,7 @@ public class LoggingSystemProperties {
...
@@ -107,7 +107,7 @@ public class LoggingSystemProperties {
/**
/**
* The name of the System property that contains the file total size cap.
* The name of the System property that contains the file total size cap.
* @deprecated since 2.4
for removal in 2.6
in favor of
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of
* {@link org.springframework.boot.logging.logback.LogbackLoggingSystemProperties#ROLLINGPOLICY_TOTAL_SIZE_CAP}
* {@link org.springframework.boot.logging.logback.LogbackLoggingSystemProperties#ROLLINGPOLICY_TOTAL_SIZE_CAP}
*/
*/
@Deprecated
@Deprecated
...
@@ -115,7 +115,7 @@ public class LoggingSystemProperties {
...
@@ -115,7 +115,7 @@ public class LoggingSystemProperties {
/**
/**
* The name of the System property that contains the file log max history.
* The name of the System property that contains the file log max history.
* @deprecated since 2.4
for removal in 2.6
in favor of
* @deprecated since 2.4
.0 for removal in 2.6.0
in favor of
* {@link org.springframework.boot.logging.logback.LogbackLoggingSystemProperties#ROLLINGPOLICY_MAX_HISTORY}
* {@link org.springframework.boot.logging.logback.LogbackLoggingSystemProperties#ROLLINGPOLICY_MAX_HISTORY}
*/
*/
@Deprecated
@Deprecated
...
...
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/undertow/UndertowServletWebServerFactory.java
View file @
8c31d29a
...
@@ -250,7 +250,8 @@ public class UndertowServletWebServerFactory extends AbstractServletWebServerFac
...
@@ -250,7 +250,8 @@ public class UndertowServletWebServerFactory extends AbstractServletWebServerFac
* Return if filters should be initialized eagerly.
* Return if filters should be initialized eagerly.
* @return {@code true} if filters are initialized eagerly, otherwise {@code false}.
* @return {@code true} if filters are initialized eagerly, otherwise {@code false}.
* @since 2.0.0
* @since 2.0.0
* @deprecated since 2.4 for removal in 2.6 in favor of {@link #isEagerFilterInit()}
* @deprecated since 2.4.0 for removal in 2.6.0 in favor of
* {@link #isEagerFilterInit()}
*/
*/
@Deprecated
@Deprecated
public
boolean
isEagerInitFilters
()
{
public
boolean
isEagerInitFilters
()
{
...
@@ -262,7 +263,8 @@ public class UndertowServletWebServerFactory extends AbstractServletWebServerFac
...
@@ -262,7 +263,8 @@ public class UndertowServletWebServerFactory extends AbstractServletWebServerFac
* @param eagerInitFilters {@code true} if filters are initialized eagerly, otherwise
* @param eagerInitFilters {@code true} if filters are initialized eagerly, otherwise
* {@code false}.
* {@code false}.
* @since 2.0.0
* @since 2.0.0
* @deprecated since 2.4 for removal in 2.6 in favor of {@link #isEagerFilterInit()}
* @deprecated since 2.4.0 for removal in 2.6.0 in favor of
* {@link #isEagerFilterInit()}
*/
*/
@Deprecated
@Deprecated
public
void
setEagerInitFilters
(
boolean
eagerInitFilters
)
{
public
void
setEagerInitFilters
(
boolean
eagerInitFilters
)
{
...
...
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