Skip to content

Commit 20de32f

Browse files
committed
javadoc: @SInCE 3.3.16, 4.0.6
Signed-off-by: Leos Bitto <leos.bitto@gmail.com>
1 parent 1b4c33b commit 20de32f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

spring-kafka/src/main/java/org/springframework/kafka/listener/ErrorHandlingUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public static void retryBatch(Exception thrownException, ConsumerRecords<?, ?> r
114114
* @param resetStateOnExceptionChange true if a different exception thrown during retry should end this method.
115115
* @return a new exception if resetStateOnExceptionChange was true and a different exception has occurred
116116
* (retry with a possibly different BackOffExecution is expected if non-null is returned)
117-
* @since 4.0.7
117+
* @since 3.3.16, 4.0.6
118118
*/
119119
@Nullable
120120
public static Exception retryBatch(Exception thrownException, ConsumerRecords<?, ?> records, Consumer<?, ?> consumer,

spring-kafka/src/main/java/org/springframework/kafka/listener/FallbackBatchErrorHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public void setReclassifyOnExceptionChange(boolean reclassifyOnExceptionChange)
152152
* when the exception changes.
153153
* @param resetStateOnExceptionChange true to start a new back off sequence
154154
* when the exception changes in subsequent retries
155-
* @since 4.0.7
155+
* @since 3.3.16, 4.0.6
156156
*/
157157
void setResetStateOnExceptionChange(boolean resetStateOnExceptionChange) {
158158
this.resetStateOnExceptionChange = resetStateOnExceptionChange;

0 commit comments

Comments
 (0)