GitHub user otaviojava opened a pull request:
https://github.com/apache/tomee/pull/271
Unnecessary boxing
This PR removes unnecessary boxing and unboxing at the code base within
Tomee container.
This PR has the goal to both remove code line and allow a slight
performance improvement.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/otaviojava/tomee unnecessary_boxing
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tomee/pull/271.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #271
----
commit a10f56f87e06ec944c740fa4964e2da96b20ec3c
Author: Otavio Santana <otaviopolianasantana@...>
Date: 2018-12-11T17:04:28Z
removes unnecessary boxking
commit d5c0b2b5373674a7414c6539b7e394d030e68ed0
Author: Otavio Santana <otaviopolianasantana@...>
Date: 2018-12-11T17:04:54Z
removes unnecesary unboxing
----
---