Hi Otávio, I will take a look.
Cheers Bruno Baptista https://twitter.com/brunobat_ On 09/01/19 10:16, Otávio Gonçalves de Santana wrote:
Thank you for the review guys. Could someone move it forward it, please? On Fri, Dec 28, 2018 at 3:47 PM Otávio Gonçalves de Santana < [email protected]> wrote:- Optimizes the try using the try-with-resources that allows us to declare resources to be used in a try block with the assurance that the resources will be closed when after execution of that block. An ARM automatic resource management by the JVM. - The use of multi-catch that removes redundancies catch treatment. https://github.com/apache/tomee/pull/323
