You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.
I have upgraded a Grails 2.5.4 application to 4.0.10 and on startup I get the following error:
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [grails.boot.config.GrailsApplicationPostProcessor]: Factory method 'grailsApplicationPostProcessor' threw exception; nested exception is org.grails.core.exceptions.GrailsRuntimeException: Failed to introspect class: class org.grails.plugins.jaxrs.Application
The plugin hasn't been migrated to 4.x and I am unsure of how the application will need to be updated for this to work.
Are there plans to upgrade for Grails 4.x?
Can you suggest a migration plan if not?
The text was updated successfully, but these errors were encountered:
This is Grails 4.0.10 and OpenJDK8.
I have upgraded a Grails 2.5.4 application to 4.0.10 and on startup I get the following error:
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [grails.boot.config.GrailsApplicationPostProcessor]: Factory method 'grailsApplicationPostProcessor' threw exception; nested exception is org.grails.core.exceptions.GrailsRuntimeException: Failed to introspect class: class org.grails.plugins.jaxrs.Application
The plugin hasn't been migrated to 4.x and I am unsure of how the application will need to be updated for this to work.
Are there plans to upgrade for Grails 4.x?
Can you suggest a migration plan if not?
The text was updated successfully, but these errors were encountered: