-
Bug Report
-
Resolution: Won't Fix
-
L3 - Default
-
None
-
7.5.0
Hi,
I just found an interesting stuff in org.camunda.bpm.dmn.engine.impl.type.DefaultDataTypeTransformerRegistry
The addTransformer method put in the map as key (typeName) as it gets, but getTransformer method lowercase it to check its existance.
So If I register a transformer with name: "Abc" it will not found by getTransformer, because it tries to find with name "abc".