Details
-
Bug
-
Resolution: Fixed
-
Neutral
-
6.2
-
None
-
None
-
-
Empty show more show less
-
UI Framework 5, UI Framework 6
Description
Given any parametrised class:
@I18nable public static class Parametrised<T> { //T kills generics for list, removing mitigates the problem List<SampleObj> list = Arrays.asList(new SampleObj()); public List<SampleObj> getList() { return list; } }
info.magnolia.i18nsystem.bytebudddy.AnyTypeInGenericSignatureMatcher#matches fails to resolve generic as list is just a raw type.
Checklists
Acceptance criteria
Attachments
Issue Links
- is depended upon by
-
MGNLUI-5305 Add translation support to updated UI components
-
- Closed
-