Re: [Migration 1.5] Where has the CompressedResourceReference gone?

2011-09-02 Thread Ernesto Reinaldo Barreiro
You mean Mike or Martin? I know Martin is commiter since the official announcement... and also because of the many commit messages he produces every day... Cheers, Ernesto On Fri, Sep 2, 2011 at 5:23 PM, Igor Vaynberg wrote: > he is a committer > > -igor > > > On Fri, Sep 2, 2011 at 4:54 AM, E

Re: [Migration 1.5] Where has the CompressedResourceReference gone?

2011-09-02 Thread Igor Vaynberg
he is a committer -igor On Fri, Sep 2, 2011 at 4:54 AM, Ernesto Reinaldo Barreiro wrote: > I guess so... but maybe a commiter can confirm is that's correct. > > Best, > > Ernesto > > On Fri, Sep 2, 2011 at 1:20 PM, Mike Mander wrote: >> Am 02.09.2011 13:15, schrieb Ernesto Reinaldo Barreiro: >

Re: [Migration 1.5] Where has the CompressedResourceReference gone?

2011-09-02 Thread Martin Grigorov
I hope too :-) You make nice additions in our wiki. It would be great if they were for 1.5 ;-) On Fri, Sep 2, 2011 at 2:47 PM, Ernesto Reinaldo Barreiro wrote: > Martin, > > Still sticking to 1.4.x over here;-) Hope soon I can jump to 1.5.x > > Cheers, > > Ernesto > > On Fri, Sep 2, 2011 at 2:43

Re: [Migration 1.5] Where has the CompressedResourceReference gone?

2011-09-02 Thread Ernesto Reinaldo Barreiro
Martin, Still sticking to 1.4.x over here;-) Hope soon I can jump to 1.5.x Cheers, Ernesto On Fri, Sep 2, 2011 at 2:43 PM, Martin Grigorov wrote: > Even the migration guide have it: > https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+1.5#MigrationtoWicket1.5-RemovedCompres

Re: [Migration 1.5] Where has the CompressedResourceReference gone?

2011-09-02 Thread Martin Grigorov
Even the migration guide have it: https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+1.5#MigrationtoWicket1.5-RemovedCompressedPackageResource On Fri, Sep 2, 2011 at 1:54 PM, Ernesto Reinaldo Barreiro wrote: > I guess so... but maybe a commiter can confirm is that's correct. >

Re: [Migration 1.5] Where has the CompressedResourceReference gone?

2011-09-02 Thread Ernesto Reinaldo Barreiro
I guess so... but maybe a commiter can confirm is that's correct. Best, Ernesto On Fri, Sep 2, 2011 at 1:20 PM, Mike Mander wrote: > Am 02.09.2011 13:15, schrieb Ernesto Reinaldo Barreiro: >> >> I think I remember I saw I commit message telling the feature was >> dropped... but I might be wrong

Re: [Migration 1.5] Where has the CompressedResourceReference gone?

2011-09-02 Thread Martin Grigorov
Yes. Most (all?!) of the web servers provide such functionality. No need Wicket to compress as well. Actually we have tickets because of double compressing and the browser wasn't able to read. On Fri, Sep 2, 2011 at 1:20 PM, Mike Mander wrote: > Am 02.09.2011 13:15, schrieb Ernesto Reinaldo Barre

Re: [Migration 1.5] Where has the CompressedResourceReference gone?

2011-09-02 Thread Mike Mander
Am 02.09.2011 13:15, schrieb Ernesto Reinaldo Barreiro: I think I remember I saw I commit message telling the feature was dropped... but I might be wrong. Best, Ernesto On Fri, Sep 2, 2011 at 1:05 PM, Mike Mander wrote: In migration guide it says org.apache.wicket.markup.html.resources.Compr

Re: [Migration 1.5] Where has the CompressedResourceReference gone?

2011-09-02 Thread Ernesto Reinaldo Barreiro
I think I remember I saw I commit message telling the feature was dropped... but I might be wrong. Best, Ernesto On Fri, Sep 2, 2011 at 1:05 PM, Mike Mander wrote: > In migration guide it says > org.apache.wicket.markup.html.resources.CompressedResourceReference > org.apache.wicket.request.reso

[Migration 1.5] Where has the CompressedResourceReference gone?

2011-09-02 Thread Mike Mander
In migration guide it says org.apache.wicket.markup.html.resources.CompressedResourceReference org.apache.wicket.request.resource.CompressedResourceReference But i can't import it. Do i have to include another wicket library? Thanks Mike ---