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
We have very long classpath in our application so Idea can't run it without switching to "classpath file mode" (dynamic.classpath=true in .idea/workspace.xml). When I enable this mode devtools doesn't work.
Idea generates temporary jar file with Class-Path in MANIFEST.MF (C:\Users\USER_NAME\AppData\Local\Temp\classpathX.jar).
I was trying to debug the problem. This generated jar is treated as non reloadable in org.springframework.boot.devtools.restart.ChangeableUrls class.