Details
-
Bug Report
-
Status: Done
-
L3 - Default
-
Resolution: Fixed
-
None
-
None
Description
currently engine fetchers get the dateformatter injected with:
@Autowired
private DateTimeFormatter dateTimeFormatter;
which means they get the optimizeDateFormatter as this is the only one provided by a beanFactory. We need to use qualifiers for correct injection like for objectMappers.