Re: [ANNOUNCE] Apache Wicket 1.3.4 is released!

2008-06-28 Thread Paolo Di Tommaso
Really a good news. Congratulations!

-- Paolo


On Fri, Jun 27, 2008 at 12:35 AM, Martijn Dashorst [EMAIL PROTECTED]
wrote:

 The Apache Wicket team is proud to announce the availability of the fourth
 maintenance release: Apache Wicket 1.3.4. A lot of bugs have been squashed
 and
 several improvements implemented. Two noteworthy bugs have been squashed:

  - cross session leakage due to a dangling thread local in exceptional
   circumstances
  - memory leak in localizer (WICKET-1667)

 It is therefore recommended you update to Wicket 1.3.4 at your earliest
 convenience.

 Eager people click here to download the distribution, others can read
 further:

 http://www.apache.org/dyn/closer.cgi/wicket/1.3.4

 We thank you for your patience and support.

 - The Wicket Team


 Apache Wicket

 Apache Wicket is a component oriented Java web application framework. With
 proper mark-up/logic separation, a POJO data model, and a refreshing lack
 of
 XML, Apache Wicket makes developing web-apps simple and enjoyable again.
 Swap
 the boilerplate, complex debugging and brittle code for powerful, reusable
 components written with plain Java and HTML.

 You can find out more about Apache Wicket on our website:

 http://wicket.apache.org


 This release

 This release is the fourth maintenance release for the Wicket 1.3 product.
 This release fixes several bugs and adds some minor improvements. You can
 find
 out about the changes at the bottom of this announcement.


 Migrating from 1.2

 If you are coming from Wicket 1.2, you really want to read our migration
 guide, found on the wiki:

 http://cwiki.apache.org/WICKET/migrate-13.html


 Downloading the release

 You can download the release from the official Apache mirror system, and
 you
 can find it through the following link:

 http://www.apache.org/dyn/closer.cgi/wicket/1.3.4/

 For the Maven and Ivy fans out there: update your pom's to the following,
 and
 everything will be downloaded automatically:

 dependency
   groupIdorg.apache.wicket/groupId
   artifactIdwicket/artifactId
   version1.3.4/version
 /dependency

 Substitute the artifact ID with the projects of your liking to get the
 other
 projects.

 Please note that we don't prescribe a Logging implementation for SLF4J. You
 need to specify yourself which one you prefer. Read more about SLF4J here:
 http://slf4j.org


 Validating the release

 The release has been signed by Martijn Dashorst, your release manager for
 today. The public key can be found in the KEYS file in the download area.
 Download the KEYS file only from the Apache website.

 http://www.apache.org/dist/wicket/1.3.4/KEYS

 Instructions on how to validate the release can be found here:

 http://www.apache.org/dev/release-signing.html#check-integrity


 Reporting bugs

 In case you do encounter a bug, we would appreciate a report in our JIRA:

 http://issues.apache.org/jira/browse/WICKET


 The distribution

 In the distribution you will find a README. The README contains
 instructions
 on how to build from source yourself. You also find a CHANEGELOG-1.3 which
 contains a list of all things that have been fixed, added and/or removed
 since
 Wicket 1.3.0.

 Release Notes - Wicket - Version 1.3.4

 ** Bug
* [WICKET-613] - Prototype scoped Spring beans
* [WICKET-1152] - MetaDataRoleAuthorizationStrategy.unauthorize()
 doesn't work
* [WICKET-1292] - WicketTester continueToOriginalDestination()
 uses application home page instead of original redictor
* [WICKET-1366] - ava.lang.IllegalStateException: No Page found
 for component when collapsing nodes in a LinkTree
* [WICKET-1418] - org.apache.wicket.MarkupContainer swallows
 AbortException
* [WICKET-1453] - WicketServlet does not set content type on fallback()
* [WICKET-1473] - BaseWicketTester.isComponentOnAjaxResponse()
 test is too strong
* [WICKET-1476] - Referencing Page may cause StackOverflowError
* [WICKET-1499] - AjaxEditableMultiLineLabel + race condition /
* [WICKET-1501] - MarkupCache.putIntoCache doesn't behave correctly!!
* [WICKET-1504] - AutoCompleteTextField - javascript error type
 mismatch in line 227 in IE
* [WICKET-1507] - MarkupCache style/variation/locale support broken
* [WICKET-1510] - FormDispatcherRequest creates invalid parameter map
* [WICKET-1521] - ClassCastException in MixedUrlCodingStrategy
* [WICKET-1527] - WicketTester can not deal with null values in
 page parameters
* [WICKET-1536] - Enclosure permanently hides direct children
 after it has been itself hidden once
* [WICKET-1537] - SelectOption generates non xhtml compliant markup
* [WICKET-1541] - PopupSettings' windowName fixes for IE
* [WICKET-1544] - Update Javadoc for AbstractValidator
* [WICKET-1547] - Add getterfor IPageable to PagingNavigation
* [WICKET-1548] - PagingNavigator calls factory methods from constructor
* [WICKET-1549] - Memory leak with PropertyResolver (in running test
 suites)
* [WICKET-1551] - 

Re: [ANNOUNCE] Apache Wicket 1.3.4 is released!

2008-06-27 Thread Martijn Dashorst
On Fri, Jun 27, 2008 at 10:47 AM, Bernard Niset [EMAIL PROTECTED] wrote:
 Hi Martijn,
 Thanks for the release.
 I don't find how to build the javadoc. Apparently, mvn package doesn't do
 that anymore.

Not by default: it took too long and too much processing for the
default build. We have enabled it for the release profile. mvn
-Prelease package will build the javadoc.

 BTW, it's a pity you don't provide the javadoc by default in the
 distribution.

I beg to differ: adding JavaDoc will increase the download size
considerably for little benefit. If you just use maven to manage your
project, you can attach the source/javadoc jars easily to your project
(mvn eclipse:eclipse -DdownloadSources=true)

Martijn

-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.4 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.4

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANNOUNCE] Apache Wicket 1.3.4 is released!

2008-06-27 Thread Bernard Niset


Martijn Dashorst a écrit :

On Fri, Jun 27, 2008 at 10:47 AM, Bernard Niset [EMAIL PROTECTED] wrote:
  

Hi Martijn,
Thanks for the release.
I don't find how to build the javadoc. Apparently, mvn package doesn't do
that anymore.



