Skip to content

Commit 70ac2ea

Browse files
committed
javadoc: @SInCE 3.3.16, 4.0.7
Signed-off-by: Leos Bitto <leos.bitto@gmail.com>
1 parent 82ef24e commit 70ac2ea

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
@@ -113,7 +113,7 @@ public static void retryBatch(Exception thrownException, ConsumerRecords<?, ?> r
113113
* @param resetStateOnExceptionChange true if a different exception thrown during retry should end this method.
114114
* @return a new exception if resetStateOnExceptionChange was true and a different exception has occurred
115115
* (retry with a possibly different BackOffExecution is expected if non-null is returned)
116-
* @since 4.0.7
116+
* @since 3.3.16, 4.0.7
117117
*/
118118
@Nullable
119119
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 3.3.16
155+
* @since 3.3.16, 4.0.7
156156
*/
157157
void setResetStateOnExceptionChange(boolean resetStateOnExceptionChange) {
158158
this.resetStateOnExceptionChange = resetStateOnExceptionChange;

0 commit comments

Comments
 (0)