You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eventmesh.apache.org by GitBox <gi...@apache.org> on 2022/10/14 16:18:47 UTC

[GitHub] [incubator-eventmesh] lukbaran opened a new pull request, #1581: [ISSUE #1559] Use try-with-resources

lukbaran opened a new pull request, #1581:
URL: https://github.com/apache/incubator-eventmesh/pull/1581

   Fixes #1559 .
   
   ### Motivation
   Closing streams to avoid leaks.
   
   ### Modifications
   Change occurrences of try with opening files to try with resources.
   Fix codestyle issues, to assure that build of the whole project is successful.
   
   ### Documentation
   
   - Does this pull request introduce a new feature? no
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] lukbaran closed pull request #1581: [ISSUE #1559] Use try-with-resources

Posted by GitBox <gi...@apache.org>.
lukbaran closed pull request #1581: [ISSUE #1559] Use try-with-resources
URL: https://github.com/apache/incubator-eventmesh/pull/1581


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] lukbaran commented on pull request #1581: [ISSUE #1559] Use try-with-resources

Posted by GitBox <gi...@apache.org>.
lukbaran commented on PR #1581:
URL: https://github.com/apache/incubator-eventmesh/pull/1581#issuecomment-1279478226

   Solved in more elegant way in #1580 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org