Update 'for removal in' comments since 3.5 will be the last 3.x release
Closes gh-44959
This commit is contained in:
parent
47ace6d49a
commit
f2d367a130
|
|
@ -101,7 +101,7 @@ public final class DefaultJmsListenerContainerFactoryConfigurer {
|
|||
* Set the {@link ObservationRegistry} to use.
|
||||
* @param observationRegistry the {@link ObservationRegistry}
|
||||
* @since 3.2.1
|
||||
* @deprecated since 3.3.10 for removal in 3.6.0 as this should have been package
|
||||
* @deprecated since 3.3.10 for removal in 4.0.0 as this should have been package
|
||||
* private
|
||||
*/
|
||||
@Deprecated(since = "3.3.10", forRemoval = true)
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ import org.springframework.test.context.ApplicationContextFailureProcessor;
|
|||
* @author Phillip Webb
|
||||
* @author Scott Frederick
|
||||
* @since 3.0.0
|
||||
* @deprecated in 3.2.11 for removal in 3.6.0
|
||||
* @deprecated in 3.2.11 for removal in 4.0.0
|
||||
*/
|
||||
@Deprecated(since = "3.2.11", forRemoval = true)
|
||||
public class ConditionReportApplicationContextFailureProcessor implements ApplicationContextFailureProcessor {
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
|||
*
|
||||
* @author Phillip Webb
|
||||
* @author Scott Frederick
|
||||
* @deprecated since 3.2.11 for removal in 3.6.0
|
||||
* @deprecated since 3.2.11 for removal in 4.0.0
|
||||
*/
|
||||
@ExtendWith(OutputCaptureExtension.class)
|
||||
@Deprecated(since = "3.2.11", forRemoval = true)
|
||||
|
|
|
|||
Loading…
Reference in New Issue