Re: Apache Wicket 1.3.0-rc1 released!

2007-11-13 Thread Uwe Schäfer

Philip A. Chapman schrieb:

+1  GENERICS!


me too ;)



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



Re: Apache Wicket 1.3.0-rc1 released!

2007-11-12 Thread Anders Peterson

Thanks, everyone who contributed!

Is Wicket 1.4 still planned to be a Java 5 version of Wicket 1.3? How 
far away is Wicket 1.4?


I have a small prototype application built using Wicket 1.2.6. I believe 
that little prototype may soon graduate to a real application, and when 
that happens I'd like it to be using a generified version of Wicket.


/Anders
---
http://ojalgo.org/

Martijn Dashorst wrote:

This is the first release candidate for Apache Wicket we have prepared
for your pleasure. It contains over 80 fixes to issues with previous
releases and todo items we have cleared.

In this announcement:

* Apache Wicket
* This release
* Migrating from 1.2
* Downloading the release
* Validating the release
* Reporting bugs
* The distribution
* Release Notes - Wicket - Version 1.3.0-rc1

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

http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-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.

Our migration to a top level project is now completed and you can find
our website and documentation here:

http://wicket.apache.org

-= This release =-

This release is the first in a series of release candidates releases
until we feel confident to finalize Wicket 1.3. This is called a
release candidate because we strive for API freeze. This means only
bug fixes will be done on the 1.3 release from now on.

-= 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.0-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.3.0-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.3.0-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 and a list of all
things that have been fixed, added and/or removed since the first beta
release.

-= Release Notes - Wicket - Version 1.3.0-rc1 =-

Sub-task

* WICKET-1022 - Created new bug - ValueMap set to null

Bug

* WICKET-330 - CheckBox incorrectly converts its model value when a
custom Boolean converter is installed
* WICKET-336 - Inheritable model cannot be a wrap model
* WICKET-382 - Converter misusage/mangling in RadioChoice
* WICKET-487 - Buggy behaviour in PageMap.access(IPageMapEntry,int). Wicket1.2.4
* WICKET-588 - continueToOriginalDestination /
RestartResponseAtInterceptPageException with page parameters broken
* WICKET-605 - Stateless form skips page parameters
* WICKET-607 - Stateless forms don't work with QueryStringUrlCodingStrategy
* WICKET-642 - Need to escape select html option value
* WICKET-645 - Form with ajaxsubmitbutton won't submit after error
* WICKET-702 - MockWebApplication doesn't redirect  properly to
mounted pages under RestartResponseAtInterceptPageException
* WICKET-734 - Custom ILinkListener component causes error in cell on
mounted page
* WICKET-746 - Thread synchronization problems in FilePageStore
* WICKET-855 - ModalWindow makes Internet Explorer 6 show an security
warning dialog
* WICKET-901 - DatePicker#getConfigureYUIBasePath() is useless or never called
* WICKET-916 - inconsistent state after setting AjaxDebugModeEnabled
to true in an AjaxRequest
* WICKET-920 - ExternalLink produces invalid html
* WICKET-950 - StatelessForm + QueryStringUrlCodingStrategy problem
* WICKET-953 - Session invalidateNow() does not immediate remove the
session from disk
* 

Wicket 1.4 expectations (was Re: Apache Wicket 1.3.0-rc1 released!)

2007-11-12 Thread Gwyn Evans
As I understand it, that's still the plan, but having said that, I'd
not expect to see too much work on a 1.4 until we've got a reasonable
amount of confidence that the released 1.3 is stable, so expect to see
a 1.3.1 before 1.4.  If we jump into 1.4 too quickly, we'll be back to
dual-branch working!

Does generification of the core make that much difference to a user of
the API?  I've been focused on JDK 1.4, so didn't have a change to
look at Wicket 2 in practice.

/Gwyn

