-
Notifications
You must be signed in to change notification settings - Fork 493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spring Plugin: Issue with Adding an Interface to SpringMVC #606
Comments
Seems like caching problem, could you supply reporoducer? |
I tried it, and springboot 1.4.6.RELEASE still reports errors. However, springboot 1.4.7.RELEASE does not have this issue. The corresponding versions are spring 4.3.8.RELEASE and spring 4.3.9.RELEASE. It seems that some classes were modified between these two versions. |
https://github.com/homejim/spring-demo @skybber After downloading: Step1:Run directly. |
Thanks for the clarification, it wasn’t clear from the initial message what you meant by term 'interface.' Do you think it's necessary to fix this since the issue affects versions < 1.4.7-RELEASE and it's already fixed in the newer ones? What does @cvictory think about it? |
My initial judgment is that there might have been some changes in the caching of certain classes, which is why the older versions have issues. The fix should be relatively simple. If it is simple, I think we should adapt it to make hotswap more universally applicable. If no one else addresses it, I will consider handling it when I have time. |
springboot: 1.4.0.RELEASE
Action: Added an interface.
Problem: After adding, the request reports parameter errors. The error log is as follows:
The text was updated successfully, but these errors were encountered: