[jira] [Commented] (TOMEE-2206) Support for Enum injection in Microprofile JWT

2018-08-03 Thread Jean-Louis MONTEIRO (JIRA)


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

Jean-Louis MONTEIRO commented on TOMEE-2206:


Also merged the backport to tomee-7.1.x branch.

[https://github.com/apache/tomee/pull/144]

 

> 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)


[jira] [Commented] (TOMEE-2206) Support for Enum injection in Microprofile JWT

2018-08-03 Thread ASF GitHub Bot (JIRA)


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

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

GitHub user ivanjunckes opened a pull request:

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

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 tomee-7.1.x

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

https://github.com/apache/tomee/pull/144.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 #144






> 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)


[jira] [Commented] (TOMEE-2206) Support for Enum injection in Microprofile JWT

2018-08-03 Thread Jean-Louis MONTEIRO (JIRA)


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

Jean-Louis MONTEIRO commented on TOMEE-2206:


Thanks Ivan

PR [https://github.com/apache/tomee/pull/143] merged into master.

> 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)


[jira] [Commented] (TOMEE-2206) Support for Enum injection in Microprofile JWT

2018-08-03 Thread ASF GitHub Bot (JIRA)


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

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

Github user jeanouii commented on the issue:

https://github.com/apache/tomee/pull/143
  
Hi Ivan. 
I have reviewed and commit this PR to master.
Thanks for the contribution.


> 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)


[jira] [Commented] (TOMEE-2206) Support for Enum injection in Microprofile JWT

2018-08-03 Thread ASF GitHub Bot (JIRA)


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

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

Github user asfgit closed the pull request at:

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


> 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)


[jira] [Commented] (TOMEE-2206) Support for Enum injection in Microprofile JWT

2018-08-03 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/TOMEE-2206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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 
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)