GitHub user SvetlinZarev opened a pull request:
https://github.com/apache/geronimo-specs/pull/7
Fix javax.annotation.Resource
Starting with JSR250 maintenance release 2, the signature of
Resource.type() is changed to return "Class<?>" instead of "Class":
https://jcp.org/en/jsr/detail?id=250
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/SvetlinZarev/geronimo-specs
jsr250-spec-compliance
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/geronimo-specs/pull/7.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 #7
----
commit 9ac70a73abe68fe344b9340689ec5c2d7ac83103
Author: Svetlin Zarev <[email protected]>
Date: 2017-06-01T06:35:46Z
Fix javax.annotation.Resource
Starting with JSR250 maintenance release 2, the signature of
Resource.type() is changed to return Class<?>
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---