Skip to content

Commit

Permalink
spring-projectsGH-2800: prepare custom DLT routing changes to be rele…
Browse files Browse the repository at this point in the history
…ased in version 3.2.0

Closes spring-projects#2800
  • Loading branch information
breader124 committed Jan 20, 2024
1 parent 1baec9d commit a1d6080
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*
* @author Adrian Chlebosz
* @see org.springframework.kafka.retrytopic.ExceptionBasedDltRouting
* @since 3.1.1
* @since 3.2.0
*/
public @interface ExceptionBasedDestinationDlt {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*
* @author Adrian Chlebosz
* @see org.springframework.kafka.retrytopic.ExceptionBasedDestinationDlt
* @since 3.1.1
* @since 3.2.0
*/
public @interface ExceptionBasedDltRouting {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ private BinaryExceptionClassifierBuilder classifierBuilder() {
* match with the configured exceptions.
* @param dltRoutingRules specification of custom DLT name extensions and exceptions which should be matched for them
* @return the builder
* @since 3.1.1
* @since 3.2.0
*/
public RetryTopicConfigurationBuilder dltRoutingRules(Map<String, Set<Class<? extends Throwable>>> dltRoutingRules) {
this.dltRoutingRules = dltRoutingRules;
Expand Down

0 comments on commit a1d6080

Please sign in to comment.