Merge branch '2.3.x' into 2.4.x
Closes gh-25825
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2012-2020 the original author or authors.
|
||||
* Copyright 2012-2021 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -28,7 +28,8 @@ import org.springframework.test.context.ContextConfiguration;
|
||||
* @author Phillip Webb
|
||||
* @since 1.4.0
|
||||
* @see org.springframework.boot.context.config.ConfigFileApplicationListener
|
||||
* @deprecated since 2.4.0 in favor of {@link ConfigDataApplicationContextInitializer}
|
||||
* @deprecated since 2.4 for removal in 2.6 in favor of
|
||||
* {@link ConfigDataApplicationContextInitializer}
|
||||
*/
|
||||
@Deprecated
|
||||
public class ConfigFileApplicationContextInitializer
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2012-2020 the original author or authors.
|
||||
* Copyright 2012-2021 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2012-2020 the original author or authors.
|
||||
* Copyright 2012-2021 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -314,7 +314,8 @@ public final class TestPropertyValues {
|
||||
* Create a new {@link Pair} instance.
|
||||
* @param name the name
|
||||
* @param value the value
|
||||
* @deprecated since 2.4.0 in favor of {@link #of(String, String)}
|
||||
* @deprecated since 2.4 for removal in 2.6 in favor of
|
||||
* {@link #of(String, String)}
|
||||
*/
|
||||
@Deprecated
|
||||
public Pair(String name, String value) {
|
||||
|
||||
Reference in New Issue
Block a user