[ANNOUNCE] Apache Wicket 1.4 release candidate 1

2008-11-13 Thread Frank Bille
The Apache Wicket team is proud to present the first release candidate of
Apache Wicket 1.4.  This is the first Wicket version with java 1.5 as
minimum requirement.

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

* http://www.apache.org/dyn/closer.cgi/wicket/1.4-rc1

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

The Apache Wicket team is proud to announce the availability of the third
milestone release of our first java 1.5 Wicket version: Apache Wicket
1.4-m3. This is the first release with java 1.5 as a minimum. Almost
everything has been converted to java 1.5. If you find something missing,
please help us and send a message to the dev@ or user@ list.

- Migrating from 1.3

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

* http://cwiki.apache.org/WICKET/migrate-14.html

h3. 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.4-rc1/

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.4-rc1/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 Frank Bille, 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.4-rc1/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.4 which
contains a list of all things that have been fixed, added and/or removed
since the first release in the 1.4 branch.

- Release Notes - Wicket - Version 1.4-RC1

** Sub-task
* [WICKET-1624] - ServletWebRequest.getRelativePathPrefixToContextRoot()
double decodes servlet path
* [WICKET-1805] - Allow to change charset in StringRequestTarget: change
CharSet used by the OutStream as well

** Bug
* [WICKET-550] - Use WebRequestEncoder everywhere a query string is
constructed
* [WICKET-861] - NumberFormatException with
UrlCompressingWebRequestProcessor in WicketTester
* [WICKET-1120] - Problem closing a ModalWindow when used through an
IFrame
* [WICKET-1180] - Converters : final vs non final
* [WICKET-1220] - Component.visitParents visits the calling component as
well
* [WICKET-1311] - Improper HTML escaping for most wicket components and
extensions
* [WICKET-1376] - Using AbstractAjaxTimerBehavior and mounting that page
gives exception
* [WICKET-1425] - appendToInit() method is not called in class
DatePicker
* [WICKET-1436] - Unable to use properties file when generating XML
files
* [WICKET-1496] - DataTable.html does not validate (HTML
4.01/XHTML-Strict)
* [WICKET-1535] - ExternalLink JavaScript not working in FF 3
* [WICKET-1565] - AbstractTransformerBehavior can't be added to a page
* [WICKET-1582] - WicketTester executeAjaxEvent onclick generating
non-AJAX response
* [WICKET-1583] - NPE in EnclosureResolver
* [WICKET-1627] - AbstractRequestTargetUrlCodingStrategy improper user
of URLEncoder.encode
* [WICKET-1634] - ClassName needs conversion from Path to dotted
notation in AutoLinkResolver
* [WICKET-1648] - AbstractRequestTargetUrlCodingStrategy(line 174)
throws confusing exception. It would be better redirect to 404-page in this
case.
* [WICKET-1652] - Hard-coded quotes in xml prologue
* [WICKET-1704] - ResourceStreamRequestTarget.configure set wrong
ContentLength for non-ascii characters
* [WICKET-1719] - StringResourceModel may fail to format numbers using
MessageFormat
* [WICKET-1728] - remove obsolete check from LocalizedImageResource
* [WICKET-1730] - RfcCompliantEmailAddressValidator 

Re: [ANNOUNCE] Apache Wicket 1.4 release candidate 1

2008-11-13 Thread Jörn Zaefferer
The following subprojects are incompatible with Wicket 1.4 RC1 and
therefore block us from migrating: wicket-ioc (only 1.3.5 available)
and wicket-spring-annot (only 1.3.5 available).

wicket-spring-annot needs to change its usage of MetaDataKey in
SpringComponentInjector (constructor doesn't accept any arguments
anymore) and wicket-ioc needs to be recompiled using the JDK's
ConcurrentHashMap instead of wicket.util.concurrent.

Jörn

On Thu, Nov 13, 2008 at 3:06 PM, Frank Bille [EMAIL PROTECTED] wrote:
 The Apache Wicket team is proud to present the first release candidate of
 Apache Wicket 1.4.  This is the first Wicket version with java 1.5 as
 minimum requirement.

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

 * http://www.apache.org/dyn/closer.cgi/wicket/1.4-rc1

 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

 The Apache Wicket team is proud to announce the availability of the third
 milestone release of our first java 1.5 Wicket version: Apache Wicket
 1.4-m3. This is the first release with java 1.5 as a minimum. Almost
 everything has been converted to java 1.5. If you find something missing,
 please help us and send a message to the dev@ or user@ list.

 - Migrating from 1.3

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

 * http://cwiki.apache.org/WICKET/migrate-14.html

 h3. 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.4-rc1/

 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.4-rc1/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 Frank Bille, 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.4-rc1/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.4 which
 contains a list of all things that have been fixed, added and/or removed
 since the first release in the 1.4 branch.

 - Release Notes - Wicket - Version 1.4-RC1

 ** Sub-task
