Skip to content

Commit f2d367a

Browse files
committed
Update 'for removal in' comments since 3.5 will be the last 3.x release
Closes gh-44959
1 parent 47ace6d commit f2d367a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/DefaultJmsListenerContainerFactoryConfigurer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ void setJmsProperties(JmsProperties jmsProperties) {
101101
* Set the {@link ObservationRegistry} to use.
102102
* @param observationRegistry the {@link ObservationRegistry}
103103
* @since 3.2.1
104-
* @deprecated since 3.3.10 for removal in 3.6.0 as this should have been package
104+
* @deprecated since 3.3.10 for removal in 4.0.0 as this should have been package
105105
* private
106106
*/
107107
@Deprecated(since = "3.3.10", forRemoval = true)

spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/ConditionReportApplicationContextFailureProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* @author Phillip Webb
3030
* @author Scott Frederick
3131
* @since 3.0.0
32-
* @deprecated in 3.2.11 for removal in 3.6.0
32+
* @deprecated in 3.2.11 for removal in 4.0.0
3333
*/
3434
@Deprecated(since = "3.2.11", forRemoval = true)
3535
public class ConditionReportApplicationContextFailureProcessor implements ApplicationContextFailureProcessor {

spring-boot-project/spring-boot-test-autoconfigure/src/test/java/org/springframework/boot/test/autoconfigure/ConditionReportApplicationContextFailureProcessorTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
*
3636
* @author Phillip Webb
3737
* @author Scott Frederick
38-
* @deprecated since 3.2.11 for removal in 3.6.0
38+
* @deprecated since 3.2.11 for removal in 4.0.0
3939
*/
4040
@ExtendWith(OutputCaptureExtension.class)
4141
@Deprecated(since = "3.2.11", forRemoval = true)

0 commit comments

Comments
 (0)