Re: Release 1.4.3

2009-10-27 Thread Jeremy Thomerson
1.4.3 is definitely frozen.  Just that confluence replication is not working
for the site right now.  (bummer)

--
Jeremy Thomerson
http://www.wickettraining.com



On Tue, Oct 27, 2009 at 10:53 AM, Corbin, James wrote:

> Okay, that's good enough for me...I want to upgrade from 1.4.1 to 1.4.3
> and wanted to be sure it was frozen (as much as can be expected for an
> open source product).
>
> Thanks,
> j.D.
>
> -Original Message-
> From: Matthias Keller [mailto:matthias.kel...@ergon.ch]
> Sent: Tuesday, October 27, 2009 9:36 AM
> To: users@wicket.apache.org
> Subject: Re: Release 1.4.3
>
> Corbin, James wrote:
> > James,
> >
> > Do you know when the official release of 1.4.3 is happening?  By
> official I mean the Apache Wicket Website updated with the release
> announcement and links to the official package downloads.
> >
> > J.D.
> >
> Well, it is as official as can be, they just have some troubles updating
>
> the webpage itself.
> Here's the announcement from earlier on:
>
> > release tag:
> https://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.3
> >
> > download: http://www.apache.org/dyn/closer.cgi/wicket/1.4.3
> >
> > changelog:
> https://issues.apache.org/jira/browse/WICKET/fixforversion/12314250
> > ( full release notes below )
> >
> > maven:
> >
> > 
> >   org.apache.wicket
> >   wicket
> >   1.4.3
> > 
> >
> > thank you.
> >
> > -igor
> >
> > ps. our website has not yet been updated with the release
> > announcement, something is broken with the confluence publishing
> > plugin.
> >
> > ---
> >
> > Release Notes - Wicket - Version 1.4.3
> >
> > ** Bug
> >* [WICKET-2348] - always insert encoding in http response header
> >* [WICKET-2436] - invalid DataTable markup breaks table layout
> >* [WICKET-2497] - AutoComplete textfield ignores "visible"
> > property within hierarchy.
> >* [WICKET-2501] - BaseWicketTester clickLink calls onBeginRequest
> two times.
> >* [WICKET-2505] - Button.onSubmit javadoc is misleading
> >* [WICKET-2506] - Regression: "Could not find child with id: 
> > in the wicket:enclosure" for non-component tag
> >* [WICKET-2507] - Inconsistent resource path using 
> > and HeaderContributor after second request
> >* [WICKET-2508] - NullPointerException in
> > BehaviorRequestTarget.processEvents(BehaviorRequestTarget.java:96)
> >* [WICKET-2513] - wicket:enclosure does not work if child is a
> > container and not a component (regression from 1.4.1)
> >* [WICKET-2516] - Javadoc for Component.getMarkupId is incorrect
> >* [WICKET-2518] - Application_bg.properties property file is
> > incorrectly encoded
> >* [WICKET-2520] - Use of Object instead of generic T in
> > StringAutoCompleteRenderer
> >* [WICKET-2522] - Easy fix suggestion: In BaseWicketTester
> > 'IFormSubmitting' component should be the submitting component, not
> > just a 'Button'
> >* [WICKET-2525] - DatePicker consume too much memory
> >* [WICKET-2527] - wicket:enclosure child attribute search path has
> changed
> >* [WICKET-2528] - CheckBoxMultipleChoice ignores isDisabled()
> checks
> >* [WICKET-2530] - Class not found when using OSGI class loader
> >
> > ** Improvement
> >* [WICKET-2344] - Performance improvement: more efficient
> > AnnotProxyFieldValueFactory cache
> >* [WICKET-2459] - Add new German Wicket Book
> >* [WICKET-2511] - Upgrade to SLF4J version 1.5.8
> >* [WICKET-2524] - Configurable Throttle delay for
> AutoCompleteBehavior
> >
> > ** Wish
> >* [WICKET-2468] - AjaxLazyLoadPanel do not respect especific
> > projects components configuration
> >* [WICKET-2515] - ModalWindow javadoc improvent
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


RE: Release 1.4.3

2009-10-27 Thread Corbin, James
Okay, that's good enough for me...I want to upgrade from 1.4.1 to 1.4.3
and wanted to be sure it was frozen (as much as can be expected for an
open source product).

Thanks,
j.D.

-Original Message-
From: Matthias Keller [mailto:matthias.kel...@ergon.ch] 
Sent: Tuesday, October 27, 2009 9:36 AM
To: users@wicket.apache.org
Subject: Re: Release 1.4.3

Corbin, James wrote:
> James,
>
> Do you know when the official release of 1.4.3 is happening?  By
official I mean the Apache Wicket Website updated with the release
announcement and links to the official package downloads.  
>
> J.D.
>   
Well, it is as official as can be, they just have some troubles updating

the webpage itself.
Here's the announcement from earlier on:

> release tag:
https://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.3
>
> download: http://www.apache.org/dyn/closer.cgi/wicket/1.4.3
>
> changelog:
https://issues.apache.org/jira/browse/WICKET/fixforversion/12314250
> ( full release notes below )
>
> maven:
>
> 
>   org.apache.wicket
>   wicket
>   1.4.3
> 
>
> thank you.
>
> -igor
>
> ps. our website has not yet been updated with the release
> announcement, something is broken with the confluence publishing
> plugin.
>
> ---
>
> Release Notes - Wicket - Version 1.4.3
>
> ** Bug
>* [WICKET-2348] - always insert encoding in http response header
>* [WICKET-2436] - invalid DataTable markup breaks table layout
>* [WICKET-2497] - AutoComplete textfield ignores "visible"
> property within hierarchy.
>* [WICKET-2501] - BaseWicketTester clickLink calls onBeginRequest
two times.
>* [WICKET-2505] - Button.onSubmit javadoc is misleading
>* [WICKET-2506] - Regression: "Could not find child with id: 
> in the wicket:enclosure" for non-component tag
>* [WICKET-2507] - Inconsistent resource path using 
> and HeaderContributor after second request
>* [WICKET-2508] - NullPointerException in
> BehaviorRequestTarget.processEvents(BehaviorRequestTarget.java:96)
>* [WICKET-2513] - wicket:enclosure does not work if child is a
> container and not a component (regression from 1.4.1)
>* [WICKET-2516] - Javadoc for Component.getMarkupId is incorrect
>* [WICKET-2518] - Application_bg.properties property file is
> incorrectly encoded
>* [WICKET-2520] - Use of Object instead of generic T in
> StringAutoCompleteRenderer
>* [WICKET-2522] - Easy fix suggestion: In BaseWicketTester
> 'IFormSubmitting' component should be the submitting component, not
> just a 'Button'
>* [WICKET-2525] - DatePicker consume too much memory
>* [WICKET-2527] - wicket:enclosure child attribute search path has
changed
>* [WICKET-2528] - CheckBoxMultipleChoice ignores isDisabled()
checks
>* [WICKET-2530] - Class not found when using OSGI class loader
>
> ** Improvement
>* [WICKET-2344] - Performance improvement: more efficient
> AnnotProxyFieldValueFactory cache
>* [WICKET-2459] - Add new German Wicket Book
>* [WICKET-2511] - Upgrade to SLF4J version 1.5.8
>* [WICKET-2524] - Configurable Throttle delay for
AutoCompleteBehavior
>
> ** Wish
>* [WICKET-2468] - AjaxLazyLoadPanel do not respect especific
> projects components configuration
>* [WICKET-2515] - ModalWindow javadoc improvent


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Release 1.4.3

2009-10-27 Thread Matthias Keller

Corbin, James wrote:

James,

Do you know when the official release of 1.4.3 is happening?  By official I mean the Apache Wicket Website updated with the release announcement and links to the official package downloads.  


J.D.
  
Well, it is as official as can be, they just have some troubles updating 
the webpage itself.

Here's the announcement from earlier on:


release tag: https://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.3

download: http://www.apache.org/dyn/closer.cgi/wicket/1.4.3

changelog: https://issues.apache.org/jira/browse/WICKET/fixforversion/12314250
( full release notes below )

maven:


  org.apache.wicket
  wicket
  1.4.3


thank you.

-igor

ps. our website has not yet been updated with the release
announcement, something is broken with the confluence publishing
plugin.

---

Release Notes - Wicket - Version 1.4.3

** Bug
   * [WICKET-2348] - always insert encoding in http response header
   * [WICKET-2436] - invalid DataTable markup breaks table layout
   * [WICKET-2497] - AutoComplete textfield ignores "visible"
property within hierarchy.
   * [WICKET-2501] - BaseWicketTester clickLink calls onBeginRequest two times.
   * [WICKET-2505] - Button.onSubmit javadoc is misleading
   * [WICKET-2506] - Regression: "Could not find child with id: 
in the wicket:enclosure" for non-component tag
   * [WICKET-2507] - Inconsistent resource path using 
and HeaderContributor after second request
   * [WICKET-2508] - NullPointerException in
BehaviorRequestTarget.processEvents(BehaviorRequestTarget.java:96)
   * [WICKET-2513] - wicket:enclosure does not work if child is a
container and not a component (regression from 1.4.1)
   * [WICKET-2516] - Javadoc for Component.getMarkupId is incorrect
   * [WICKET-2518] - Application_bg.properties property file is
incorrectly encoded
   * [WICKET-2520] - Use of Object instead of generic T in
StringAutoCompleteRenderer
   * [WICKET-2522] - Easy fix suggestion: In BaseWicketTester
'IFormSubmitting' component should be the submitting component, not
just a 'Button'
   * [WICKET-2525] - DatePicker consume too much memory
   * [WICKET-2527] - wicket:enclosure child attribute search path has changed
   * [WICKET-2528] - CheckBoxMultipleChoice ignores isDisabled() checks
   * [WICKET-2530] - Class not found when using OSGI class loader

** Improvement
   * [WICKET-2344] - Performance improvement: more efficient
AnnotProxyFieldValueFactory cache
   * [WICKET-2459] - Add new German Wicket Book
   * [WICKET-2511] - Upgrade to SLF4J version 1.5.8
   * [WICKET-2524] - Configurable Throttle delay for AutoCompleteBehavior

** Wish
   * [WICKET-2468] - AjaxLazyLoadPanel do not respect especific
projects components configuration
   * [WICKET-2515] - ModalWindow javadoc improvent




smime.p7s
Description: S/MIME Cryptographic Signature


RE: Release 1.4.3

2009-10-27 Thread Corbin, James
James,

Do you know when the official release of 1.4.3 is happening?  By official I 
mean the Apache Wicket Website updated with the release announcement and links 
to the official package downloads.  

J.D.

-Original Message-
From: James Carman [mailto:jcar...@carmanconsulting.com] 
Sent: Monday, October 26, 2009 9:15 PM
To: users@wicket.apache.org
Subject: Re: Release 1.4.3

It's there:

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

There was an announcement just recently.

On Mon, Oct 26, 2009 at 10:48 PM, Marc-Andre Houle  wrote:
> Hello wicket user list,
>
> I would like to know when is suppose to happen the actual release of wicket
> 1.4.3.  When I looked into the branch, it is like if the release have been
> done.  Also in Jira the 1.4.3 project looked closed.  So I am right to
> expect the release of 1.4.3 anytime soon?
>
> I am actually waiting for a bug fix on wicket-guice and would like to have
> it in the near future.
>
> Thanks in advance.
>
> Marc-Andre
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Release 1.4.3

2009-10-26 Thread James Carman
It's there:

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

There was an announcement just recently.

On Mon, Oct 26, 2009 at 10:48 PM, Marc-Andre Houle  wrote:
> Hello wicket user list,
>
> I would like to know when is suppose to happen the actual release of wicket
> 1.4.3.  When I looked into the branch, it is like if the release have been
> done.  Also in Jira the 1.4.3 project looked closed.  So I am right to
> expect the release of 1.4.3 anytime soon?
>
> I am actually waiting for a bug fix on wicket-guice and would like to have
> it in the near future.
>
> Thanks in advance.
>
> Marc-Andre
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Release 1.4.3

2009-10-26 Thread Marc-Andre Houle
Hello wicket user list,

I would like to know when is suppose to happen the actual release of wicket
1.4.3.  When I looked into the branch, it is like if the release have been
done.  Also in Jira the 1.4.3 project looked closed.  So I am right to
expect the release of 1.4.3 anytime soon?

I am actually waiting for a bug fix on wicket-guice and would like to have
it in the near future.

Thanks in advance.

Marc-Andre