Re: Apache Wicket 1.3.0-beta4 released!

2007-10-12 Thread C. Bergström
Frank Bille wrote:
 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-beta4/version
 /dependency
   
How long is it usually before the mirrors pick this up as it's still a
missing artifact [1] at this point..

[1] http://repo1.maven.org/maven2/org/apache/wicket/wicket/

./C

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



Re: Apache Wicket 1.3.0-beta4 released!

2007-10-12 Thread Korbinian Bachl


Nice,

however, is there a reason that there are no javadoc-jars included???

I somehow miss this in the wicket releases... 3 nice folders containing
the release-jars, the source-jars and the doc-jars.

Regards

Korbinian

Frank Bille schrieb:

This is the fourth beta for Apache Wicket we have prepared for your
pleasure. It contains over 120 fixes to issues with previous releases and
todo items we have cleared.

In this announcement:

* Apache Wicket
* This release
** Portlet support
* Migrating from 1.2
* Downloading the release
* Validating the release
* Reporting bugs

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

http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta4/

We thank you for your patience and support. Given the current list of
remaining issues and the fact that we have just accepted portlet support
back in, we think a fifth beta release is necessary. But that is no excuse
for not giving this fourth installment a test drive!

The Wicket Team

-= Apache Wicket =-

Apache Wicket is a component oriented Java web application framework
currently undergoing incubation at the Apache Software foundation. 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 fourth in a series of beta releases until we feel
confident to finalize Wicket 1.3. This is called a beta because we don't
have fixed all bugs, and probably haven't found them all either.

-- Portlet support --

A new feature in this beta4 release is the merge of Ate Douma's portlet
branch into trunk. This reintroduces portlet support in Wicket.

http://cwiki.apache.org/WICKET/portal-howto.html

-= 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-beta4/

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-beta4/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-beta4/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-beta4 =-

** Bug
* [WICKET-349] - ListView can't undo changes to model
* [WICKET-470] - AjaxFormComponentUpdatingBehavior won't work for
RadioChoices
* [WICKET-497] - For stateless mounted page incorrect url is generated
* [WICKET-520] - Escape doesn't work for AjaxEditableLabel in Firefox
* [WICKET-572] - replacing tr using ajax does not work in safari
* [WICKET-611] - AbstractRequestTargetUrlCodingStrategy ignores query
parameters if there is no parameter in the path
* [WICKET-631] - Resource.getParameters() empty when resource is mounted
* [WICKET-635] - FormTester Does Not Properly Handle DropDownChoice With
Null Model
* [WICKET-640] - modal window close button does not cancel the event
after closing the window
* [WICKET-685] - ReloadingWicketFilter not working with markup
inheritance
* [WICKET-705] - StringValue javadoc incorrect regrading conversion to
checked exception
* [WICKET-707] - Invoking a request listener on a page returns an
Expired Error page
* [WICKET-722] - IndicatingAjaxFallbackLink does not remove indicator if
the link itself is added via ajax
* [WICKET-728] - WicketTester could not handle Multipart form without
upload
* [WICKET-735] - 

Re: Apache Wicket 1.3.0-beta4 released!

2007-10-12 Thread Frank Bille
The lame answer would be: NOW ;-)

The more intelligent answer is: I think it's ~24hours from published to
people.apache.org for sync, but I don't really know.

Frank

On 10/12/07, C. Bergström [EMAIL PROTECTED] wrote:

 Frank Bille wrote:
  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-beta4/version
  /dependency
 
 How long is it usually before the mirrors pick this up as it's still a
 missing artifact [1] at this point..

 [1] http://repo1.maven.org/maven2/org/apache/wicket/wicket/

 ./C

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




Re: Apache Wicket 1.3.0-beta4 released!

2007-10-12 Thread Frank Bille
For now you can find the source/javadoc jars in the maven repository:

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

Frank


On 10/12/07, Korbinian Bachl [EMAIL PROTECTED] wrote:


 Nice,

 however, is there a reason that there are no javadoc-jars included???

 I somehow miss this in the wicket releases... 3 nice folders containing
 the release-jars, the source-jars and the doc-jars.

 Regards

 Korbinian

 Frank Bille schrieb:
  This is the fourth beta for Apache Wicket we have prepared for your
  pleasure. It contains over 120 fixes to issues with previous releases
 and
  todo items we have cleared.
 
  In this announcement:
 
  * Apache Wicket
  * This release
  ** Portlet support
  * Migrating from 1.2
  * Downloading the release
  * Validating the release
  * Reporting bugs
 
  Eager people click here to download the distribution, others can read
  further:
 
  http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta4/
 
  We thank you for your patience and support. Given the current list of
  remaining issues and the fact that we have just accepted portlet support
  back in, we think a fifth beta release is necessary. But that is no
 excuse
  for not giving this fourth installment a test drive!
 
  The Wicket Team
 
  -= Apache Wicket =-
 
  Apache Wicket is a component oriented Java web application framework
  currently undergoing incubation at the Apache Software foundation. 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 fourth in a series of beta releases until we feel
  confident to finalize Wicket 1.3. This is called a beta because we don't
  have fixed all bugs, and probably haven't found them all either.
 
  -- Portlet support --
 
  A new feature in this beta4 release is the merge of Ate Douma's portlet
  branch into trunk. This reintroduces portlet support in Wicket.
 
  http://cwiki.apache.org/WICKET/portal-howto.html
 
  -= 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-beta4/
 
  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-beta4/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-beta4/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-beta4 =-
 
  ** Bug
  * [WICKET-349] - ListView can't undo changes to model
  * [WICKET-470] - AjaxFormComponentUpdatingBehavior won't work for
  RadioChoices
  * [WICKET-497] - For stateless mounted page incorrect url is
 generated
  * [WICKET-520] - Escape doesn't work for AjaxEditableLabel in
 Firefox
  * [WICKET-572] - replacing tr using ajax does not work in safari
  * [WICKET-611] - AbstractRequestTargetUrlCodingStrategy ignores
 query
  parameters if there is no parameter in the path
  * [WICKET-631] - Resource.getParameters() empty when resource is
 mounted
  * [WICKET-635] - FormTester Does Not Properly Handle DropDownChoice
 With
  Null Model
  * [WICKET-640] - modal window close button does not cancel the event
  after closing the window
  * [WICKET-685] - ReloadingWicketFilter not working with 