On 12/11/2007, Anders Peterson [EMAIL PROTECTED] wrote:
 Thanks, everyone who contributed!

 Is Wicket 1.4 still planned to be a Java 5 version of Wicket 1.3? How
 far away is Wicket 1.4?

 I have a small prototype application built using Wicket 1.2.6. I believe
 that little prototype may soon graduate to a real application, and when
 that happens I'd like it to be using a generified version of Wicket.

 /Anders
 ---
 http://ojalgo.org/

 Martijn Dashorst wrote:
  This is the first release candidate for Apache Wicket we have prepared
  for your pleasure. It contains over 80 fixes to issues with previous
  releases and todo items we have cleared.
...

-- 
Download Wicket 1.3.0-rc1 now! - http://wicketframework.org

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



Re: Wicket 1.4 expectations (was Re: Apache Wicket 1.3.0-rc1 released!)

2007-11-12 Thread Anders Peterson

Gwyn Evans wrote:

Does generification of the core make that much difference to a user of
the API?  I've been focused on JDK 1.4, so didn't have a change to
look at Wicket 2 in practice.


Don't want to exaggerate, but once you start using Java 5 you don't want 
to go back and you want all code you use to be up to date.


The Models is probably the part of Wicket that needs generification the 
most.


/Anders




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



Re: Apache Wicket 1.3.0-rc1 released!

2007-11-12 Thread Johan Compagner
yes after 1.3 there will be a java 5 version. Still not really know what we
will call it (1.4,1.5 or 2.0)

First finish the 1.3 release then there could be a first alpha/beta version
with generircs pretty fast.

johan



On Nov 12, 2007 5:35 PM, Anders Peterson [EMAIL PROTECTED]
wrote:

 Thanks, everyone who contributed!

 Is Wicket 1.4 still planned to be a Java 5 version of Wicket 1.3? How
 far away is Wicket 1.4?

 I have a small prototype application built using Wicket 1.2.6. I believe
 that little prototype may soon graduate to a real application, and when
 that happens I'd like it to be using a generified version of Wicket.

 /Anders
 ---
 http://ojalgo.org/

 Martijn Dashorst wrote:
  This is the first release candidate for Apache Wicket we have prepared
  for your pleasure. It contains over 80 fixes to issues with previous
  releases and todo items we have cleared.
 
  In this announcement:
 
  * Apache Wicket
  * This release
  * Migrating from 1.2
  * Downloading the release
  * Validating the release
  * Reporting bugs
  * The distribution
  * Release Notes - Wicket - Version 1.3.0-rc1
 
  Eager people click here to download the distribution, others can read
 further:
 
  http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-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.
 
  Our migration to a top level project is now completed and you can find
  our website and documentation here:
 
  http://wicket.apache.org
 
  -= This release =-
 
  This release is the first in a series of release candidates releases
  until we feel confident to finalize Wicket 1.3. This is called a
  release candidate because we strive for API freeze. This means only
  bug fixes will be done on the 1.3 release from now on.
 
  -= 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.0-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.3.0-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.3.0-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 and a list of all
  things that have been fixed, added and/or removed since the first beta
  release.
 
  -= Release Notes - Wicket - Version 1.3.0-rc1 =-
 
  Sub-task
 
  * WICKET-1022 - Created new bug - ValueMap set to null
 
  Bug
 
  * WICKET-330 - CheckBox incorrectly converts its model value when a
  custom Boolean converter is installed
  * WICKET-336 - Inheritable model cannot be a wrap model
  * WICKET-382 - Converter misusage/mangling in RadioChoice
  * WICKET-487 - Buggy behaviour in PageMap.access(IPageMapEntry,int).
 Wicket1.2.4
  * WICKET-588 - continueToOriginalDestination /
  RestartResponseAtInterceptPageException with page parameters broken
  * WICKET-605 - Stateless form skips page parameters
  * WICKET-607 - Stateless forms don't work with
 QueryStringUrlCodingStrategy
  * WICKET-642 - Need to escape select html option value
  * WICKET-645 - Form with ajaxsubmitbutton won't submit after error
  * WICKET-702 - MockWebApplication doesn't redirect  properly to
  mounted pages under RestartResponseAtInterceptPageException
  * WICKET-734 - Custom ILinkListener component causes error in cell on
  mounted page
  * WICKET-746 - Thread 

Re: Apache Wicket 1.3.0-rc1 released!

2007-11-12 Thread mathias axelsson
Mmmm... Generics


Thanks alot for a great framework!


On Nov 12, 2007 7:33 PM, Johan Compagner [EMAIL PROTECTED] wrote:
 yes after 1.3 there will be a java 5 version. Still not really know what we
 will call it (1.4,1.5 or 2.0)

 First finish the 1.3 release then there could be a first alpha/beta version
 with generircs pretty fast.

 johan



 On Nov 12, 2007 5:35 PM, Anders Peterson [EMAIL PROTECTED]
 wrote:


  Thanks, everyone who contributed!
 
  Is Wicket 1.4 still planned to be a Java 5 version of Wicket 1.3? How
  far away is Wicket 1.4?
 
  I have a small prototype application built using Wicket 1.2.6. I believe
  that little prototype may soon graduate to a real application, and when
  that happens I'd like it to be using a generified version of Wicket.
 
  /Anders
  ---
  http://ojalgo.org/
 
  Martijn Dashorst wrote:
   This is the first release candidate for Apache Wicket we have prepared
   for your pleasure. It contains over 80 fixes to issues with previous
   releases and todo items we have cleared.
  
   In this announcement:
  
   * Apache Wicket
   * This release
   * Migrating from 1.2
   * Downloading the release
   * Validating the release
   * Reporting bugs
   * The distribution
   * Release Notes - Wicket - Version 1.3.0-rc1
  
   Eager people click here to download the distribution, others can read
  further:
  
   http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-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.
  
   Our migration to a top level project is now completed and you can find
   our website and documentation here:
  
   http://wicket.apache.org
  
   -= This release =-
  
   This release is the first in a series of release candidates releases
   until we feel confident to finalize Wicket 1.3. This is called a
   release candidate because we strive for API freeze. This means only
   bug fixes will be done on the 1.3 release from now on.
  
   -= 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.0-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.3.0-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.3.0-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 and a list of all
   things that have been fixed, added and/or removed since the first beta
   release.
  
   -= Release Notes - Wicket - Version 1.3.0-rc1 =-
  
   Sub-task
  
   * WICKET-1022 - Created new bug - ValueMap set to null
  
   Bug
  
   * WICKET-330 - CheckBox incorrectly converts its model value when a
   custom Boolean converter is installed
   * WICKET-336 - Inheritable model cannot be a wrap model
   * WICKET-382 - Converter misusage/mangling in RadioChoice
   * WICKET-487 - Buggy behaviour in PageMap.access(IPageMapEntry,int).
  Wicket1.2.4
   * WICKET-588 - continueToOriginalDestination /
   RestartResponseAtInterceptPageException with page parameters broken
   * WICKET-605 - Stateless form skips page parameters
   * WICKET-607 - Stateless forms don't work with
  QueryStringUrlCodingStrategy
   * WICKET-642 - Need to escape select html option value
   * WICKET-645 - Form with ajaxsubmitbutton won't 

RE: Apache Wicket 1.3.0-rc1 released!

2007-11-12 Thread William Hoover
+1 GENERICS!!!

