[VOTE] release of MyFaces Test 1.0.8

2017-05-25 Thread Leonardo Uribe
Hi,

I was running the needed tasks to get the 1.0.8 release of Apache
MyFaces Test out.

Note these artifacts are necessary to start the release of
Myfaces Core 2.3.0-beta.

Please note that this vote concerns all of the following parts:
 1. Maven artifact group "org.apache.myfaces.test" v1.0.8  [1]

The artifacts are deployed to nexus repository [1] for binary
and source packages.

The release notes could be found at [4].

Please take a look at the "1.0.8" artifacts and vote!

Please note: This vote is "majority approval" with a minimum of three
+1 votes (see [3]).


[ ] +1 for community members who have reviewed the bits
[ ] +0
[ ] -1 for fatal flaws that should cause these bits not to be released,
 and why..


Thanks,
Leonardo Uribe

[1] 
https://repository.apache.org/content/repositories/orgapachemyfaces-1108/org/apache/myfaces/test/

https://repository.apache.org/content/groups/staging/org/apache/myfaces/test/
[2] http://www.apache.org/foundation/voting.html#ReleaseVotes
[3] 
https://repository.apache.org/content/repositories/orgapachemyfaces-1108/org/apache/myfaces/test/myfaces-test-assembly/
[4] 
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310951&version=12340630


Re: [VOTE] release of MyFaces Test 1.0.8

2017-05-25 Thread Leonardo Uribe
+1

2017-05-25 23:37 GMT-05:00 Leonardo Uribe :

> Hi,
>
> I was running the needed tasks to get the 1.0.8 release of Apache
> MyFaces Test out.
>
> Note these artifacts are necessary to start the release of
> Myfaces Core 2.3.0-beta.
>
> Please note that this vote concerns all of the following parts:
>  1. Maven artifact group "org.apache.myfaces.test" v1.0.8  [1]
>
> The artifacts are deployed to nexus repository [1] for binary
> and source packages.
>
> The release notes could be found at [4].
>
> Please take a look at the "1.0.8" artifacts and vote!
>
> Please note: This vote is "majority approval" with a minimum of three
> +1 votes (see [3]).
>
> 
> [ ] +1 for community members who have reviewed the bits
> [ ] +0
> [ ] -1 for fatal flaws that should cause these bits not to be released,
>  and why..
> 
>
> Thanks,
> Leonardo Uribe
>
> [1] 
> https://repository.apache.org/content/repositories/orgapachemyfaces-1108/org/apache/myfaces/test/
> 
> https://repository.apache.org/content/groups/staging/org/apache/myfaces/test/
> [2] http://www.apache.org/foundation/voting.html#ReleaseVotes
> [3] 
> https://repository.apache.org/content/repositories/orgapachemyfaces-1108/org/apache/myfaces/test/myfaces-test-assembly/
> [4] 
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310951&version=12340630
>
>


[jira] [Updated] (MYFACES-4119) Disposal method from PushContextFactoryBean is missing @Push annotation

2017-05-25 Thread Leonardo Uribe (JIRA)

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

Leonardo Uribe updated MYFACES-4119:

   Resolution: Fixed
 Assignee: Leonardo Uribe
Fix Version/s: 2.3.0
   Status: Resolved  (was: Patch Available)

Thanks to Eduardo Breijo for provide this patch

> Disposal method from PushContextFactoryBean is missing @Push annotation
> ---
>
> Key: MYFACES-4119
> URL: https://issues.apache.org/jira/browse/MYFACES-4119
> Project: MyFaces Core
>  Issue Type: Bug
>Affects Versions: 2.3.0
> Environment: myfaces-2.3.x, WebSphere Liberty
>Reporter: Eduardo Breijo
>Assignee: Leonardo Uribe
>Priority: Minor
> Fix For: 2.3.0
>
> Attachments: MYFACES-4119.patch
>
>
> Performing integration between JSF MyFaces 2.3 and CDI, I found that the 
> PushContextFactoryBean class is missing the @Push annotation in the disposal 
> method, that is, in the close() method. This results in the following 
> exception:
> The exception message was: 
> com.ibm.ws.container.service.state.StateChangeException: 
> org.jboss.weld.exceptions.DefinitionException: WELD-001424: The following 
> disposal methods were declared but did not resolve to a producer method: 
>   - Disposer method [[UnbackedAnnotatedMethod] public 
> org.apache.myfaces.push.cdi.PushContextFactoryBean.close(@Disposes 
> PushContext)]
> Adding the @Push annotation to the close method should solve this issue.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


Re: org.apache.myfaces.shade packages in JSF 2.3

2017-05-25 Thread Leonardo Uribe
Hi

The code in core/branches/2.3.x is a working prototype of JSF 2.3 spec. It
is ready for a beta release, after a release of MyFaces Test.

We haven't discussed anything about add commons-codec dependency and remove
shade package. But this is a good moment to say something about it.

MYFACES-4005 was something done on the way to fix an issue, but in my
opinion update commons-codec and remove shade package has sense, at least
for 2.3.

regards,

Leonardo Uribe

2017-05-25 13:11 GMT-05:00 Paul Nicolucci :

> Hi,
>
> I noticed in the latest JSF 2.3 code base we still have the
> org.apache.myfaces.shade packages that were added here:
> https://issues.apache.org/jira/browse/MYFACES-4005
>
> Do we plan to remove this and update the commons-codec dependency in jsf
> 2.3? I looked quick to see if there was a JIRA for this but I didn't see it
> so wanted to check in
> and see if I should open one or if it was being addressed someplace else.
>
> Thanks,
>
> Paul
>


org.apache.myfaces.shade packages in JSF 2.3

2017-05-25 Thread Paul Nicolucci


Hi,

I noticed in the latest JSF 2.3 code base we still have the
org.apache.myfaces.shade packages that were added here:
https://issues.apache.org/jira/browse/MYFACES-4005

Do we plan to remove this and update the commons-codec dependency in jsf
2.3? I looked quick to see if there was a JIRA for this but I didn't see it
so wanted to check in
and see if I should open one or if it was being addressed someplace else.

Thanks,

Paul