GitHub user dheffelfinger opened a pull request:
https://github.com/apache/tomee/pull/225
Added diamond operator usage, where appropriate
Since the minimum Java version for the latest version of Tomee is Java 8,
refactored code to use the diamond operator where appropriate.
Code builds successfully and all Unit Tests still pass.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dheffelfinger/tomee master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tomee/pull/225.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 #225
----
commit e071b1a2146ce8a506f1ef7bb52d943169543a09
Author: David R. Heffelfinger <dheffelfinger@...>
Date: 2018-12-01T13:49:00Z
Updated project name and description in root pom.xml file.
commit 55b7e2bbbc52fb268e6194114a69fe1ab7378df3
Author: David R. Heffelfinger <dheffelfinger@...>
Date: 2018-12-01T13:53:04Z
Revert "Updated project name and description in root pom.xml file."
This reverts commit e071b1a2146ce8a506f1ef7bb52d943169543a09.
commit bfb1ed40c211e5cf94d53f1230624320e8587349
Author: David R. Heffelfinger <dheffelfinger@...>
Date: 2018-12-01T20:28:24Z
Added diamond operator usage to the OpenEJB Container Core project, where
appropriate
----
---