Skip to content

Devtools doesn't work with classpath file mode in Idea #5127

@mraszplewicz

Description

@mraszplewicz

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions