Deprecate StreamUtils.emptyInput() #29125
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Since #28961 and since Spring Framework 6.0 requires Java 17, it doesn't make much sense to maintain this method. This should be deprecated in favor of
InputStream.nullInputStream()
.The text was updated successfully, but these errors were encountered: