kaleidos / grails-postgresql-extensions

Grails plugin to use postgresql native elements such as arrays, hstores,...
Apache License 2.0
78 stars 62 forks source link

Exclude test files from plugin JAR #78

Closed gregopet closed 8 years ago

gregopet commented 8 years ago

Patch both excludes classes from the generated JAR as well as from the grails-plugin.xml file.

ilopmar commented 8 years ago

Thank you very much. I'll include this commit in the next release for Grails 3.X

gregopet commented 8 years ago

No problem - I have a User class in my project and it clashed with the one from the plugin so this was pretty high priority for me (I'm using a local fork of the plugin for the time being).

ilopmar commented 8 years ago

Cherry-picked the changes and included now in the master branch.

Please check #70

gregopet commented 8 years ago

Did this patch make it into the published 5.0.0 version? I switched to it from my local fork and started getting org.hibernate.DuplicateMappingException: duplicate import: User refers to both mypackage.User and test.criteria.array.User

ilopmar commented 8 years ago

I think I haven't been clear about this. I'm really sorry.

The 5.0.0 version was something like a snapshot version. By that time we didn't know how we wanted to manage the different grails2, grails3, hibernate3 and hibernate4 versions. At the end, we decided to maintain the same version number for the grails2 and grails3 versions. That's why the released version is 4.6.1 because is the same as grails2.

The plugin is now included in the Grails 3 bintray repository (https://bintray.com/grails/plugins), so now I'm going to delete the 5.0.0 version. Please just use 4.6.1

Regards, Iván.