-
Enhancement
-
Resolution: Done
-
Major
-
3.1.0.Alpha2
-
None
-
False
-
-
False
Recently I made an stupid mistake when creating Properties object passed to engine builder
... props.setProperty("schema.history.internal.skip.unparseable.ddl ", "true"); ...
this lead to DBZ-8745 to save dumbasses like myself from ever doing this again, I think Configuration.from(Properties) could strip any extra spaces...