Re: Wicket 1.5.7 release this week ?

2012-05-29 Thread Sven Meier

+1 for 1.5.7

Sven

On 05/28/2012 11:59 AM, Martin Grigorov wrote:

Hi,

We've found a quite serious problem in DiskDataStore internals -
https://issues.apache.org/jira/browse/WICKET-4572.
In case the disk space per http session is exhausted it may lead to
Wicket returning the wrong page instance when requested for a page
with a specific id.
This may lead to either ComponentNotFoundException (because the page
instance is not the expected one and it doesn't have the component at
all) or in the worst case it may lead to executing your business logic
for the wrong data, e.g. deleting a wrong record when clicking a Link.

Additionally https://issues.apache.org/jira/browse/WICKET-4561 caused
problems for several users as well.

So far we have 25 issues solved and 1.5.6 has been released at 27 April.

So I suggest to release 1.5.7 this week.





Re: Wicket 1.5.7 release this week ?

2012-05-29 Thread Martijn Dashorst
+1

On Tue, May 29, 2012 at 9:28 AM, Sven Meier s...@meiers.net wrote:
 +1 for 1.5.7

 Sven


 On 05/28/2012 11:59 AM, Martin Grigorov wrote:

 Hi,

 We've found a quite serious problem in DiskDataStore internals -
 https://issues.apache.org/jira/browse/WICKET-4572.
 In case the disk space per http session is exhausted it may lead to
 Wicket returning the wrong page instance when requested for a page
 with a specific id.
 This may lead to either ComponentNotFoundException (because the page
 instance is not the expected one and it doesn't have the component at
 all) or in the worst case it may lead to executing your business logic
 for the wrong data, e.g. deleting a wrong record when clicking a Link.

 Additionally https://issues.apache.org/jira/browse/WICKET-4561 caused
 problems for several users as well.

 So far we have 25 issues solved and 1.5.6 has been released at 27 April.

 So I suggest to release 1.5.7 this week.





-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com


Re: Wicket 1.5.7 release this week ?

2012-05-28 Thread Andrea Del Bene

+1 to release 1.5.7

Hi,

We've found a quite serious problem in DiskDataStore internals -
https://issues.apache.org/jira/browse/WICKET-4572.
In case the disk space per http session is exhausted it may lead to
Wicket returning the wrong page instance when requested for a page
with a specific id.
This may lead to either ComponentNotFoundException (because the page
instance is not the expected one and it doesn't have the component at
all) or in the worst case it may lead to executing your business logic
for the wrong data, e.g. deleting a wrong record when clicking a Link.

Additionally https://issues.apache.org/jira/browse/WICKET-4561 caused
problems for several users as well.

So far we have 25 issues solved and 1.5.6 has been released at 27 April.

So I suggest to release 1.5.7 this week.