[ 
https://issues.apache.org/jira/browse/TOMEE-2206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16568680#comment-16568680
 ] 

ASF GitHub Bot commented on TOMEE-2206:
---------------------------------------

GitHub user ivanjunckes opened a pull request:

    https://github.com/apache/tomee/pull/143

    TOMEE-2206 - Support for Enum injection in Microprofile JWT 

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ivanjunckes/tomee enum_fix

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tomee/pull/143.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 #143
    
----
commit 87ea7cca88f1c0b05a8e110900bffce1e6f6b4c5
Author: ivanjunckes <ijunckes@...>
Date:   2018-08-02T14:55:26Z

    adding enum conversion

----


> Support for Enum injection in Microprofile JWT        
> -----------------------------------------------
>
>                 Key: TOMEE-2206
>                 URL: https://issues.apache.org/jira/browse/TOMEE-2206
>             Project: TomEE
>          Issue Type: Bug
>            Reporter: Ivan Junckes Filho
>            Priority: Minor
>              Labels: pull-request-available
>
> I would like to have the possibility to inject a Enum in a @RequestScoped 
> class in Microprofile JWT.
> @Inject
> @Claim("language")
> private Language language;



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to