-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can the 1.7 version be released since 1.6 does not work with Grails 2.5.3 #15
Comments
It would be nice to hace 1.7 released when possible but in the meantime, if you want to use the plugin with 2.5.3, please try to use the snapshot version of the plugin.
Let me know if that works for you. |
The snapshot works without the: |
Good to know it. Thanks! |
1.6 works with Grails 2.5.3
1.7 actually has a bug where the auto export is expect the parameter 'format' but then 'f' is used. It needs to change to format since in the sample code that's actually what is being expected |
Any chance that it will work with grails 3? |
@psnehal It depends on what you mean by "it". There is a version of the |
Thank you Jeff for replying. I was adding different version no. Now its works. |
Adding def grailsApplication in controller gives following error. ERROR grails.boot.GrailsApp - Compilation Error: startup failed: |
Controllers in Grails 2 and Grails 3 already have an implicit dependency injection for |
Running the 1.6 version on Grails 2.5.3 results in:
Compilation error: startup failed:
/xxx/target/work/plugins/export-1.6/src/groovy/de/andreasschmitt/export/exporter/ExporterUtil.groovy: 5: unable to resolve class org.apache.commons.beanutils.PropertyUtils
@ line 5, column 1.
import org.apache.commons.beanutils.PropertyUtils
^
1 error
This is fixed in the 1.7 snapshot over a year ago. Can the 1.7 be released as final? Thanks!
The text was updated successfully, but these errors were encountered: