-
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
StreamUtils comes with nonClosing decoration methods already, based on an internal NonClosingOutputStream class which suppresses close() calls. We can easily add support for a nonFlushing method, applying an internal subclass of NonClosingOutputStream that also suppresses flush() calls. Also, we can detect whether a given OutputStream is non-closing/flushing already and avoid unnecessary decoration in that case.
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