Skip to content

Commit 52846a6

Browse files
committed
Deprecate TaskExecutorRepeatTemplate
1 parent 70865c1 commit 52846a6

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

spring-batch-infrastructure/src/main/java/org/springframework/batch/infrastructure/repeat/support/ResultHolder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2006-2023 the original author or authors.
2+
* Copyright 2006-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -25,7 +25,7 @@
2525
*
2626
* @author Dave Syer
2727
* @author Mahmoud Ben Hassine
28-
* @deprecated since 5.0 with no replacement. Scheduled for removal in 6.0.
28+
* @deprecated since 5.0 with no replacement. Scheduled for removal in 7.0.
2929
*/
3030
@Deprecated(since = "5.0", forRemoval = true)
3131
interface ResultHolder {

spring-batch-infrastructure/src/main/java/org/springframework/batch/infrastructure/repeat/support/ResultHolderResultQueue.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2023 the original author or authors.
2+
* Copyright 2002-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -30,7 +30,7 @@
3030
*
3131
* @author Dave Syer
3232
* @author Mahmoud Ben Hassine
33-
* @deprecated since 5.0 with no replacement. Scheduled for removal in 6.0.
33+
* @deprecated since 5.0 with no replacement. Scheduled for removal in 7.0.
3434
*/
3535
@SuppressWarnings("removal")
3636
@Deprecated(since = "5.0", forRemoval = true)

spring-batch-infrastructure/src/main/java/org/springframework/batch/infrastructure/repeat/support/ResultQueue.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2023 the original author or authors.
2+
* Copyright 2002-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -31,7 +31,7 @@
3131
* @author Dave Syer
3232
* @author Ben Hale
3333
* @author Mahmoud Ben Hassine
34-
* @deprecated since 5.0 with no replacement. Scheduled for removal in 6.0.
34+
* @deprecated since 5.0 with no replacement. Scheduled for removal in 7.0.
3535
*/
3636
@Deprecated(since = "5.0", forRemoval = true)
3737
interface ResultQueue<T> {

spring-batch-infrastructure/src/main/java/org/springframework/batch/infrastructure/repeat/support/TaskExecutorRepeatTemplate.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@
4848
* @author Dave Syer
4949
* @author Mahmoud Ben Hassine
5050
* @author Stefano Cordio
51+
* @deprecated since 6.0 with no replacement, scheduled for removal in 7.0.
5152
*/
53+
@Deprecated(since = "6.0", forRemoval = true)
5254
public class TaskExecutorRepeatTemplate extends RepeatTemplate {
5355

5456
/**

spring-batch-infrastructure/src/main/java/org/springframework/batch/infrastructure/repeat/support/ThrottleLimitResultQueue.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2023 the original author or authors.
2+
* Copyright 2002-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -27,7 +27,7 @@
2727
*
2828
* @author Dave Syer
2929
* @author Mahmoud Ben Hassine
30-
* @deprecated since 5.0 with no replacement. Scheduled for removal in 6.0.
30+
* @deprecated since 5.0 with no replacement. Scheduled for removal in 7.0.
3131
*/
3232
@SuppressWarnings("removal")
3333
@Deprecated(since = "5.0", forRemoval = true)

0 commit comments

Comments
 (0)