Not by default: it took too long and too much processing for the
default build. We have enabled it for the release profile. mvn
-Prelease package will build the javadoc.

  
Could you please update the page Building from svn 
(http://wicket.apache.org/building-from-svn.html) with this information? 
It's not wiki otherwise I'd be pleased to do it myself.

BTW, it's a pity you don't provide the javadoc by default in the
distribution.



I beg to differ: adding JavaDoc will increase the download size
considerably for little benefit. If you just use maven to manage your
project, you can attach the source/javadoc jars easily to your project
(mvn eclipse:eclipse -DdownloadSources=true)

  
I don't why every other open source project does it then. Not everybody 
is a maven magician or use it in their projects. Having the javadoc 
prebuilt would avoid this kind of error:


[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] There are test failures.
[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 1 minute 3 seconds
[INFO] Finished at: Fri Jun 27 14:33:04 CEST 2008
[INFO] Final Memory: 23M/52M
[INFO] 


Anyways, thanks for your help.
Bernard.



Re: [ANNOUNCE] Apache Wicket 1.3.4 is released!

2008-06-27 Thread Martijn Dashorst
On Fri, Jun 27, 2008 at 2:44 PM, Bernard Niset [EMAIL PROTECTED] wrote:
 Could you please update the page Building from svn
 (http://wicket.apache.org/building-from-svn.html) with this information?
 It's not wiki otherwise I'd be pleased to do it myself.

Done.

 I beg to differ: adding JavaDoc will increase the download size
 considerably for little benefit. If you just use maven to manage your
 project, you can attach the source/javadoc jars easily to your project
 (mvn eclipse:eclipse -DdownloadSources=true)

 I don't why every other open source project does it then. Not everybody is a
 maven magician or use it in their projects. Having the javadoc prebuilt
 would avoid this kind of error:

They are prebuilt, just not enclosed in the distribution:

http://repo1.maven.org/maven2/org/apache/wicket/wicket/1.3.4/

contains the source and javadoc jars.

 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] There are test failures.

Well, that is why there is -Dmaven.test.skip=true :-D

Martijn

-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.4 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.4

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANNOUNCE] Apache Wicket 1.3.4 is released!

2008-06-27 Thread Alexei Sokolov
How do you guys vote on what to fix in the next release? I opened
https://issues.apache.org/jira/browse/WICKET-1545  awhile ago...

Alex

On Fri, Jun 27, 2008 at 5:53 AM, Martijn Dashorst 
[EMAIL PROTECTED] wrote:

 On Fri, Jun 27, 2008 at 2:44 PM, Bernard Niset [EMAIL PROTECTED] wrote:
  Could you please update the page Building from svn
  (http://wicket.apache.org/building-from-svn.html) with this information?
  It's not wiki otherwise I'd be pleased to do it myself.

 Done.

  I beg to differ: adding JavaDoc will increase the download size
  considerably for little benefit. If you just use maven to manage your
  project, you can attach the source/javadoc jars easily to your project
  (mvn eclipse:eclipse -DdownloadSources=true)
 
  I don't why every other open source project does it then. Not everybody
 is a
  maven magician or use it in their projects. Having the javadoc prebuilt
  would avoid this kind of error:

 They are prebuilt, just not enclosed in the distribution:

 http://repo1.maven.org/maven2/org/apache/wicket/wicket/1.3.4/

 contains the source and javadoc jars.

  [INFO]
  
  [ERROR] BUILD ERROR
  [INFO]
  
  [INFO] There are test failures.

 Well, that is why there is -Dmaven.test.skip=true :-D

 Martijn

 --
 Become a Wicket expert, learn from the best: http://wicketinaction.com
 Apache Wicket 1.3.4 is released
 Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.4

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: [ANNOUNCE] Apache Wicket 1.3.4 is released!

2008-06-27 Thread Timo Rantalaiho
On Fri, 27 Jun 2008, Alexei Sokolov wrote:
 How do you guys vote on what to fix in the next release? I opened
 https://issues.apache.org/jira/browse/WICKET-1545  awhile ago...

A good patch containing a fix is a sure way to increase the
priority :)

Best wishes,
Timo

-- 
Timo Rantalaiho   
Reaktor Innovations OyURL: http://www.ri.fi/ 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANNOUNCE] Apache Wicket 1.3.4 is released!

2008-06-26 Thread Martijn Dashorst
The Apache Wicket team is proud to announce the availability of the fourth
maintenance release: Apache Wicket 1.3.4. A lot of bugs have been squashed and
several improvements implemented. Two noteworthy bugs have been squashed:

 - cross session leakage due to a dangling thread local in exceptional
   circumstances
 - memory leak in localizer (WICKET-1667)

It is therefore recommended you update to Wicket 1.3.4 at your earliest
convenience.

Eager people click here to download the distribution, others can read further:

http://www.apache.org/dyn/closer.cgi/wicket/1.3.4

We thank you for your patience and support.

- The Wicket Team


Apache Wicket

Apache Wicket is a component oriented Java web application framework. With
proper mark-up/logic separation, a POJO data model, and a refreshing lack of
XML, Apache Wicket makes developing web-apps simple and enjoyable again. Swap
the boilerplate, complex debugging and brittle code for powerful, reusable
components written with plain Java and HTML.

You can find out more about Apache Wicket on our website:

http://wicket.apache.org


This release

This release is the fourth maintenance release for the Wicket 1.3 product.
This release fixes several bugs and adds some minor improvements. You can find
out about the changes at the bottom of this announcement.


Migrating from 1.2

If you are coming from Wicket 1.2, you really want to read our migration
guide, found on the wiki:

http://cwiki.apache.org/WICKET/migrate-13.html


Downloading the release

You can download the release from the official Apache mirror system, and you
can find it through the following link:

http://www.apache.org/dyn/closer.cgi/wicket/1.3.4/

For the Maven and Ivy fans out there: update your pom's to the following, and
everything will be downloaded automatically:

dependency
   groupIdorg.apache.wicket/groupId
   artifactIdwicket/artifactId
   version1.3.4/version
/dependency

Substitute the artifact ID with the projects of your liking to get the other
projects.

Please note that we don't prescribe a Logging implementation for SLF4J. You
need to specify yourself which one you prefer. Read more about SLF4J here:
http://slf4j.org


Validating the release

The release has been signed by Martijn Dashorst, your release manager for
today. The public key can be found in the KEYS file in the download area.
Download the KEYS file only from the Apache website.

http://www.apache.org/dist/wicket/1.3.4/KEYS

Instructions on how to validate the release can be found here:

http://www.apache.org/dev/release-signing.html#check-integrity


Reporting bugs

In case you do encounter a bug, we would appreciate a report in our JIRA:

http://issues.apache.org/jira/browse/WICKET


The distribution

In the distribution you will find a README. The README contains instructions
on how to build from source yourself. You also find a CHANEGELOG-1.3 which
contains a list of all things that have been fixed, added and/or removed since
Wicket 1.3.0.

Release Notes - Wicket - Version 1.3.4

** Bug
* [WICKET-613] - Prototype scoped Spring beans
* [WICKET-1152] - MetaDataRoleAuthorizationStrategy.unauthorize()
doesn't work
* [WICKET-1292] - WicketTester continueToOriginalDestination()
uses application home page instead of original redictor
* [WICKET-1366] - ava.lang.IllegalStateException: No Page found
for component when collapsing nodes in a LinkTree
* [WICKET-1418] - org.apache.wicket.MarkupContainer swallows AbortException
* [WICKET-1453] - WicketServlet does not set content type on fallback()
* [WICKET-1473] - BaseWicketTester.isComponentOnAjaxResponse()
test is too strong
* [WICKET-1476] - Referencing Page may cause StackOverflowError
* [WICKET-1499] - AjaxEditableMultiLineLabel + race condition /
* [WICKET-1501] - MarkupCache.putIntoCache doesn't behave correctly!!
* [WICKET-1504] - AutoCompleteTextField - javascript error type
mismatch in line 227 in IE
* [WICKET-1507] - MarkupCache style/variation/locale support broken
* [WICKET-1510] - FormDispatcherRequest creates invalid parameter map
* [WICKET-1521] - ClassCastException in MixedUrlCodingStrategy
* [WICKET-1527] - WicketTester can not deal with null values in
page parameters
* [WICKET-1536] - Enclosure permanently hides direct children
after it has been itself hidden once
* [WICKET-1537] - SelectOption generates non xhtml compliant markup
* [WICKET-1541] - PopupSettings' windowName fixes for IE
* [WICKET-1544] - Update Javadoc for AbstractValidator
* [WICKET-1547] - Add getterfor IPageable to PagingNavigation
* [WICKET-1548] - PagingNavigator calls factory methods from constructor
* [WICKET-1549] - Memory leak with PropertyResolver (in running test suites)
* [WICKET-1551] - javascript status variable hides the
window.status variable because it is not declared as a far in
wicket-ajax.js
* [WICKET-1556] - Non-existant package resources lazily added to pool
*