Re: [vote] release wicket 1.4.16

2011-02-23 Thread Igor Vaynberg
vote has passed with 5 +1 binding votes -igor On Sun, Feb 20, 2011 at 8:33 PM, Igor Vaynberg wrote: > This vote is to release wicket 1.4.16. This is a bugfix release on the > 1.4.x (stable) branch. > > Branch: http://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.16/ > Artifacts: http://pe

Re: [vote] release wicket 1.5-rc2

2011-02-23 Thread Igor Vaynberg
vote has passed with 6 +1 binding and 1 +1 nonbinding votes. -igor On Wed, Feb 23, 2011 at 6:01 PM, Pedro Santos wrote: > +1 > > On Tue, Feb 22, 2011 at 1:35 PM, Jeremy Thomerson > wrote: > >> +1 release >> >> On Tue, Feb 22, 2011 at 10:31 AM, Igor Vaynberg > >wrote: >> >> > +1 >> > >> > -igor >

Re: [vote] release wicket 1.5-rc2

2011-02-23 Thread Pedro Santos
+1 On Tue, Feb 22, 2011 at 1:35 PM, Jeremy Thomerson wrote: > +1 release > > On Tue, Feb 22, 2011 at 10:31 AM, Igor Vaynberg >wrote: > > > +1 > > > > -igor > > > > On Sun, Feb 20, 2011 at 8:34 PM, Igor Vaynberg > > wrote: > > > This vote is to release wicket 1.5-rc2 > > > > > > Branch: > http:

Re: Spring Annotations supoprt for IoC on WebPages

2011-02-23 Thread James Carman
On Wed, Feb 23, 2011 at 2:46 PM, tetsuo wrote: > Yes, it is. Just use @SpringBean. > Agreed! :)

Re: Spring Annotations supoprt for IoC on WebPages

2011-02-23 Thread tetsuo
Yes, it is. Just use @SpringBean. On Wed, Feb 23, 2011 at 4:25 PM, James Carman wrote: > On Wed, Feb 23, 2011 at 8:56 AM, tetsuo wrote: >> Since Spring 3.0, scoped proxies are Serializable. So, it's perfectly >> possible to use @Configurable, @Autowired, and lots of AspectJ magic, >> for Pages

Re: Spring Annotations supoprt for IoC on WebPages

2011-02-23 Thread James Carman
On Wed, Feb 23, 2011 at 8:56 AM, tetsuo wrote: > Since Spring 3.0, scoped proxies are Serializable. So, it's perfectly > possible to use @Configurable, @Autowired, and lots of AspectJ magic, > for Pages and Components, instead of wicket-spring/@SpringBean. > > Provided, of course, that all beans y

Re: Spring Annotations supoprt for IoC on WebPages

2011-02-23 Thread tetsuo
Since Spring 3.0, scoped proxies are Serializable. So, it's perfectly possible to use @Configurable, @Autowired, and lots of AspectJ magic, for Pages and Components, instead of wicket-spring/@SpringBean. Provided, of course, that all beans you inject into Components are scope-proxied ( or @Scope(v

Re: Spring Annotations supoprt for IoC on WebPages

2011-02-23 Thread Bruno Borges
Sorry, forgot to add this: Reason why he chose to go for that approach of @Autowire and other annotations, is that @SpringBean does not support Spring Beans based on the Provider interface. I guess this could be fixed on wicket-spring. I will talk to him and see if we can issue a ticket

Re: Spring Annotations supoprt for IoC on WebPages

2011-02-23 Thread Bruno Borges
Don't you use @SpringBean on pages/panels ?? Why and how do you accomplish things? Bruno Borges www.brunoborges.com.br +55 21 76727099 "The glory of great men should always be measured by the means they have used to acquire it." - Francois de La Rochefoucauld On Tue, Feb 22, 2011 at 7:22 PM

Re: [jira] Updated: (WICKET-3187) StringResourceStream has null lastModified time

2011-02-23 Thread Martin Grigorov
My fault. The getters are fine. On Wed, Feb 23, 2011 at 10:16 AM, Martin Grigorov (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/WICKET-3187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel] > > Martin Grigorov updated WICKET-3187: > -