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 was archived by the owner on Jul 2, 2023. It is now read-only.
During compilation of my Grails Application and i get the below error
/plugins/jaxrs-0.8/src/java/org/springframework/mock/web/DelegatingServletInputStream.java:39: error: DelegatingServletInputStream is not abstract and does not override abstract method setReadListener(ReadListener) in ServletInputStream public class DelegatingServletInputStream extends ServletInputStream {
From @vinod-bb on October 28, 2015 11:20
I am using grails jaxrs plugin with Grails 2.2.4
grails.project.dependency.resolution = {
plugins {
compile ':jaxrs:0.8'
}
}
During compilation of my Grails Application and i get the below error
/plugins/jaxrs-0.8/src/java/org/springframework/mock/web/DelegatingServletInputStream.java:39: error: DelegatingServletInputStream is not abstract and does not override abstract method setReadListener(ReadListener) in ServletInputStream public class DelegatingServletInputStream extends ServletInputStream {
Please help
Copied from original issue: krasserm#68
The text was updated successfully, but these errors were encountered: