[jira] [Updated] (MEECROWAVE-174) OAuth2TokenService does not work with JWT access token format

2019-01-13 Thread Julio Vilmar Gesser (JIRA)


 [ 
https://issues.apache.org/jira/browse/MEECROWAVE-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julio Vilmar Gesser updated MEECROWAVE-174:
---
Description: 
When the JWT format for access tokens is enabled 
(_oauth2-use-jwt-format-for-access-token_) the *"rs.security.*"* properties are 
not forwarded to the message context.

This results in an error when the *oauth2/token* is invoked (see stacktrace 
below).

OAuth2Configurer class is responsible for forwarding these properties, but it 
only do that when the accept method is called from RedirectionBasedGrantService.
 In my case it is being called from AccessTokenService.

 

*Stacktrace:*

org.apache.cxf.rs.security.jose.common.JoseException: No keystore file has been 
configured
 at 
org.apache.cxf.rs.security.jose.common.KeyManagementUtils.loadPersistKeyStore(KeyManagementUtils.java:285)
 ~[cxf-rt-rs-security-jose-3.2.6.jar:3.2.6]
 at 
org.apache.cxf.rs.security.jose.common.KeyManagementUtils.loadPrivateKey(KeyManagementUtils.java:273)
 ~[cxf-rt-rs-security-jose-3.2.6.jar:3.2.6]
 at 
org.apache.cxf.rs.security.jose.jws.JwsUtils.loadSignatureProvider(JwsUtils.java:334)
 ~[cxf-rt-rs-security-jose-3.2.6.jar:3.2.6]
 at 
org.apache.cxf.rs.security.jose.jws.JwsUtils.loadSignatureProvider(JwsUtils.java:278)
 ~[cxf-rt-rs-security-jose-3.2.6.jar:3.2.6]
 at 
org.apache.cxf.rs.security.jose.jws.JwsUtils.loadSignatureProvider(JwsUtils.java:227)
 ~[cxf-rt-rs-security-jose-3.2.6.jar:3.2.6]
 at 
org.apache.cxf.rs.security.jose.common.AbstractJoseProducer.getInitializedSignatureProvider(AbstractJoseProducer.java:39)
 ~[cxf-rt-rs-security-jose-3.2.6.jar:3.2.6]
 at 
org.apache.cxf.rs.security.jose.jwt.JoseJwtProducer.processJwt(JoseJwtProducer.java:53)
 ~[cxf-rt-rs-security-jose-3.2.6.jar:3.2.6]
 at 
org.apache.cxf.rs.security.jose.jwt.JoseJwtProducer.processJwt(JoseJwtProducer.java:31)
 ~[cxf-rt-rs-security-jose-3.2.6.jar:3.2.6]
 at 
org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider.processJwtAccessToken(AbstractOAuthDataProvider.java:635)
 ~[cxf-rt-rs-security-oauth2-3.2.6.jar:3.2.6]
 at 
org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider.doCreateAccessToken(AbstractOAuthDataProvider.java:102)
 ~[cxf-rt-rs-security-oauth2-3.2.6.jar:3.2.6]
 at 
org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider.createAccessToken(AbstractOAuthDataProvider.java:69)
 ~[cxf-rt-rs-security-oauth2-3.2.6.jar:3.2.6]
 at 
org.apache.meecrowave.oauth2.data.RefreshTokenEnabledProvider.createAccessToken(RefreshTokenEnabledProvider.java:68)
 ~[meecrowave-oauth2-1.2.4.jar:1.2.4]
 at 
org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler.doCreateAccessToken(AbstractGrantHandler.java:135)
 ~[cxf-rt-rs-security-oauth2-3.2.6.jar:3.2.6]
 at 
org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler.doCreateAccessToken(AbstractGrantHandler.java:105)
 ~[cxf-rt-rs-security-oauth2-3.2.6.jar:3.2.6]
 at 
org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler.doCreateAccessToken(AbstractGrantHandler.java:87)
 ~[cxf-rt-rs-security-oauth2-3.2.6.jar:3.2.6]
 at 
org.apache.cxf.rs.security.oauth2.grants.owner.ResourceOwnerGrantHandler.createAccessToken(ResourceOwnerGrantHandler.java:56)
 ~[cxf-rt-rs-security-oauth2-3.2.6.jar:3.2.6]
 at 
org.apache.cxf.rs.security.oauth2.services.AccessTokenService.handleTokenRequest(AccessTokenService.java:124)
 [cxf-rt-rs-security-oauth2-3.2.6.jar:3.2.6]
 at 
org.apache.meecrowave.oauth2.resource.OAuth2TokenService$LazyImpl$$OwbNormalScopeProxy0.handleTokenRequest(org/apache/meecrowave/oauth2/resource/OAuth2TokenService$LazyImpl.java)
 [?:1.2.4]
 at 
org.apache.meecrowave.oauth2.resource.OAuth2TokenService.handleTokenRequest(OAuth2TokenService.java:54)
 [meecrowave-oauth2-1.2.4.jar:1.2.4]
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
~[?:1.8.0_181]
 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:1.8.0_181]
 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_181]
 at 
