Update deprecation messages to change removal version from 2.8 to 3.0

Closes gh-30903
This commit is contained in:
Andy Wilkinson 2022-05-26 13:59:03 +01:00
parent 3e7bd582a3
commit cbf42dea14
27 changed files with 58 additions and 58 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2012-2021 the original author or authors. * Copyright 2012-2022 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -85,7 +85,7 @@ public abstract class OnEndpointElementCondition extends SpringBootCondition {
* Return the default outcome that should be used. * Return the default outcome that should be used.
* @param context the condition context * @param context the condition context
* @return the default outcome * @return the default outcome
* @deprecated since 2.6.0 for removal in 2.8.0 in favor of * @deprecated since 2.6.0 for removal in 3.0.0 in favor of
* {@link #getDefaultOutcome(ConditionContext, AnnotationAttributes)} * {@link #getDefaultOutcome(ConditionContext, AnnotationAttributes)}
*/ */
@Deprecated @Deprecated

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2012-2021 the original author or authors. * Copyright 2012-2022 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -58,7 +58,7 @@ public class IncludeExcludeEndpointFilter<E extends ExposableEndpoint<?>> implem
* @param environment the environment containing the properties * @param environment the environment containing the properties
* @param prefix the property prefix to bind * @param prefix the property prefix to bind
* @param defaultIncludes the default {@code includes} to use when none are specified. * @param defaultIncludes the default {@code includes} to use when none are specified.
* @deprecated since 2.6.0 for removal in 2.8.0 in favor of * @deprecated since 2.6.0 for removal in 3.0.0 in favor of
* {@link #IncludeExcludeEndpointFilter(Class, Environment, String, String[])} * {@link #IncludeExcludeEndpointFilter(Class, Environment, String, String[])}
*/ */
@Deprecated @Deprecated
@ -103,7 +103,7 @@ public class IncludeExcludeEndpointFilter<E extends ExposableEndpoint<?>> implem
* @param include the include patterns * @param include the include patterns
* @param exclude the exclude patterns * @param exclude the exclude patterns
* @param defaultIncludes the default {@code includes} to use when none are specified. * @param defaultIncludes the default {@code includes} to use when none are specified.
* @deprecated since 2.6.0 for removal in 2.8.0 in favor of * @deprecated since 2.6.0 for removal in 3.0.0 in favor of
* {@link #IncludeExcludeEndpointFilter(Class, Environment, String, String[])} * {@link #IncludeExcludeEndpointFilter(Class, Environment, String, String[])}
*/ */
@Deprecated @Deprecated
@ -174,7 +174,7 @@ public class IncludeExcludeEndpointFilter<E extends ExposableEndpoint<?>> implem
/** /**
* Default include patterns that can be used. * Default include patterns that can be used.
* @deprecated since 2.6.0 for removal in 2.8.0 in favor of {@link EndpointExposure}. * @deprecated since 2.6.0 for removal in 3.0.0 in favor of {@link EndpointExposure}.
*/ */
@Deprecated @Deprecated
public enum DefaultIncludes { public enum DefaultIncludes {

View File

@ -169,7 +169,7 @@ public class ConfigurationPropertiesReportEndpoint implements ApplicationContext
* {@link ConfigurationProperties @ConfigurationProperties} objects into a {@link Map} * {@link ConfigurationProperties @ConfigurationProperties} objects into a {@link Map}
* structure. * structure.
* @param mapper the object mapper * @param mapper the object mapper
* @deprecated since 2.6 for removal in 2.8 in favor of * @deprecated since 2.6 for removal in 3.0 in favor of
* {@link #configureJsonMapper(com.fasterxml.jackson.databind.json.JsonMapper.Builder)} * {@link #configureJsonMapper(com.fasterxml.jackson.databind.json.JsonMapper.Builder)}
*/ */
@Deprecated @Deprecated

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2012-2021 the original author or authors. * Copyright 2012-2022 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -198,7 +198,7 @@ public class EnvironmentEndpoint {
* @param key the name to sanitize * @param key the name to sanitize
* @param value the value to sanitize * @param value the value to sanitize
* @return the sanitized value * @return the sanitized value
* @deprecated since 2.6.0 for removal in 2.8.0 as sanitization should be internal to * @deprecated since 2.6.0 for removal in 3.0.0 as sanitization should be internal to
* the class * the class
*/ */
@Deprecated @Deprecated

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2012-2021 the original author or authors. * Copyright 2012-2022 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -49,7 +49,7 @@ public abstract class AbstractRabbitListenerContainerFactoryConfigurer<T extends
/** /**
* Creates a new configurer. * Creates a new configurer.
* @deprecated since 2.6.0 for removal in 2.8.0 in favor of * @deprecated since 2.6.0 for removal in 3.0.0 in favor of
* {@link #AbstractRabbitListenerContainerFactoryConfigurer(RabbitProperties)} * {@link #AbstractRabbitListenerContainerFactoryConfigurer(RabbitProperties)}
*/ */
@Deprecated @Deprecated
@ -94,7 +94,7 @@ public abstract class AbstractRabbitListenerContainerFactoryConfigurer<T extends
/** /**
* Set the {@link RabbitProperties} to use. * Set the {@link RabbitProperties} to use.
* @param rabbitProperties the {@link RabbitProperties} * @param rabbitProperties the {@link RabbitProperties}
* @deprecated since 2.6.0 for removal in 2.8.0 in favor of * @deprecated since 2.6.0 for removal in 3.0.0 in favor of
* {@link #AbstractRabbitListenerContainerFactoryConfigurer(RabbitProperties)} * {@link #AbstractRabbitListenerContainerFactoryConfigurer(RabbitProperties)}
*/ */
@Deprecated @Deprecated

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2012-2021 the original author or authors. * Copyright 2012-2022 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -33,7 +33,7 @@ public final class DirectRabbitListenerContainerFactoryConfigurer
/** /**
* Creates a new configurer. * Creates a new configurer.
* @deprecated since 2.6.0 for removal in 2.8.0 in favor of * @deprecated since 2.6.0 for removal in 3.0.0 in favor of
* {@link #DirectRabbitListenerContainerFactoryConfigurer(RabbitProperties)} * {@link #DirectRabbitListenerContainerFactoryConfigurer(RabbitProperties)}
*/ */
@Deprecated @Deprecated

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2012-2021 the original author or authors. * Copyright 2012-2022 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -41,7 +41,7 @@ public class RabbitTemplateConfigurer {
/** /**
* Creates a new configurer. * Creates a new configurer.
* @deprecated since 2.6.0 for removal in 2.8.0 in favor of * @deprecated since 2.6.0 for removal in 3.0.0 in favor of
* {@link #RabbitTemplateConfigurer(RabbitProperties)} * {@link #RabbitTemplateConfigurer(RabbitProperties)}
*/ */
@Deprecated @Deprecated
@ -81,7 +81,7 @@ public class RabbitTemplateConfigurer {
/** /**
* Set the {@link RabbitProperties} to use. * Set the {@link RabbitProperties} to use.
* @param rabbitProperties the {@link RabbitProperties} * @param rabbitProperties the {@link RabbitProperties}
* @deprecated since 2.6.0 for removal in 2.8.0 in favor of * @deprecated since 2.6.0 for removal in 3.0.0 in favor of
* {@link #RabbitTemplateConfigurer(RabbitProperties)} * {@link #RabbitTemplateConfigurer(RabbitProperties)}
*/ */
@Deprecated @Deprecated

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2012-2021 the original author or authors. * Copyright 2012-2022 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -33,7 +33,7 @@ public final class SimpleRabbitListenerContainerFactoryConfigurer
/** /**
* Creates a new configurer. * Creates a new configurer.
* @deprecated since 2.6.0 for removal in 2.8.0 in favor of * @deprecated since 2.6.0 for removal in 3.0.0 in favor of
* {@link #SimpleRabbitListenerContainerFactoryConfigurer(RabbitProperties)} * {@link #SimpleRabbitListenerContainerFactoryConfigurer(RabbitProperties)}
*/ */
@Deprecated @Deprecated

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2012-2021 the original author or authors. * Copyright 2012-2022 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -30,7 +30,7 @@ import org.springframework.util.StringUtils;
* @author Dave Syer * @author Dave Syer
* @author Vedran Pavic * @author Vedran Pavic
* @since 1.0.0 * @since 1.0.0
* @deprecated since 2.6.0 for removal in 2.8.0 in favor of * @deprecated since 2.6.0 for removal in 3.0.0 in favor of
* {@link BatchDataSourceScriptDatabaseInitializer} * {@link BatchDataSourceScriptDatabaseInitializer}
*/ */
@Deprecated @Deprecated

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2012-2021 the original author or authors. * Copyright 2012-2022 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -29,7 +29,7 @@ import org.springframework.util.unit.DataSize;
* Deprecated configuration properties for Elasticsearch Reactive REST clients. * Deprecated configuration properties for Elasticsearch Reactive REST clients.
* *
* @author Brian Clozel * @author Brian Clozel
* @deprecated since 2.6.0 for removal in 2.8.0 * @deprecated since 2.6.0 for removal in 3.0.0
*/ */
@Deprecated @Deprecated
@ConfigurationProperties(prefix = "spring.data.elasticsearch.client.reactive") @ConfigurationProperties(prefix = "spring.data.elasticsearch.client.reactive")

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2012-2021 the original author or authors. * Copyright 2012-2022 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -28,7 +28,7 @@ import org.springframework.boot.context.properties.DeprecatedConfigurationProper
* Deprecated configuration properties for Elasticsearch REST clients. * Deprecated configuration properties for Elasticsearch REST clients.
* *
* @author Brian Clozel * @author Brian Clozel
* @deprecated since 2.6.0 for removal in 2.8.0. * @deprecated since 2.6.0 for removal in 3.0.0.
*/ */
@ConfigurationProperties(prefix = "spring.elasticsearch.rest") @ConfigurationProperties(prefix = "spring.elasticsearch.rest")
@Deprecated @Deprecated

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2012-2021 the original author or authors. * Copyright 2012-2022 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -28,7 +28,7 @@ import org.springframework.util.StringUtils;
* *
* @author Vedran Pavic * @author Vedran Pavic
* @since 2.0.0 * @since 2.0.0
* @deprecated since 2.6.0 for removal in 2.8.0 in favor of * @deprecated since 2.6.0 for removal in 3.0.0 in favor of
* {@link IntegrationDataSourceScriptDatabaseInitializer} * {@link IntegrationDataSourceScriptDatabaseInitializer}
*/ */
@Deprecated @Deprecated

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2012-2021 the original author or authors. * Copyright 2012-2022 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -29,7 +29,7 @@ import org.springframework.util.StringUtils;
* *
* @author Vedran Pavic * @author Vedran Pavic
* @since 2.0.0 * @since 2.0.0
* @deprecated since 2.6.0 for removal in 2.8.0 in favor of * @deprecated since 2.6.0 for removal in 3.0.0 in favor of
* {@link QuartzDataSourceScriptDatabaseInitializer} * {@link QuartzDataSourceScriptDatabaseInitializer}
*/ */
@Deprecated @Deprecated

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2012-2021 the original author or authors. * Copyright 2012-2022 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -28,7 +28,7 @@ import org.springframework.util.StringUtils;
* *
* @author Vedran Pavic * @author Vedran Pavic
* @since 1.4.0 * @since 1.4.0
* @deprecated since 2.6.0 for removal in 2.8.0 in favor of * @deprecated since 2.6.0 for removal in 3.0.0 in favor of
* {@link JdbcSessionDataSourceScriptDatabaseInitializer} * {@link JdbcSessionDataSourceScriptDatabaseInitializer}
*/ */
@Deprecated @Deprecated

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2012-2021 the original author or authors. * Copyright 2012-2022 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -127,7 +127,7 @@ public class WebFluxProperties {
/** /**
* Session properties. * Session properties.
* *
* @deprecated since 2.6.0 for removal in 2.8.0 in favor of * @deprecated since 2.6.0 for removal in 3.0.0 in favor of
* {@code server.reactive.session}. * {@code server.reactive.session}.
*/ */
@Deprecated @Deprecated
@ -145,7 +145,7 @@ public class WebFluxProperties {
/** /**
* Session cookie properties. * Session cookie properties.
* *
* @deprecated since 2.6.0 for removal in 2.8.0 in favor of * @deprecated since 2.6.0 for removal in 3.0.0 in favor of
* {@link org.springframework.boot.web.server.Cookie}. * {@link org.springframework.boot.web.server.Cookie}.
*/ */
@Deprecated @Deprecated
@ -169,7 +169,7 @@ public class WebFluxProperties {
/** /**
* SameSite values. * SameSite values.
* @deprecated since 2.6.0 for removal in 2.8.0 in favor of * @deprecated since 2.6.0 for removal in 3.0.0 in favor of
* {@link org.springframework.boot.web.server.Cookie.SameSite}. * {@link org.springframework.boot.web.server.Cookie.SameSite}.
*/ */
@Deprecated @Deprecated

View File

@ -32,7 +32,7 @@ import org.eclipse.aether.repository.RemoteRepository;
* @author Andy Wilkinson * @author Andy Wilkinson
* @author Phillip Webb * @author Phillip Webb
* @since 1.0.0 * @since 1.0.0
* @deprecated since 2.5.9 for removal in 2.8.0 in favor of * @deprecated since 2.5.9 for removal in 3.0.0 in favor of
* {@link MavenResolverGrapeEngine} * {@link MavenResolverGrapeEngine}
*/ */
@Deprecated @Deprecated

View File

@ -40,7 +40,7 @@ import org.eclipse.aether.transport.http.HttpTransporterFactory;
* *
* @author Andy Wilkinson * @author Andy Wilkinson
* @since 1.0.0 * @since 1.0.0
* @deprecated since 2.5.9 for removal in 2.8.0 in favor of * @deprecated since 2.5.9 for removal in 3.0.0 in favor of
* {@link MavenResolverGrapeEngineFactory} * {@link MavenResolverGrapeEngineFactory}
*/ */
@Deprecated @Deprecated

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2012-2021 the original author or authors. * Copyright 2012-2022 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -113,7 +113,7 @@ public abstract class AbstractApplicationContextRunner<SELF extends AbstractAppl
/** /**
* Create a new {@link AbstractApplicationContextRunner} instance. * Create a new {@link AbstractApplicationContextRunner} instance.
* @param contextFactory the factory used to create the actual context * @param contextFactory the factory used to create the actual context
* @deprecated since 2.6.0 for removal in 2.8.0 in favor of * @deprecated since 2.6.0 for removal in 3.0.0 in favor of
* {@link #AbstractApplicationContextRunner(Supplier, Function)} * {@link #AbstractApplicationContextRunner(Supplier, Function)}
*/ */
@Deprecated @Deprecated
@ -162,7 +162,7 @@ public abstract class AbstractApplicationContextRunner<SELF extends AbstractAppl
* @param parent the parent * @param parent the parent
* @param beanRegistrations the bean registrations * @param beanRegistrations the bean registrations
* @param configurations the configuration * @param configurations the configuration
* @deprecated since 2.6.0 for removal in 2.8.0 in favor of * @deprecated since 2.6.0 for removal in 3.0.0 in favor of
* {@link #AbstractApplicationContextRunner(Supplier, Function)} * {@link #AbstractApplicationContextRunner(Supplier, Function)}
*/ */
@Deprecated @Deprecated

View File

@ -25,7 +25,7 @@ import org.gradle.jvm.application.tasks.CreateStartScripts;
* *
* @author Andy Wilkinson * @author Andy Wilkinson
* @since 2.0.0 * @since 2.0.0
* @deprecated since 2.5.10 for removal in 2.8.0 in favor of {@link CreateStartScripts}. * @deprecated since 2.5.10 for removal in 3.0.0 in favor of {@link CreateStartScripts}.
*/ */
@Deprecated @Deprecated
public class CreateBootStartScripts extends CreateStartScripts { public class CreateBootStartScripts extends CreateStartScripts {

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2012-2021 the original author or authors. * Copyright 2012-2022 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -90,7 +90,7 @@ public interface SpringApplicationRunListener {
* ApplicationRunners} have not been called. * ApplicationRunners} have not been called.
* @param context the application context. * @param context the application context.
* @since 2.0.0 * @since 2.0.0
* @deprecated since 2.6.0 for removal in 2.8.0 in favor of * @deprecated since 2.6.0 for removal in 3.0.0 in favor of
* {@link #started(ConfigurableApplicationContext, Duration)} * {@link #started(ConfigurableApplicationContext, Duration)}
*/ */
@Deprecated @Deprecated
@ -116,7 +116,7 @@ public interface SpringApplicationRunListener {
* {@link ApplicationRunner ApplicationRunners} have been called. * {@link ApplicationRunner ApplicationRunners} have been called.
* @param context the application context. * @param context the application context.
* @since 2.0.0 * @since 2.0.0
* @deprecated since 2.6.0 for removal in 2.8.0 in favor of * @deprecated since 2.6.0 for removal in 3.0.0 in favor of
* {@link #ready(ConfigurableApplicationContext, Duration)} * {@link #ready(ConfigurableApplicationContext, Duration)}
*/ */
@Deprecated @Deprecated

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2012-2021 the original author or authors. * Copyright 2012-2022 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -108,7 +108,7 @@ public class SpringApplicationBuilder {
* @param sources the sources * @param sources the sources
* @return the {@link SpringApplication} instance * @return the {@link SpringApplication} instance
* @since 1.1.0 * @since 1.1.0
* @deprecated since 2.6.0 for removal in 2.8.0 in favor of * @deprecated since 2.6.0 for removal in 3.0.0 in favor of
* {@link #createSpringApplication(ResourceLoader, Class...)} * {@link #createSpringApplication(ResourceLoader, Class...)}
*/ */
@Deprecated @Deprecated

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2012-2021 the original author or authors. * Copyright 2012-2022 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -44,7 +44,7 @@ public class ApplicationReadyEvent 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 context the context that was being created * @param context the context that was being created
* @deprecated since 2.6.0 for removal in 2.8.0 in favor of * @deprecated since 2.6.0 for removal in 3.0.0 in favor of
* {@link #ApplicationReadyEvent(SpringApplication, String[], ConfigurableApplicationContext, Duration)} * {@link #ApplicationReadyEvent(SpringApplication, String[], ConfigurableApplicationContext, Duration)}
*/ */
@Deprecated @Deprecated

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2012-2021 the original author or authors. * Copyright 2012-2022 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -43,7 +43,7 @@ public class ApplicationStartedEvent 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 context the context that was being created * @param context the context that was being created
* @deprecated since 2.6.0 for removal in 2.8.0 in favor of * @deprecated since 2.6.0 for removal in 3.0.0 in favor of
* {@link #ApplicationStartedEvent(SpringApplication, String[], ConfigurableApplicationContext, Duration)} * {@link #ApplicationStartedEvent(SpringApplication, String[], ConfigurableApplicationContext, Duration)}
*/ */
@Deprecated @Deprecated

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2012-2021 the original author or authors. * Copyright 2012-2022 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -35,7 +35,7 @@ import org.springframework.util.Assert;
* @author Vedran Pavic * @author Vedran Pavic
* @author Stephane Nicoll * @author Stephane Nicoll
* @since 1.5.0 * @since 1.5.0
* @deprecated since 2.6.0 for removal in 2.8.0 in favor of * @deprecated since 2.6.0 for removal in 3.0.0 in favor of
* {@link DataSourceScriptDatabaseInitializer} * {@link DataSourceScriptDatabaseInitializer}
*/ */
@Deprecated @Deprecated

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2012-2021 the original author or authors. * Copyright 2012-2022 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -25,7 +25,7 @@ import org.springframework.boot.sql.init.DatabaseInitializationMode;
* @author Stephane Nicoll * @author Stephane Nicoll
* @since 2.0.0 * @since 2.0.0
* @see AbstractDataSourceInitializer * @see AbstractDataSourceInitializer
* @deprecated since 2.6.0 for removal in 2.8.0 in favor of * @deprecated since 2.6.0 for removal in 3.0.0 in favor of
* {@link DatabaseInitializationMode} * {@link DatabaseInitializationMode}
*/ */
@Deprecated @Deprecated

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2012-2021 the original author or authors. * Copyright 2012-2022 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -197,7 +197,7 @@ public class Log4J2LoggingSystem extends Slf4JLoggingSystem {
* Load the configuration from the given {@code location}. * Load the configuration from the given {@code location}.
* @param location the location * @param location the location
* @param logFile log file configuration * @param logFile log file configuration
* @deprecated since 2.6.0 for removal in 2.8.0 in favor of * @deprecated since 2.6.0 for removal in 3.0.0 in favor of
* {@link #loadConfiguration(String, LogFile, List)} * {@link #loadConfiguration(String, LogFile, List)}
*/ */
@Deprecated @Deprecated

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2012-2021 the original author or authors. * Copyright 2012-2022 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -30,7 +30,7 @@ import org.hibernate.engine.jdbc.env.spi.JdbcEnvironment;
* @author Phillip Webb * @author Phillip Webb
* @author Madhura Bhave * @author Madhura Bhave
* @since 1.4.0 * @since 1.4.0
* @deprecated since 2.6.0 for removal in 2.8.0 in favor of * @deprecated since 2.6.0 for removal in 3.0.0 in favor of
* {@link CamelCaseToUnderscoresNamingStrategy} * {@link CamelCaseToUnderscoresNamingStrategy}
*/ */
@Deprecated @Deprecated