-
Notifications
You must be signed in to change notification settings - Fork 561
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
RepositoryEntityController
is incompatible with devtools
#2438
Comments
Can you post the full stack trace (i.e. non-truncated)? We have quite a few package-protected types. I do not see why proxying would be necessary in a developer-facing project as you're not going to update these types. |
|
Paging @odrotbohm @marcingrzejszczak |
Is this the problem with the 1.3.0 version? We've migrated tracing support to observability based support (although that logic with cglib proxies might not have been changed) |
I got this fixed by registering both Spring Data REST WebMVC and HAL Explorer to be included in the application classloader as documented here. I'll consult the Boot team to better understand why that is. |
We now declare explicit Spring Boot DevTools configuration to include Spring Data REST WebMVC and HAL Explorer in the restart classloader to prevent proxying issues with package protected types. Fixes GH-2438.
We now declare explicit Spring Boot DevTools configuration to include Spring Data REST WebMVC and HAL Explorer in the restart classloader to prevent proxying issues with package protected types. Fixes GH-2438.
Cannot run application with devtools
org.springframework.boot:spring-boot-devtools
Seems like
RepositoryEntityController
is non-visible (no public modifier).The text was updated successfully, but these errors were encountered: