File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
spring-batch-docs/asciidoc
spring-batch-integration/src/test/resources Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -420,7 +420,7 @@ The following example shows a declarative retry that uses the Spring AOP
420420</aop:config>
421421
422422<bean id="retryAdvice"
423- class="org.springframework.batch. retry.interceptor.RetryOperationsInterceptor"/>
423+ class="org.springframework.retry.interceptor.RetryOperationsInterceptor"/>
424424----
425425
426426[role="javaContent"]
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ log4j.appender.stdout.layout.ConversionPattern=%d %5p %t [%c] - <%m>%n
66
77log4j.category.org.springframework.context =INFO
88log4j.category.org.springframework.beans =INFO
9- log4j.category.org.springframework.batch. retry =DEBUG
9+ log4j.category.org.springframework.retry =DEBUG
1010log4j.category.org.springframework.batch.core =DEBUG
1111log4j.category.org.springframework.batch.integration =DEBUG
1212log4j.category.org.springframework.integration =DEBUG
13- log4j.category.org.springframework.transaction =INFO
13+ log4j.category.org.springframework.transaction =INFO
You can’t perform that action at this time.
0 commit comments