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
In order to work around issue #93 we attempted to define our own CustomRichTextDataConverter with the @primary and @component annotations. However, due to the way in which the DXA 2.0 loads the data converters into the GenericSemanticModelDataConverter (using @Autowired on the setConverters method) our custom converter is always overridden by the default.
The setConverters method should reverse sort the set before applying the converters, ensuring that lower priority converters are set first and then overridden by any higher priority converters later.
The text was updated successfully, but these errors were encountered:
willprice76
pushed a commit
to willprice76/dxa-web-application-java
that referenced
this issue
Apr 10, 2018
In order to work around issue #93 we attempted to define our own CustomRichTextDataConverter with the @primary and @component annotations. However, due to the way in which the DXA 2.0 loads the data converters into the GenericSemanticModelDataConverter (using @Autowired on the setConverters method) our custom converter is always overridden by the default.
The setConverters method should reverse sort the set before applying the converters, ensuring that lower priority converters are set first and then overridden by any higher priority converters later.
The text was updated successfully, but these errors were encountered: