You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adjust Spring Pulsar test to use 'interceptorsCustomizers' field
Spring Pulsar 1.0.4-SNAPSHOT now includes a fix to properly cache any
user-provided producer interceptors. The fix changes an internal
implementation detail of 'PulsarTemplate'. The
'List<ProducerInterceptor> interceptors' field is now
'List<ProducerBuilderCustomizer<T>> interceptorsCustomizers'.
This commit adjusts the PulsarAutoConfigurationTests to use the
new list of interceptor customizers.
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/pulsar/PulsarAutoConfigurationTests.java
0 commit comments