org.apache.webbeans.intercept.AbstractInvocationContext.directProceed(AbstractInvocationContext.java:113)
 [openwebbeans-impl-2.0.7.jar:2.0.7]
 at 
org.apache.webbeans.intercept.AbstractInvocationContext.proceed(AbstractInvocationContext.java:106)
 [openwebbeans-impl-2.0.7.jar:2.0.7]
 at 
org.apache.webbeans.intercept.InterceptorInvocationContext.proceed(InterceptorInvocationContext.java:78)
 [openwebbeans-impl-2.0.7.jar:2.0.7]
 at 
org.apache.meecrowave.cxf.JAXRSFieldInjectionInterceptor.lazyInjectContexts(JAXRSFieldInjectionInterceptor.java:64)
 [meecrowave-core-1.2.4.jar:1.2.4]
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
~[?:1.8.0_181]
 at 

[jira] [Updated] (OWB-1078) create Dockerfiles for installing OpenWebBeans as Docker Image based on Tomcat8

2019-01-13 Thread Romain Manni-Bucau (JIRA)


 [ 
https://issues.apache.org/jira/browse/OWB-1078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated OWB-1078:

Fix Version/s: (was: 2.0.10)
   2.0.11

> create Dockerfiles for installing OpenWebBeans as Docker Image based on 
> Tomcat8
> ---
>
> Key: OWB-1078
> URL: https://issues.apache.org/jira/browse/OWB-1078
> Project: OpenWebBeans
>  Issue Type: New Feature
>  Components: Samples  Documentation
>Affects Versions: 1.5.0
>Reporter: Mark Struberg
>Assignee: Mark Struberg
>Priority: Major
> Fix For: 2.0.11
>
>
> create Dockerfiles for installing OpenWebBeans as Docker Image based on 
> Tomcat8



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


[jira] [Updated] (OWB-1074) implement automatic supportsConversation() detection

2019-01-13 Thread Romain Manni-Bucau (JIRA)


 [ 
https://issues.apache.org/jira/browse/OWB-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated OWB-1074:

Fix Version/s: (was: 2.0.10)
   2.0.11

> implement automatic supportsConversation() detection
> 
>
> Key: OWB-1074
> URL: https://issues.apache.org/jira/browse/OWB-1074
> Project: OpenWebBeans
>  Issue Type: Improvement
>  Components: Context and Scopes
>Affects Versions: 1.5.0
>Reporter: Mark Struberg
>Priority: Major
> Fix For: 2.0.11
>
>
> Currently we rely on the user to define the configuration option in 
> OpenWebBeansConfiguration
> {code}
> APPLICATION_SUPPORTS_CONVERSATION = 
> "org.apache.webbeans.application.supportsConversation";
> {code}
> This is by default disabled in owb-impl (core) and gets enabled by adding the 
> web or jsf plugins.
> We could improve this by not only allowing {{true}} or {{false}} but also 
> with an {{auto}} mode. 
> In this mode the BeanManager can walk through all registered beans and check 
> whether there is a single @ConversationScoped bean. In that case we will 
> automagically enable CDI conversations, otherwise OWB will dynamically 
> disable conversation support and don't need to do all kinds of work in 
> WebContextsService for example.



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


[jira] [Updated] (OWB-1214) Package annotation access is fragile

2019-01-13 Thread Romain Manni-Bucau (JIRA)


 [ 
https://issues.apache.org/jira/browse/OWB-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated OWB-1214:

Fix Version/s: (was: 2.0.10)
   2.0.11

> Package annotation access is fragile
> 
>
> Key: OWB-1214
> URL: https://issues.apache.org/jira/browse/OWB-1214
> Project: OpenWebBeans
>  Issue Type: Bug
>Reporter: Romain Manni-Bucau
>Priority: Major
> Fix For: 2.0.11
>
>
> If no classes were loaded from a parent package then the package annotations 
> are ignored (@Vetoed included). You can test it creating a @Vetoed alone in a 
> package root of all beans, there shouldnt be any bean but actually you'll get 
> get.
> Solution is to load ${package}.package-info before getting the package in 
> https://github.com/apache/openwebbeans/blob/8beef6d2d5b27dad1e2577a814fdd9da98a8acb7/webbeans-impl/src/main/java/org/apache/webbeans/config/BeansDeployer.java#L1309



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


[jira] [Resolved] (MEECROWAVE-174) OAuth2TokenService does not work with JWT access token format

2019-01-13 Thread Romain Manni-Bucau (JIRA)


 [ 
https://issues.apache.org/jira/browse/MEECROWAVE-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau resolved MEECROWAVE-174.
---
   Resolution: Fixed
Fix Version/s: 1.2.6

> OAuth2TokenService does not work with JWT access token format
> -
>
> Key: MEECROWAVE-174
> URL: https://issues.apache.org/jira/browse/MEECROWAVE-174
> Project: Meecrowave
>  Issue Type: Bug
>Affects Versions: 1.2.4
>Reporter: Julio Vilmar Gesser
>Assignee: Romain Manni-Bucau
>Priority: Major
> Fix For: 1.2.6
>
>
> When the JWT format for access tokens is enabled 
> (_oauth2-use-jwt-format-for-access-token_) the *"rs.security.*"* properties 
> are not forwarded to the message context.
> This results in an error when the *oalth2/token* is invoked (see stacktrace 
> below).
> OAuth2Configurer class is responsible for forwarding these properties, but it 
> only do that when the accept method is called from 
> RedirectionBasedGrantService.
> In my case it is being called from AccessTokenService.
>  
> *Stacktrace:*
> org.apache.cxf.rs.security.jose.common.JoseException: No keystore file has 
> been configured
>  at 
> org.apache.cxf.rs.security.jose.common.KeyManagementUtils.loadPersistKeyStore(KeyManagementUtils.java:285)
>  ~[cxf-rt-rs-security-jose-3.2.6.jar:3.2.6]
>  at 
> org.apache.cxf.rs.security.jose.common.KeyManagementUtils.loadPrivateKey(KeyManagementUtils.java:273)
>  ~[cxf-rt-rs-security-jose-3.2.6.jar:3.2.6]
>  at 
> org.apache.cxf.rs.security.jose.jws.JwsUtils.loadSignatureProvider(JwsUtils.java:334)
>  ~[cxf-rt-rs-security-jose-3.2.6.jar:3.2.6]
>  at 
> org.apache.cxf.rs.security.jose.jws.JwsUtils.loadSignatureProvider(JwsUtils.java:278)
>  ~[cxf-rt-rs-security-jose-3.2.6.jar:3.2.6]
>  at 
> org.apache.cxf.rs.security.jose.jws.JwsUtils.loadSignatureProvider(JwsUtils.java:227)
>  ~[cxf-rt-rs-security-jose-3.2.6.jar:3.2.6]
>  at 
> org.apache.cxf.rs.security.jose.common.AbstractJoseProducer.getInitializedSignatureProvider(AbstractJoseProducer.java:39)
>  ~[cxf-rt-rs-security-jose-3.2.6.jar:3.2.6]
>  at 
> org.apache.cxf.rs.security.jose.jwt.JoseJwtProducer.processJwt(JoseJwtProducer.java:53)
>  ~[cxf-rt-rs-security-jose-3.2.6.jar:3.2.6]
>  at 
> org.apache.cxf.rs.security.jose.jwt.JoseJwtProducer.processJwt(JoseJwtProducer.java:31)
>  ~[cxf-rt-rs-security-jose-3.2.6.jar:3.2.6]
>  at 
> org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider.processJwtAccessToken(AbstractOAuthDataProvider.java:635)
>  ~[cxf-rt-rs-security-oauth2-3.2.6.jar:3.2.6]
>  at 
> org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider.doCreateAccessToken(AbstractOAuthDataProvider.java:102)
>  ~[cxf-rt-rs-security-oauth2-3.2.6.jar:3.2.6]
>  at 
> org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider.createAccessToken(AbstractOAuthDataProvider.java:69)
>  ~[cxf-rt-rs-security-oauth2-3.2.6.jar:3.2.6]
>  at 
> org.apache.meecrowave.oauth2.data.RefreshTokenEnabledProvider.createAccessToken(RefreshTokenEnabledProvider.java:68)
>  ~[meecrowave-oauth2-1.2.4.jar:1.2.4]
>  at 
> org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler.doCreateAccessToken(AbstractGrantHandler.java:135)
>  ~[cxf-rt-rs-security-oauth2-3.2.6.jar:3.2.6]
>  at 
> org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler.doCreateAccessToken(AbstractGrantHandler.java:105)
>  ~[cxf-rt-rs-security-oauth2-3.2.6.jar:3.2.6]
>  at 
> org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler.doCreateAccessToken(AbstractGrantHandler.java:87)
>  ~[cxf-rt-rs-security-oauth2-3.2.6.jar:3.2.6]
>  at 
> org.apache.cxf.rs.security.oauth2.grants.owner.ResourceOwnerGrantHandler.createAccessToken(ResourceOwnerGrantHandler.java:56)
>  ~[cxf-rt-rs-security-oauth2-3.2.6.jar:3.2.6]
>  at 
> org.apache.cxf.rs.security.oauth2.services.AccessTokenService.handleTokenRequest(AccessTokenService.java:124)
>  [cxf-rt-rs-security-oauth2-3.2.6.jar:3.2.6]
>  at 
> org.apache.meecrowave.oauth2.resource.OAuth2TokenService$LazyImpl$$OwbNormalScopeProxy0.handleTokenRequest(org/apache/meecrowave/oauth2/resource/OAuth2TokenService$LazyImpl.java)
>  [?:1.2.4]
>  at 
> org.apache.meecrowave.oauth2.resource.OAuth2TokenService.handleTokenRequest(OAuth2TokenService.java:54)
>  [meecrowave-oauth2-1.2.4.jar:1.2.4]
>  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
>  at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
> ~[?:1.8.0_181]
>  at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  ~[?:1.8.0_181]
>  at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_181]
>  at 
> org.apache.webbeans.intercept.AbstractInvocationContext.directProceed(AbstractInvocationContext.java:113)
>  

[jira] [Assigned] (MEECROWAVE-174) OAuth2TokenService does not work with JWT access token format

2019-01-13 Thread Romain Manni-Bucau (JIRA)


 [ 
https://issues.apache.org/jira/browse/MEECROWAVE-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau reassigned MEECROWAVE-174:
-

Assignee: Romain Manni-Bucau

> OAuth2TokenService does not work with JWT access token format
> -
>
> Key: MEECROWAVE-174
> URL: https://issues.apache.org/jira/browse/MEECROWAVE-174
> Project: Meecrowave
>  Issue Type: Bug
>Affects Versions: 1.2.4
>Reporter: Julio Vilmar Gesser
>Assignee: Romain Manni-Bucau
>Priority: Major
>
> When the JWT format for access tokens is enabled 
> (_oauth2-use-jwt-format-for-access-token_) the *"rs.security.*"* properties 
> are not forwarded to the message context.
> This results in an error when the *oalth2/token* is invoked (see stacktrace 
> below).
> OAuth2Configurer class is responsible for forwarding these properties, but it 
> only do that when the accept method is called from 
> RedirectionBasedGrantService.
> In my case it is being called from AccessTokenService.
>  
> *Stacktrace:*
> org.apache.cxf.rs.security.jose.common.JoseException: No keystore file has 
> been configured
>  at 
> org.apache.cxf.rs.security.jose.common.KeyManagementUtils.loadPersistKeyStore(KeyManagementUtils.java:285)
>  ~[cxf-rt-rs-security-jose-3.2.6.jar:3.2.6]
>  at 
> org.apache.cxf.rs.security.jose.common.KeyManagementUtils.loadPrivateKey(KeyManagementUtils.java:273)
>  ~[cxf-rt-rs-security-jose-3.2.6.jar:3.2.6]
>  at 
> org.apache.cxf.rs.security.jose.jws.JwsUtils.loadSignatureProvider(JwsUtils.java:334)
>  ~[cxf-rt-rs-security-jose-3.2.6.jar:3.2.6]
>  at 
> org.apache.cxf.rs.security.jose.jws.JwsUtils.loadSignatureProvider(JwsUtils.java:278)
>  ~[cxf-rt-rs-security-jose-3.2.6.jar:3.2.6]
>  at 
> org.apache.cxf.rs.security.jose.jws.JwsUtils.loadSignatureProvider(JwsUtils.java:227)
>  ~[cxf-rt-rs-security-jose-3.2.6.jar:3.2.6]
>  at 
> org.apache.cxf.rs.security.jose.common.AbstractJoseProducer.getInitializedSignatureProvider(AbstractJoseProducer.java:39)
>  ~[cxf-rt-rs-security-jose-3.2.6.jar:3.2.6]
>  at 
> org.apache.cxf.rs.security.jose.jwt.JoseJwtProducer.processJwt(JoseJwtProducer.java:53)
>  ~[cxf-rt-rs-security-jose-3.2.6.jar:3.2.6]
>  at 
> org.apache.cxf.rs.security.jose.jwt.JoseJwtProducer.processJwt(JoseJwtProducer.java:31)
>  ~[cxf-rt-rs-security-jose-3.2.6.jar:3.2.6]
>  at 
> org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider.processJwtAccessToken(AbstractOAuthDataProvider.java:635)
>  ~[cxf-rt-rs-security-oauth2-3.2.6.jar:3.2.6]
>  at 
> org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider.doCreateAccessToken(AbstractOAuthDataProvider.java:102)
>  ~[cxf-rt-rs-security-oauth2-3.2.6.jar:3.2.6]
>  at 
> org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider.createAccessToken(AbstractOAuthDataProvider.java:69)
>  ~[cxf-rt-rs-security-oauth2-3.2.6.jar:3.2.6]
>  at 
> org.apache.meecrowave.oauth2.data.RefreshTokenEnabledProvider.createAccessToken(RefreshTokenEnabledProvider.java:68)
>  ~[meecrowave-oauth2-1.2.4.jar:1.2.4]
>  at 
> org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler.doCreateAccessToken(AbstractGrantHandler.java:135)
>  ~[cxf-rt-rs-security-oauth2-3.2.6.jar:3.2.6]
>  at 
> org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler.doCreateAccessToken(AbstractGrantHandler.java:105)
>  ~[cxf-rt-rs-security-oauth2-3.2.6.jar:3.2.6]
>  at 
> org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler.doCreateAccessToken(AbstractGrantHandler.java:87)
>  ~[cxf-rt-rs-security-oauth2-3.2.6.jar:3.2.6]
>  at 
> org.apache.cxf.rs.security.oauth2.grants.owner.ResourceOwnerGrantHandler.createAccessToken(ResourceOwnerGrantHandler.java:56)
>  ~[cxf-rt-rs-security-oauth2-3.2.6.jar:3.2.6]
>  at 
> org.apache.cxf.rs.security.oauth2.services.AccessTokenService.handleTokenRequest(AccessTokenService.java:124)
>  [cxf-rt-rs-security-oauth2-3.2.6.jar:3.2.6]
>  at 
> org.apache.meecrowave.oauth2.resource.OAuth2TokenService$LazyImpl$$OwbNormalScopeProxy0.handleTokenRequest(org/apache/meecrowave/oauth2/resource/OAuth2TokenService$LazyImpl.java)
>  [?:1.2.4]
>  at 
> org.apache.meecrowave.oauth2.resource.OAuth2TokenService.handleTokenRequest(OAuth2TokenService.java:54)
>  [meecrowave-oauth2-1.2.4.jar:1.2.4]
>  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
>  at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
> ~[?:1.8.0_181]
>  at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  ~[?:1.8.0_181]
>  at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_181]
>  at 
> org.apache.webbeans.intercept.AbstractInvocationContext.directProceed(AbstractInvocationContext.java:113)
>  [openwebbeans-impl-2.0.7.jar:2.0.7]
>  at 
> 

[RESULT][VOTE] Apache Meecrowave 1.2.5

2019-01-13 Thread Romain Manni-Bucau
and my +1 which makes 4 +1 (bindings) so this vote passes, will continue
the release step ASAP

Romain Manni-Bucau
@rmannibucau  |  Blog
 | Old Blog
 | Github  |
LinkedIn  | Book



Le sam. 12 janv. 2019 à 09:41, Jean-Louis MONTEIRO  a
écrit :

> +1
>
> Le ven. 11 janv. 2019 à 10:43, Mark Struberg  a
> écrit :
>
> > +1
> >
> > LieGrue,
> > strub
> >
> > > Am 11.01.2019 um 09:36 schrieb Reinhard Sandtner <
> > reinhard.sandt...@gmail.com>:
> > >
> > > +1
> > >
> > > lg reini
> > >
> > >> Am 09.01.2019 um 12:26 schrieb Romain Manni-Bucau <
> > rmannibu...@gmail.com>:
> > >>
> > >> Hi guys,
> > >>
> > >> Here is the vote for Meecrowave 1.2.5.
> > >>
> > >> We fixed 21 issues:
> > >>
> > >> PTKeySummaryAssigneeStatusDevelopment
> > >> [image: Critical] [image: Bug] MEECROWAVE-91
> > >>  RequestScoped
> > context
> > >> not active for @Observes @Initialized(ApplicationScoped.class)
> > >>  Unassigned
> > RESOLVED
> > >> [image: Major] [image: Improvement] MEECROWAVE-151
> > >>  Exclude jacoco
> > agent
> > >> from default scanning
> > >>  Romain
> > >> Manni-Bucau
> > >> <
> >
> https://issues.apache.org/jira/secure/ViewProfile.jspa?name=romain.manni-bucau
> > >
> > >> RESOLVED
> > >> [image: Major] [image: Improvement] MEECROWAVE-152
> > >>  eclude osgi
> > >> versioning from default scanning
> > >>  Romain
> > Manni-Bucau
> > >> <
> >
> https://issues.apache.org/jira/secure/ViewProfile.jspa?name=romain.manni-bucau
> > >
> > >> RESOLVED
> > >> [image: Major] [image: Improvement] MEECROWAVE-153
> > >>  Upgrade XBean
> > to 4.11
> > >>  Romain
> > Manni-Bucau
> > >> <
> >
> https://issues.apache.org/jira/secure/ViewProfile.jspa?name=romain.manni-bucau
> > >
> > >> RESOLVED
> > >> [image: Major] [image: Improvement] MEECROWAVE-154
> > >>  Upgrade
> > OpenWebBeans
> > >> 2.0.10  Mark
> > Struberg
> > >>  >
> > >> RESOLVED
> > >> [image: Major] [image: Task] MEECROWAVE-157
> > >>  CXF 3.2.7
> > upgrade
> > >>  Romain
> > Manni-Bucau
> > >> <
> >
> https://issues.apache.org/jira/secure/ViewProfile.jspa?name=romain.manni-bucau
> > >
> > >> RESOLVED
> > >> [image: Major] [image: Task] MEECROWAVE-158
> > >>  Upgrade to
> > xbean 4.12
> > >>  Romain
> > Manni-Bucau
> > >> <
> >
> https://issues.apache.org/jira/secure/ViewProfile.jspa?name=romain.manni-bucau
> > >
> > >> RESOLVED
> > >> [image: Major] [image: Task] MEECROWAVE-160
> > >>  Tomcat 9.0.14
> > upgrade
> > >>  Romain
> > Manni-Bucau
> > >> <
> >
> https://issues.apache.org/jira/secure/ViewProfile.jspa?name=romain.manni-bucau
> > >
> > >> RESOLVED
> > >> [image: Major] [image: Bug] MEECROWAVE-161
> > >>  Make
> Meecrowave
> > >> build with Java11 <
> https://issues.apache.org/jira/browse/MEECROWAVE-161>
> > Mark
> > >> Struberg
> > >>  >
> > >> RESOLVED
> > >> [image: Major] [image: Improvement] MEECROWAVE-162
> > >>  Support to run
> > >> without cxf and johnzon
> > >>  Romain
> > Manni-Bucau
> > >> <
> >
> https://issues.apache.org/jira/secure/ViewProfile.jspa?name=romain.manni-bucau
> > >
> > >> RESOLVED
> > >> [image: Major] [image: Improvement] MEECROWAVE-163
> > >>  Makes it
> easier
> > to
> > >> drop log4j2 
> > Romain
> > >> Manni-Bucau
> > >> <
> >
> https://issues.apache.org/jira/secure/ViewProfile.jspa?name=romain.manni-bucau
> > >
> > >> RESOLVED
> > >> [image: Major] [image: Improvement] MEECROWAVE-164
> > >>  Drop
> > >> org.apache.catalina package from our codebase
> > >> 

[RESULT][VOTE] Release Apache OpenWebBeans-2.0.10

2019-01-13 Thread Romain Manni-Bucau
and my +1 which makes 6 +1 (5 bindings) and no other vote so this one
passes, will continue the release steps ASAP

Romain Manni-Bucau
@rmannibucau  |  Blog
 | Old Blog
 | Github  |
LinkedIn  | Book



Le sam. 12 janv. 2019 à 10:15, Jonathan Gallimore <
jonathan.gallim...@gmail.com> a écrit :

> +1
>
> On Sat, 12 Jan 2019, 08:33 Jean-Louis MONTEIRO 
> > +1
> >
> > Le ven. 11 janv. 2019 à 10:43, Mark Struberg 
> a
> > écrit :
> >
> > > +1 LieGrue,
> > > strub
> > >
> > > > Am 09.01.2019 um 11:34 schrieb Romain Manni-Bucau <
> > rmannibu...@gmail.com
> > > >:
> > > >
> > > > Hi guys,
> > > >
> > > > I'd like to call a vote for OWB 2.0.10. Issues fixed are:
> > > >
> > > > [image: Major] [image: Bug] OWB-1273
> > > >  Extension wildcard
> > > types
> > > > leak parameterized types
> > > >  Romain
> > > > Manni-Bucau
> > > > <
> > >
> >
> https://issues.apache.org/jira/secure/ViewProfile.jspa?name=romain.manni-bucau
> > > >
> > > > RESOLVED
> > > > [image: Major] [image: Bug] OWB-1274
> > > >  BeanConfigurator
> does
> > > not
> > > > compute implicitly a passivationid when needed
> > > >  Romain Manni-Bucau
> > > > <
> > >
> >
> https://issues.apache.org/jira/secure/ViewProfile.jspa?name=romain.manni-bucau
> > > >
> > > > RESOLVED
> > > > [image: Major] [image: Bug] OWB-1275
> > > >  BeanConfigurator
> does
> > > not
> > > > add properly Any and Default literals when no qualifier was set
> > > >  Romain Manni-Bucau
> > > > <
> > >
> >
> https://issues.apache.org/jira/secure/ViewProfile.jspa?name=romain.manni-bucau
> > > >
> > > > RESOLVED
> > > > [image: Major] [image: Bug] OWB-1276
> > > >  BeanConfigurator
> does
> > > not
> > > > define @Default/@Any properly for @Named qualified beans
> > > >  Romain Manni-Bucau
> > > > <
> > >
> >
> https://issues.apache.org/jira/secure/ViewProfile.jspa?name=romain.manni-bucau
> > > >
> > > > RESOLVED
> > > > [image: Major] [image: Improvement] OWB-1277
> > > >  We can't proxy a
> bean
> > > with
> > > > a writeReplace 
> Romain
> > > > Manni-Bucau
> > > > <
> > >
> >
> https://issues.apache.org/jira/secure/ViewProfile.jspa?name=romain.manni-bucau
> > > >
> > > > RESOLVED
> > > > [image: Major] [image: Improvement] OWB-1278
> > > >  Default exclusions
> > are
> > > not
> > > > geronimo friendly 
> > > Romain
> > > > Manni-Bucau
> > > > <
> > >
> >
> https://issues.apache.org/jira/secure/ViewProfile.jspa?name=romain.manni-bucau
> > > >
> > > > RESOLVED
> > > > Staging repo:
> > > >
> > >
> >
> https://repository.apache.org/content/repositories/orgapacheopenwebbeans-1050
> > > > Sources:
> > > >
> > >
> >
> https://repository.apache.org/content/repositories/orgapacheopenwebbeans-1050/org/apache/openwebbeans/openwebbeans/2.0.10/
> > > > Dist Dev area:
> > https://dist.apache.org/repos/dist/dev/openwebbeans/owb/
> > > > (rev 31837)
> > > > Tag: *
> > >
> https://svn.apache.org/repos/asf/openwebbeans/tags/openwebbeans-2.0.10/
> > > > <
> > https://svn.apache.org/repos/asf/openwebbeans/tags/openwebbeans-2.0.10/
> > > >*
> > > > (rev 1850843)
> > > >
> > > > Please VOTE:
> > > >
> > > > [+1] go for it!
> > > > [-1] No, because there this ${issue} is blocking
> > > >
> > > >
> > > > The VOTE is open for 72h as usual.
> > > >
> > > >
> > > > Romain Manni-Bucau
> > > > @rmannibucau  |  Blog
> > > >  | Old Blog
> > > >  | Github <
> > > https://github.com/rmannibucau> |
> > > > LinkedIn  | Book
> > > > <
> > >
> >
> https://www.packtpub.com/application-development/java-ee-8-high-performance
> > > >
> > >
> > >
> >
> > --
> > Jean-Louis
> >
>