-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently apply
Description
Same as this issue: spring-projects/spring-boot#16034
org.springframework.core.io.AbstractFileResolvingResource
will consider an empty file in runnable jar is unreadable.
It cause different and confusing behavior after mvn package
.
I think empty folders can indeed be considered unreadable, but files should not be the same.
Do you have any plans to fix it?
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently apply