Re: Apache Wicket 1.3.0-beta4 released!

2007-10-12 Thread Korbinian Bachl

Ok, thanks for the info.

Korbinian

Frank Bille schrieb:

For now you can find the source/javadoc jars in the maven repository:

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

Frank





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



Apache Wicket 1.3.0-beta4 released!

2007-10-11 Thread Frank Bille
This is the fourth beta for Apache Wicket we have prepared for your
pleasure. It contains over 120 fixes to issues with previous releases and
todo items we have cleared.

In this announcement:

* Apache Wicket
* This release
** Portlet support
* Migrating from 1.2
* Downloading the release
* Validating the release
* Reporting bugs

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

http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta4/

We thank you for your patience and support. Given the current list of
remaining issues and the fact that we have just accepted portlet support
back in, we think a fifth beta release is necessary. But that is no excuse
for not giving this fourth installment a test drive!

The Wicket Team

-= Apache Wicket =-

Apache Wicket is a component oriented Java web application framework
currently undergoing incubation at the Apache Software foundation. 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 fourth in a series of beta releases until we feel
confident to finalize Wicket 1.3. This is called a beta because we don't
have fixed all bugs, and probably haven't found them all either.

-- Portlet support --

A new feature in this beta4 release is the merge of Ate Douma's portlet
branch into trunk. This reintroduces portlet support in Wicket.

http://cwiki.apache.org/WICKET/portal-howto.html

-= 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-beta4/

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-beta4/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-beta4/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-beta4 =-

** Bug
* [WICKET-349] - ListView can't undo changes to model
* [WICKET-470] - AjaxFormComponentUpdatingBehavior won't work for
RadioChoices
* [WICKET-497] - For stateless mounted page incorrect url is generated
* [WICKET-520] - Escape doesn't work for AjaxEditableLabel in Firefox
* [WICKET-572] - replacing tr using ajax does not work in safari
* [WICKET-611] - AbstractRequestTargetUrlCodingStrategy ignores query
parameters if there is no parameter in the path
* [WICKET-631] - Resource.getParameters() empty when resource is mounted
* [WICKET-635] - FormTester Does Not Properly Handle DropDownChoice With
Null Model
* [WICKET-640] - modal window close button does not cancel the event
after closing the window
* [WICKET-685] - ReloadingWicketFilter not working with markup
inheritance
* [WICKET-705] - StringValue javadoc incorrect regrading conversion to
checked exception
* [WICKET-707] - Invoking a request listener on a page returns an
Expired Error page
* [WICKET-722] - IndicatingAjaxFallbackLink does not remove indicator if
the link itself is added via ajax
* [WICKET-728] - WicketTester could not handle Multipart form without
upload
* [WICKET-735] - SqlTimestampConverter and it's Date and Time friends
die on null and other breakage.
* [WICKET-745] - AbstractAjaxTimerBehavior triggered more than expected
after a new Ajax rendering
* [WICKET-756] - FormComponent.getValue uses equals instead of 

Re: Apache Wicket 1.3.0-beta4 released!

2007-10-11 Thread Martijn Dashorst
This is a special occasion for the Wicket project:

According to me, Wicket 1.3.0-beta4 is the first release performed by
another person than myself, since we became an open source project at
sourceforge. It most certainly is the first in a couple of years
though.

Special thanks go to Frank for making this release reality!

Martijn

-- 
Buy Wicket in Action: http://manning.com/dashorst
Apache Wicket 1.3.0-beta4 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta4/

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



Re: Apache Wicket 1.3.0-beta4 released!

2007-10-11 Thread Eelco Hillenius
 Special thanks go to Frank for making this release reality!

Yay!

Eelco

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



Re: Apache Wicket 1.3.0-beta4 released!

2007-10-11 Thread Martijn Dashorst
Copy paste is a bitch :)

 Apache Wicket is a component oriented Java web application framework
 currently undergoing incubation at the Apache Software foundation. With
  ^
 proper mark-up/logic separation, a POJO data model, and a refreshing lack of

Frank, where did you get the template from? We should fix this one.

Martijn

-- 
Buy Wicket in Action: http://manning.com/dashorst
Apache Wicket 1.3.0-beta4 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta4/

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



Re: Apache Wicket 1.3.0-beta4 released!

2007-10-11 Thread Frank Bille
Crap.. Knew I should have got a second oppinion on it :(

http://martijndashorst.com/blog/2007/08/29/wicket-13-beta-3-released/

Frank


On 10/11/07, Martijn Dashorst [EMAIL PROTECTED] wrote:

 Copy paste is a bitch :)

  Apache Wicket is a component oriented Java web application framework
  currently undergoing incubation at the Apache Software foundation. With
   ^
  proper mark-up/logic separation, a POJO data model, and a refreshing
 lack of

 Frank, where did you get the template from? We should fix this one.

 Martijn

 --
 Buy Wicket in Action: http://manning.com/dashorst
 Apache Wicket 1.3.0-beta4 is released
 Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta4/

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