Syreniac

Results 4 issues of Syreniac

If you have an entity like this: ``` @Table(name = "EWARLNSYHTATT") public class EntityWithAReallyLongNameSoYouHaveToAbbreviateTheTable{ } ``` In the generated schema, the generated type would be "EWARLNSYHTATT" rather than the actual...

### New feature, improvement proposal When checking whether to copy files into the exploded war, the plugin is aggressively copying each file even if it is already present with an...

enhancement

I've just updated a somewhat old project with a lot of dated dependencies (and to be fair, some misuse of said dependencies) and problems in those dependencies are picked up...