- 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