Update deprecations with for removal targets

Update all deprecation tags to include a removal target.

Closes gh-25808
This commit is contained in:
Phillip Webb
2021-03-29 14:24:55 -07:00
parent 896f20e1d3
commit 26dd1b9a26
57 changed files with 150 additions and 124 deletions

View File

@@ -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.
@@ -143,7 +143,7 @@ public class SpringBootContextLoader extends AbstractContextLoader {
* empty array.
* @param config the source context configuration
* @return the application arguments to use
* @deprecated since 2.2.7
* @deprecated since 2.2.7 for removal in 2.4
* @see SpringApplication#run(String...)
*/
@Deprecated