[VOTE] Release of Apache DeltaSpike 1.0.1

2014-07-13 Thread Gerhard Petracek
Hi,

I was running the needed tasks to get the 9th release of Apache DeltaSpike
out.
The artifacts are deployed to Nexus [1] (and [2]).

The tag is available at [3] and will get pushed to the ASF repository once
the vote passed.

Please take a look at the 1.0.1 artifacts and vote!

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


[ ] +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,
Gerhard

[1]
https://repository.apache.org/content/repositories/orgapachedeltaspike-1012
[2]
https://repository.apache.org/content/repositories/orgapachedeltaspike-1012/org/apache/deltaspike/deltaspike-project/1.0.1/deltaspike-project-1.0.1-source-release.zip
[3] https://github.com/os890/deltaspike-vote/tree/deltaspike-project-1.0.1
[4] http://www.apache.org/foundation/voting.html#ReleaseVotes


Re: [VOTE] Release of Apache DeltaSpike 1.0.1

2014-07-13 Thread Gerhard Petracek
+1

regards,
gerhard



2014-07-13 16:11 GMT+02:00 Gerhard Petracek :

> Hi,
>
> I was running the needed tasks to get the 9th release of Apache DeltaSpike
> out.
> The artifacts are deployed to Nexus [1] (and [2]).
>
> The tag is available at [3] and will get pushed to the ASF repository once
> the vote passed.
>
> Please take a look at the 1.0.1 artifacts and vote!
>
> Please note:
> This vote is "majority approval" with a minimum of three +1 votes (see
> [4]).
>
> 
> [ ] +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,
> Gerhard
>
> [1]
> https://repository.apache.org/content/repositories/orgapachedeltaspike-1012
> [2]
> https://repository.apache.org/content/repositories/orgapachedeltaspike-1012/org/apache/deltaspike/deltaspike-project/1.0.1/deltaspike-project-1.0.1-source-release.zip
> [3] https://github.com/os890/deltaspike-vote/tree/deltaspike-project-1.0.1
>  [4] http://www.apache.org/foundation/voting.html#ReleaseVotes
>


[jira] [Commented] (DELTASPIKE-664) SecurityViolation are evaluated twice for redirect pages with configured errorView

2014-07-13 Thread Gerhard Petracek (JIRA)

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

Gerhard Petracek commented on DELTASPIKE-664:
-

we need to filter duplicated messages on restore, because we can't skip the 
check on postback.

@philip:
#1 thx for filing the issue.
#2 just fyi: the demo isn't optimized currently - the view-config could be 
simpler (see the documentation - e.g.: DefaultErrorView, only one point in the 
inheritance hierarchy needs to implement/extend ViewConfig)

> SecurityViolation are evaluated twice for redirect pages with configured 
> errorView
> --
>
> Key: DELTASPIKE-664
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-664
> Project: DeltaSpike
>  Issue Type: Bug
>  Components: Security-Module
>Affects Versions: 1.0.0
>Reporter: Philip Herbst
>Assignee: Gerhard Petracek
> Fix For: 1.0.1
>
>
> I modified deltaspike-jsf-example to reproduce the behaviour
> Modification to org.apache.deltaspike.example.viewconfig.Pages
> {code}
> @Secured(value = DenyAllAccessDecisionVoter.class, 
>  errorView = ViewConfigFolder.Error.class)
> public interface SecuredPages extends ViewConfig, RedirectedPages {}
> ...
> public class Error implements ViewConfig {}
> {code}
> errror.xhtml
> {code}
> 
> 
> 
> {code}
> Result: Error message is shown twice on error page.



--
This message was sent by Atlassian JIRA
(v6.2#6252)