Closed dustindclark closed 4 years ago
Looks like a problem with the grails converter plugin. I took a stab at building a version of this plugin that would compile and run with both Grails 3 and Grails 4 to no avail. As a workaround, explicitly adding a converters dependency in the Grails 4 app resolves this issue:
compile "org.grails.plugins:converters"
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This is still a problem. I run into it still while upgrading 3.x apps/plugins to 4.0. Can we reopen?
Installing version 3.2.0 in a Grails 4 app keeps the app from starting. The error is
java.lang.NoClassDefFoundError: org/grails/core/cfg/DeprecatedGrailsConfig
. Recaptcha is not in the stack trace, but I've attached it below anyways. Removing recaptcha 3.2.0 allows the app to start again.I will report back if I find a workaround.