agorapulse / grails-sentry

A Sentry client for Grails
Apache License 2.0
12 stars 14 forks source link

Incompatibility with Grails 3.3.0 #28

Closed erichelgeson closed 7 years ago

erichelgeson commented 7 years ago

Location of FilterRegistrationBean has changed to org.springframework.boot.web.servlet

https://github.com/agorapulse/grails-sentry/blob/398b346534393f65a0a89e64a3089d92a3cebdfd/src/main/groovy/grails/plugin/sentry/SentryGrailsPlugin.groovy#L27

java.lang.NoClassDefFoundError: org/springframework/boot/context/embedded/FilterRegistrationBean
    at grails.plugin.sentry.SentryGrailsPlugin$_doWithSpring_closure1.doCall(SentryGrailsPlugin.groovy:78)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)