You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/04/14 03:17:00 UTC

[jira] [Updated] (TOMEE-2509) wrap FileWriter with BufferedWriter for better performance

     [ https://issues.apache.org/jira/browse/TOMEE-2509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated TOMEE-2509:
----------------------------------
    Labels: pull-request-available  (was: )

> wrap FileWriter with BufferedWriter for better performance
> ----------------------------------------------------------
>
>                 Key: TOMEE-2509
>                 URL: https://issues.apache.org/jira/browse/TOMEE-2509
>             Project: TomEE
>          Issue Type: Bug
>            Reporter: bd2019us
>            Priority: Major
>              Labels: pull-request-available
>
> Location: maven/jarstxt-maven-plugin/src/main/java/org/apache/openejb/maven/jarstxt/JarsTxtMojo.java
> When writing a file intensively in a loop, the FileWriter should be wrapped with a BufferedWriter for better performance since it can significantly reduce the overhead of IO operation.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)