Tim Chen

Results 35 comments of Tim Chen

If you are trying to make it always use the no arg constructor then use the AutomapConstructor annotation. Or simply do not use constructor mapping.

I'm jumping on this issue 5 years late but I don't see the difference in how we construct objects with collections now and how we could for constructor injection in...

This has to do with how mybatis allows both constructor mapping and post constructor setter mapping Which is useful for example for collections which constructor mapping does not currently support...

automapping doesn't exist on the annotations yet. The solution propose by @kazuki43zoo only works for xml mapping or globally atm.

Because this is used only in migrations atm. What do you think of a regex configuration that requires a group. We can allow any type of delimiter in that case...

I’m sorry I wasn’t clear. I was talking about seeding a noncomment handler with a delimiter. So that you don’t hardcode DELIMITER and also can handle cases were the delimiter...

> For Migrations, there still is a possibility of customizable delimiter token, however, @h3adache and I have a different view on this subject, so it might take a while. >...

Would be great to add it for typescript and golang! (biased as those are the two I use this plugin with the most atm).

same for jetty94 (should be jetty9.4).