budjb / grails-jaxrs

JAX-RS Plugin for Grails
5 stars 9 forks source link

Failed to introspect class: class org.grails.plugins.jaxrs.Application in Grails 4.x #39

Open lvardys opened 3 years ago

lvardys commented 3 years ago

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?

divya-gangidi commented 3 years ago

I am having same issue when I upgraded grails from 3.0 to 4.0.10.

Ivardys, have you got any solution to fix this issue?