-
Notifications
You must be signed in to change notification settings - Fork 38.9k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement
Milestone
Description
Juergen Hoeller opened SPR-14484 and commented
Two common delegates have been in demand for a while and are now strongly suggested by our reactive efforts:
-
A
Resource.isFile()indicator for whetherResource.getFile()would succeed. This can make use of default methods in the interface, likeisReadable()andisOpen(). -
A
MediaTypeFactoryinorg.springframework.http, resolving content type values toMediaTypeinstances via the Java Activation Framework (remaining an implementation detail).
Issue Links:
- MediaTypeFactory should come with its own complete mime.types file [SPR-14908] #19474 MediaTypeFactory should come with its own complete mime.types file
Referenced from: commits 8bb34bc
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement