Release Notes / Version 11.2310
Table Of Contents
The Spring bean throttlingBlobTransformer
in
BlobTransformerConfiguration#BlobTransformerInternalConfiguration
is now exposed by its concrete type
ThrottlingBlobTransformer
for technical reasons.
This makes injections of type BlobTransformer
possibly ambiguous in project code. For backward compatible behaviour,
use the concrete type ThrottlingBlobTransformer
or
the exact name throttlingBlobTransformer
to inject
this bean.
(CMS-22070)