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 interceptors' field is now 'List> interceptorsCustomizers'. This commit adjusts the PulsarAutoConfigurationTests to use the new list of interceptor customizers.

Comment From: mhalbritter

Thanks!