-Original Message-
From: mathias axelsson [mailto:[EMAIL PROTECTED]
Sent: Monday, November 12, 2007 5:35 PM
To: users@wicket.apache.org
Subject: Re: Apache Wicket 1.3.0-rc1 released!


Mmmm... Generics


Thanks alot for a great framework!


On Nov 12, 2007 7:33 PM, Johan Compagner [EMAIL PROTECTED] wrote:
 yes after 1.3 there will be a java 5 version. Still not really know what we
 will call it (1.4,1.5 or 2.0)

 First finish the 1.3 release then there could be a first alpha/beta version
 with generircs pretty fast.

 johan



 On Nov 12, 2007 5:35 PM, Anders Peterson [EMAIL PROTECTED]
 wrote:


  Thanks, everyone who contributed!
 
  Is Wicket 1.4 still planned to be a Java 5 version of Wicket 1.3? How
  far away is Wicket 1.4?
 
  I have a small prototype application built using Wicket 1.2.6. I believe
  that little prototype may soon graduate to a real application, and when
  that happens I'd like it to be using a generified version of Wicket.
 
  /Anders
  ---
  http://ojalgo.org/
 
  Martijn Dashorst wrote:
   This is the first release candidate for Apache Wicket we have prepared
   for your pleasure. It contains over 80 fixes to issues with previous
   releases and todo items we have cleared.
  
   In this announcement:
  
   * Apache Wicket
   * This release
   * Migrating from 1.2
   * Downloading the release
   * Validating the release
   * Reporting bugs
   * The distribution
   * Release Notes - Wicket - Version 1.3.0-rc1
  
   Eager people click here to download the distribution, others can read
  further:
  
   http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-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.
  
   Our migration to a top level project is now completed and you can find
   our website and documentation here:
  
   http://wicket.apache.org
  
   -= This release =-
  
   This release is the first in a series of release candidates releases
   until we feel confident to finalize Wicket 1.3. This is called a
   release candidate because we strive for API freeze. This means only
   bug fixes will be done on the 1.3 release from now on.
  
   -= 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.0-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.3.0-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.3.0-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 and a list of all
   things that have been fixed, added and/or removed since the first beta
   release.
  
   -= Release Notes - Wicket - Version 1.3.0-rc1 =-
  
   Sub-task
  
   * WICKET-1022 - Created new bug - ValueMap set to null
  
   Bug
  
   * WICKET-330 - CheckBox incorrectly converts its model value when a
   custom Boolean converter is installed
   * WICKET-336 - Inheritable model cannot be a wrap model
   * WICKET-382 - Converter misusage/mangling in RadioChoice
   * WICKET-487 - Buggy behaviour in PageMap.access(IPageMapEntry,int).
  Wicket1.2.4
   * WICKET-588 - continueToOriginalDestination /
   RestartResponseAtInterceptPageException with page parameters broken
   * WICKET-605 - Stateless form skips

RE: Apache Wicket 1.3.0-rc1 released!

2007-11-12 Thread Philip A. Chapman
I think that by now, everybody knows where I stand.  :-)


+1  GENERICS!