* [WICKET-1624] - ServletWebRequest.getRelativePathPrefixToContextRoot()
 double decodes servlet path
* [WICKET-1805] - Allow to change charset in StringRequestTarget: change
 CharSet used by the OutStream as well

 ** Bug
* [WICKET-550] - Use WebRequestEncoder everywhere a query string is
 constructed
* [WICKET-861] - NumberFormatException with
 UrlCompressingWebRequestProcessor in WicketTester
* [WICKET-1120] - Problem closing a ModalWindow when used through an
 IFrame
* [WICKET-1180] - Converters : final vs non final
* [WICKET-1220] - Component.visitParents visits the calling component as
 well
* [WICKET-1311] - Improper HTML escaping for most wicket components and
 extensions
* [WICKET-1376] - Using AbstractAjaxTimerBehavior and mounting that page
 gives exception
* [WICKET-1425] - appendToInit() method is not called in class
 DatePicker
* [WICKET-1436] - Unable to use properties file when generating XML
 files
* [WICKET-1496] - DataTable.html does not validate (HTML
 4.01/XHTML-Strict)
* [WICKET-1535] - ExternalLink JavaScript not working in FF 3
* [WICKET-1565] - AbstractTransformerBehavior can't be added to a page
* [WICKET-1582] - WicketTester executeAjaxEvent onclick generating
 non-AJAX response
* [WICKET-1583] - NPE in EnclosureResolver
* [WICKET-1627] - AbstractRequestTargetUrlCodingStrategy improper user
 of URLEncoder.encode
* [WICKET-1634] - ClassName needs conversion from Path 

Re: [ANNOUNCE] Apache Wicket 1.4 release candidate 1

2008-11-13 Thread Jörn Zaefferer
Sorry, I didn't. Looks like its all there, thanks!

Jörn

On Thu, Nov 13, 2008 at 6:20 PM, Martijn Dashorst
[EMAIL PROTECTED] wrote:
 Did you read the migration guide?

 Martijn

 On Thu, Nov 13, 2008 at 5:49 PM, Jörn Zaefferer
 [EMAIL PROTECTED] wrote:
 The following subprojects are incompatible with Wicket 1.4 RC1 and
 therefore block us from migrating: wicket-ioc (only 1.3.5 available)
 and wicket-spring-annot (only 1.3.5 available).

 wicket-spring-annot needs to change its usage of MetaDataKey in
 SpringComponentInjector (constructor doesn't accept any arguments
 anymore) and wicket-ioc needs to be recompiled using the JDK's
 ConcurrentHashMap instead of wicket.util.concurrent.

 Jörn

 On Thu, Nov 13, 2008 at 3:06 PM, Frank Bille [EMAIL PROTECTED] wrote:
 The Apache Wicket team is proud to present the first release candidate of
 Apache Wicket 1.4.  This is the first Wicket version with java 1.5 as
 minimum requirement.

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

 * http://www.apache.org/dyn/closer.cgi/wicket/1.4-rc1

 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

 The Apache Wicket team is proud to announce the availability of the third
 milestone release of our first java 1.5 Wicket version: Apache Wicket
 1.4-m3. This is the first release with java 1.5 as a minimum. Almost
 everything has been converted to java 1.5. If you find something missing,
 please help us and send a message to the dev@ or user@ list.

 - Migrating from 1.3

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

 * http://cwiki.apache.org/WICKET/migrate-14.html

 h3. 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.4-rc1/

 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.4-rc1/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 Frank Bille, 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.4-rc1/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.4 which
 contains a list of all things that have been fixed, added and/or removed
 since the first release in the 1.4 branch.

 - Release Notes - Wicket - Version 1.4-RC1

 ** Sub-task
* [WICKET-1624] - ServletWebRequest.getRelativePathPrefixToContextRoot()
 double decodes servlet path
* [WICKET-1805] - Allow to change charset in StringRequestTarget: change
 CharSet used by the OutStream as well

 ** Bug
* [WICKET-550] - Use WebRequestEncoder everywhere a query string is
 constructed
* [WICKET-861] - NumberFormatException with
 UrlCompressingWebRequestProcessor in WicketTester
* [WICKET-1120] - Problem closing a ModalWindow when used through an
 IFrame
* [WICKET-1180] - Converters : final vs non final
* [WICKET-1220] - Component.visitParents visits the calling component as
 well
* [WICKET-1311] - Improper HTML escaping for most wicket components and
 extensions
* [WICKET-1376] - Using AbstractAjaxTimerBehavior and mounting that page
 gives exception
* [WICKET-1425] - appendToInit() method is not called in class
 DatePicker
* [WICKET-1436] - Unable to use properties file when generating XML
 files
* [WICKET-1496] - DataTable.html does not validate (HTML
 4.01/XHTML-Strict)
* [WICKET-1535] - ExternalLink JavaScript not working in FF 3
* [WICKET-1565] - AbstractTransformerBehavior can't be added to a page
* [WICKET-1582] - 

AW: [ANNOUNCE] Apache Wicket 1.4 release candidate 1

2008-11-13 Thread Bosten, Marcus
... you are my heros 

Best Regards,
Marcus

- Originalnachricht -
Von: [EMAIL PROTECTED] [EMAIL PROTECTED]
An: [EMAIL PROTECTED] [EMAIL PROTECTED]; users@wicket.apache.org 
users@wicket.apache.org; Apache Wicket Development [EMAIL PROTECTED]
Gesendet: Thu Nov 13 15:06:51 2008
Betreff: [ANNOUNCE] Apache Wicket 1.4 release candidate 1

The Apache Wicket team is proud to present the first release candidate of
Apache Wicket 1.4.  This is the first Wicket version with java 1.5 as
minimum requirement.

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

* http://www.apache.org/dyn/closer.cgi/wicket/1.4-rc1

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

The Apache Wicket team is proud to announce the availability of the third
milestone release of our first java 1.5 Wicket version: Apache Wicket
1.4-m3. This is the first release with java 1.5 as a minimum. Almost
everything has been converted to java 1.5. If you find something missing,
please help us and send a message to the dev@ or user@ list.

- Migrating from 1.3

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

* http://cwiki.apache.org/WICKET/migrate-14.html

h3. 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.4-rc1/

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.4-rc1/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 Frank Bille, 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.4-rc1/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.4 which
contains a list of all things that have been fixed, added and/or removed
since the first release in the 1.4 branch.

- Release Notes - Wicket - Version 1.4-RC1

** Sub-task
* [WICKET-1624] - ServletWebRequest.getRelativePathPrefixToContextRoot()
double decodes servlet path
* [WICKET-1805] - Allow to change charset in StringRequestTarget: change
CharSet used by the OutStream as well

** Bug
* [WICKET-550] - Use WebRequestEncoder everywhere a query string is
constructed
* [WICKET-861] - NumberFormatException with
UrlCompressingWebRequestProcessor in WicketTester
* [WICKET-1120] - Problem closing a ModalWindow when used through an
IFrame
* [WICKET-1180] - Converters : final vs non final
* [WICKET-1220] - Component.visitParents visits the calling component as
well
* [WICKET-1311] - Improper HTML escaping for most wicket components and
extensions
* [WICKET-1376] - Using AbstractAjaxTimerBehavior and mounting that page
gives exception
* [WICKET-1425] - appendToInit() method is not called in class
DatePicker
* [WICKET-1436] - Unable to use properties file when generating XML
files
* [WICKET-1496] - DataTable.html does not validate (HTML
4.01/XHTML-Strict)
* [WICKET-1535] - ExternalLink JavaScript not working in FF 3
* [WICKET-1565] - AbstractTransformerBehavior can't be added to a page
* [WICKET-1582] - WicketTester executeAjaxEvent onclick generating
non-AJAX response
* [WICKET-1583] - NPE in EnclosureResolver
* [WICKET-1627] - AbstractRequestTargetUrlCodingStrategy improper user
of URLEncoder.encode
* [WICKET-1634] - ClassName needs conversion from Path to dotted
notation in AutoLinkResolver
* [WICKET-1648] - AbstractRequestTargetUrlCodingStrategy(line 174)
throws confusing exception. It would be better redirect to 404-page in this
case.
* [WICKET-1652] - Hard-coded