On Mon, 2007-11-12 at 18:02 -0500, William Hoover wrote:
 +1 GENERICS!!!
 
 -Original Message-
 From: mathias axelsson [mailto:[EMAIL PROTECTED]
 Sent: Monday, November 12, 2007 5:35 PM
 To: users@wicket.apache.org
 Subject: Re: Apache Wicket 1.3.0-rc1 released!
 
 
 Mmmm... Generics
 
 
 Thanks alot for a great framework!
 
 
 On Nov 12, 2007 7:33 PM, Johan Compagner [EMAIL PROTECTED] wrote:
  yes after 1.3 there will be a java 5 version. Still not really know what we
  will call it (1.4,1.5 or 2.0)
 
  First finish the 1.3 release then there could be a first alpha/beta version
  with generircs pretty fast.
 
  johan
 
 
 
  On Nov 12, 2007 5:35 PM, Anders Peterson [EMAIL PROTECTED]
  wrote:
 
 
   Thanks, everyone who contributed!
  
   Is Wicket 1.4 still planned to be a Java 5 version of Wicket 1.3? How
   far away is Wicket 1.4?
  
   I have a small prototype application built using Wicket 1.2.6. I believe
   that little prototype may soon graduate to a real application, and when
   that happens I'd like it to be using a generified version of Wicket.
  
   /Anders
   ---
   http://ojalgo.org/
  
   Martijn Dashorst wrote:
This is the first release candidate for Apache Wicket we have prepared
for your pleasure. It contains over 80 fixes to issues with previous
releases and todo items we have cleared.
   
In this announcement:
   
* Apache Wicket
* This release
* Migrating from 1.2
* Downloading the release
* Validating the release
* Reporting bugs
* The distribution
* Release Notes - Wicket - Version 1.3.0-rc1
   
Eager people click here to download the distribution, others can read
   further:
   
http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-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.
   
Our migration to a top level project is now completed and you can find
our website and documentation here:
   
http://wicket.apache.org
   
-= This release =-
   
This release is the first in a series of release candidates releases
until we feel confident to finalize Wicket 1.3. This is called a
release candidate because we strive for API freeze. This means only
bug fixes will be done on the 1.3 release from now on.
   
-= 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.0-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.3.0-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.3.0-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 and a list of all
things that have been fixed, added and/or removed since the first beta
release.
   
-= Release Notes - Wicket - Version 1.3.0-rc1 =-
   
Sub-task
   
* WICKET-1022 - Created new bug - ValueMap set to null
   
Bug
   
* WICKET-330 - CheckBox incorrectly converts its model value when a
custom Boolean converter is installed
* WICKET-336 - Inheritable model cannot be a wrap model
* WICKET-382

Re: Apache Wicket 1.3.0-rc1 released!

2007-11-11 Thread Gerolf Seitz
i added the link to your blog entry to dzone:
http://www.dzone.com/links/apache_wicket_130rc1_released.html
everybody who has a dzone account: please vote it up, so it can make it to
the frontpage.

tia,
  Gerolf

On Nov 11, 2007 1:05 PM, Martijn Dashorst [EMAIL PROTECTED] wrote:

 This is the first release candidate for Apache Wicket we have prepared
 for your pleasure. It contains over 80 fixes to issues with previous
 releases and todo items we have cleared.

 In this announcement:

 * Apache Wicket
 * This release
 * Migrating from 1.2
 * Downloading the release
 * Validating the release
 * Reporting bugs
 * The distribution
 * Release Notes - Wicket - Version 1.3.0-rc1

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

 http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-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.

 Our migration to a top level project is now completed and you can find
 our website and documentation here:

 http://wicket.apache.org

 -= This release =-

 This release is the first in a series of release candidates releases
 until we feel confident to finalize Wicket 1.3. This is called a
 release candidate because we strive for API freeze. This means only
 bug fixes will be done on the 1.3 release from now on.

 -= 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.0-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.3.0-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.3.0-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 and a list of all
 things that have been fixed, added and/or removed since the first beta
 release.

 -= Release Notes - Wicket - Version 1.3.0-rc1 =-

 Sub-task

 * WICKET-1022 - Created new bug - ValueMap set to null

 Bug

 * WICKET-330 - CheckBox incorrectly converts its model value when a
 custom Boolean converter is installed
 * WICKET-336 - Inheritable model cannot be a wrap model
 * WICKET-382 - Converter misusage/mangling in RadioChoice
 * WICKET-487 - Buggy behaviour in PageMap.access(IPageMapEntry,int).
 Wicket1.2.4
 * WICKET-588 - continueToOriginalDestination /
 RestartResponseAtInterceptPageException with page parameters broken
 * WICKET-605 - Stateless form skips page parameters
 * WICKET-607 - Stateless forms don't work with
 QueryStringUrlCodingStrategy
 * WICKET-642 - Need to escape select html option value
 * WICKET-645 - Form with ajaxsubmitbutton won't submit after error
 * WICKET-702 - MockWebApplication doesn't redirect  properly to
 mounted pages under RestartResponseAtInterceptPageException
 * WICKET-734 - Custom ILinkListener component causes error in cell on
 mounted page
 * WICKET-746 - Thread synchronization problems in FilePageStore
 * WICKET-855 - ModalWindow makes Internet Explorer 6 show an security
 warning dialog
 * WICKET-901 - DatePicker#getConfigureYUIBasePath() is useless or never
 called
 * WICKET-916 - inconsistent state after setting AjaxDebugModeEnabled
 to true in an AjaxRequest
 * WICKET-920 - ExternalLink produces invalid html
 * WICKET-950 - StatelessForm + QueryStringUrlCodingStrategy problem
 * WICKET-953 - Session invalidateNow() does not immediate remove the
 session from disk
 * WICKET-958 - Mounts ignored for PageExpiredErrorPage
 * 

Re: Apache Wicket 1.3.0-rc1 released!

2007-11-11 Thread Thijs

Martijn Dashorst wrote:

First: congrats,
Second: don't forget to change the link under 'Releases' on the website 
from 1.3-beta to 1.3-rc1


Thijs


This is the first release candidate for Apache Wicket we have prepared
for your pleasure. It contains over 80 fixes to issues with previous
releases and todo items we have cleared.

In this announcement:

* Apache Wicket
* This release
* Migrating from 1.2
* Downloading the release
* Validating the release
* Reporting bugs
* The distribution
* Release Notes - Wicket - Version 1.3.0-rc1

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

http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-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.

Our migration to a top level project is now completed and you can find
our website and documentation here:

http://wicket.apache.org

-= This release =-

This release is the first in a series of release candidates releases
until we feel confident to finalize Wicket 1.3. This is called a
release candidate because we strive for API freeze. This means only
bug fixes will be done on the 1.3 release from now on.

-= 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.0-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.3.0-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.3.0-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 and a list of all
things that have been fixed, added and/or removed since the first beta
release.

-= Release Notes - Wicket - Version 1.3.0-rc1 =-

Sub-task

* WICKET-1022 - Created new bug - ValueMap set to null

Bug

* WICKET-330 - CheckBox incorrectly converts its model value when a
custom Boolean converter is installed
* WICKET-336 - Inheritable model cannot be a wrap model
* WICKET-382 - Converter misusage/mangling in RadioChoice
* WICKET-487 - Buggy behaviour in PageMap.access(IPageMapEntry,int). Wicket1.2.4
* WICKET-588 - continueToOriginalDestination /
RestartResponseAtInterceptPageException with page parameters broken
* WICKET-605 - Stateless form skips page parameters
* WICKET-607 - Stateless forms don't work with QueryStringUrlCodingStrategy
* WICKET-642 - Need to escape select html option value
* WICKET-645 - Form with ajaxsubmitbutton won't submit after error
* WICKET-702 - MockWebApplication doesn't redirect  properly to
mounted pages under RestartResponseAtInterceptPageException
* WICKET-734 - Custom ILinkListener component causes error in cell on
mounted page
* WICKET-746 - Thread synchronization problems in FilePageStore
* WICKET-855 - ModalWindow makes Internet Explorer 6 show an security
warning dialog
* WICKET-901 - DatePicker#getConfigureYUIBasePath() is useless or never called
* WICKET-916 - inconsistent state after setting AjaxDebugModeEnabled
to true in an AjaxRequest
* WICKET-920 - ExternalLink produces invalid html
* WICKET-950 - StatelessForm + QueryStringUrlCodingStrategy problem
* WICKET-953 - Session invalidateNow() does not immediate remove the
session from disk
* WICKET-958 - Mounts ignored for PageExpiredErrorPage
* WICKET-972 - IndexedParamUrlCodingStrategy seems to have problems
handling resources
* WICKET-988 - PropertyResolver map
* WICKET-991 - StringIndexOutOfBoundsException in
ServletWebRequest.getRelativePathPrefixToWicketHandler
*