Re: TeamCity 5.0 upgrade

2009-12-15 Thread Martijn Dashorst
I claim victory! teamcity 5.0 runs and builds..

Martijn

On Tue, Dec 15, 2009 at 8:58 AM, Martijn Dashorst
 wrote:
> Apparently it also needs port 8111 to be able to register with the server...
>
> See:
>
> http://wicketstuff.org/teamcity/agents.html?unauthorized=true
>
> and if you're logged on to the server:
>
> /home/wicket/teamcity-5.0/buildAgent/conf
> /home/wicket/teamcity-5.0/buildAgent/logs/teamcity-agent.log
> /home/wicket/tomcat/logs/catalina.out
>
> On Tue, Dec 15, 2009 at 8:56 AM, Martijn Dashorst
>  wrote:
>> Except that teamcity can't connect to the agent... apparently port
>> 9090 is blocked...
>>
>> Martijn
>>
>> On Tue, Dec 15, 2009 at 8:53 AM, Johan Compagner  
>> wrote:
>>> maven and postgres are updated.
>>>
>>> so everything should start working now
>>>
>>> On 14/12/2009, nino martinez wael  wrote:
 It's been a while since I've dabbled with FreeBsd, almost a decade... Would
 be real nice with the maven upgrade, since all the snapshots unique are
 giving us problems. And very sad with db problem, is it solved?

 2009/12/11 Martijn Dashorst 

> Downgrading the supplied JDBC driver didn't help :/
>
> Martijn
>
> On Thu, Dec 10, 2009 at 11:39 PM, Martijn Dashorst
>  wrote:
> > On Thu, Dec 10, 2009 at 9:58 PM, nino martinez wael
> >  wrote:
> >> And Martijn will you upgrade Maven aswell? It should be very simple :))
> >
> > Not without root password... and I'm not that versed in freebsd too
> > (though it is strikingly similar to OS X).
> >
> > I've already installed maven 2.2.1, but it is not available in the
> > right location...
> >
> >
> > The teamcity upgrade failed with a database error...
> >
> > ERROR: function pg_try_advisory_lock(bigint) does not exist
> >
> > Martijn
> >
>
>
>
> --
> Become a Wicket expert, learn from the best: http://wicketinaction.com
> Apache Wicket 1.4 increases type safety for web applications
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.0
>

>>>
>>
>>
>>
>> --
>> Become a Wicket expert, learn from the best: http://wicketinaction.com
>> Apache Wicket 1.4 increases type safety for web applications
>> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4
>>
>
>
>
> --
> Become a Wicket expert, learn from the best: http://wicketinaction.com
> Apache Wicket 1.4 increases type safety for web applications
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.4 increases type safety for web applications
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4


wicket 1.5 build is failing because of 1.6 deps...

2009-12-15 Thread Johan Compagner
   - Compilation failure
   - 
/data/home/wicket/teamcity-5.0/buildAgent/work/wicket-trunk/wicket/src/main/java/org/apache/wicket/ng/request/Url.java:[147,46]
cannot find symbol

   - symbol  : method copyOf(java.lang.String[],int)
   - location: class java.util.Arrays
   - 
/data/home/wicket/teamcity-5.0/buildAgent/work/wicket-trunk/wicket/src/main/java/org/apache/wicket/ng/request/Url.java:[147,46]
cannot find symbol

   - symbol  : method copyOf(java.lang.String[],int)
   - location: class java.util.Arrays


are we moving to 1.6 form 1.5?


Re: wicket 1.5 build is failing because of 1.6 deps...

2009-12-15 Thread Martijn Dashorst
I was going to propose a vote in that direction... as JDK 1.5 has been
shelved...

Martijn

On Tue, Dec 15, 2009 at 11:41 AM, Johan Compagner  wrote:
>   - Compilation failure
>   - 
> /data/home/wicket/teamcity-5.0/buildAgent/work/wicket-trunk/wicket/src/main/java/org/apache/wicket/ng/request/Url.java:[147,46]
> cannot find symbol
>
>   - symbol  : method copyOf(java.lang.String[],int)
>   - location: class java.util.Arrays
>   - 
> /data/home/wicket/teamcity-5.0/buildAgent/work/wicket-trunk/wicket/src/main/java/org/apache/wicket/ng/request/Url.java:[147,46]
> cannot find symbol
>
>   - symbol  : method copyOf(java.lang.String[],int)
>   - location: class java.util.Arrays
>
>
> are we moving to 1.6 form 1.5?
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.4 increases type safety for web applications
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4


Re: wicket 1.5 build is failing because of 1.6 deps...

2009-12-15 Thread Jonas
> I was going to propose a vote in that direction... as JDK 1.5 has been
> shelved...

While it's true 1.5 has gone eol last october, I don't think there's
too much stuff in 1.6
Wicket would actually benefit from. Raising the minimum requirements without
much benefit *could* scare off a lot of potential users.

...just to add my two cents on that topic :-)


Re: wicket 1.5 build is failing because of 1.6 deps...

2009-12-15 Thread Martijn Dashorst
Well, there's the benefit of using the compiler API for for example
the typesafe model. I can imagine we'll be able to implement other
things as well using this API (must call super annotation?)

Martijn

On Tue, Dec 15, 2009 at 11:54 AM, Jonas  wrote:
>> I was going to propose a vote in that direction... as JDK 1.5 has been
>> shelved...
>
> While it's true 1.5 has gone eol last october, I don't think there's
> too much stuff in 1.6
> Wicket would actually benefit from. Raising the minimum requirements without
> much benefit *could* scare off a lot of potential users.
>
> ...just to add my two cents on that topic :-)
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.4 increases type safety for web applications
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4


Re: TeamCity 5.0 upgrade

2009-12-15 Thread nino martinez wael
Lovely :)

2009/12/15 Martijn Dashorst :
> I claim victory! teamcity 5.0 runs and builds..
>
> Martijn
>
> On Tue, Dec 15, 2009 at 8:58 AM, Martijn Dashorst
>  wrote:
>> Apparently it also needs port 8111 to be able to register with the server...
>>
>> See:
>>
>> http://wicketstuff.org/teamcity/agents.html?unauthorized=true
>>
>> and if you're logged on to the server:
>>
>> /home/wicket/teamcity-5.0/buildAgent/conf
>> /home/wicket/teamcity-5.0/buildAgent/logs/teamcity-agent.log
>> /home/wicket/tomcat/logs/catalina.out
>>
>> On Tue, Dec 15, 2009 at 8:56 AM, Martijn Dashorst
>>  wrote:
>>> Except that teamcity can't connect to the agent... apparently port
>>> 9090 is blocked...
>>>
>>> Martijn
>>>
>>> On Tue, Dec 15, 2009 at 8:53 AM, Johan Compagner  
>>> wrote:
 maven and postgres are updated.

 so everything should start working now

 On 14/12/2009, nino martinez wael  wrote:
> It's been a while since I've dabbled with FreeBsd, almost a decade... 
> Would
> be real nice with the maven upgrade, since all the snapshots unique are
> giving us problems. And very sad with db problem, is it solved?
>
> 2009/12/11 Martijn Dashorst 
>
>> Downgrading the supplied JDBC driver didn't help :/
>>
>> Martijn
>>
>> On Thu, Dec 10, 2009 at 11:39 PM, Martijn Dashorst
>>  wrote:
>> > On Thu, Dec 10, 2009 at 9:58 PM, nino martinez wael
>> >  wrote:
>> >> And Martijn will you upgrade Maven aswell? It should be very simple 
>> >> :))
>> >
>> > Not without root password... and I'm not that versed in freebsd too
>> > (though it is strikingly similar to OS X).
>> >
>> > I've already installed maven 2.2.1, but it is not available in the
>> > right location...
>> >
>> >
>> > The teamcity upgrade failed with a database error...
>> >
>> > ERROR: function pg_try_advisory_lock(bigint) does not exist
>> >
>> > Martijn
>> >
>>
>>
>>
>> --
>> Become a Wicket expert, learn from the best: http://wicketinaction.com
>> Apache Wicket 1.4 increases type safety for web applications
>> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.0
>>
>

>>>
>>>
>>>
>>> --
>>> Become a Wicket expert, learn from the best: http://wicketinaction.com
>>> Apache Wicket 1.4 increases type safety for web applications
>>> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4
>>>
>>
>>
>>
>> --
>> Become a Wicket expert, learn from the best: http://wicketinaction.com
>> Apache Wicket 1.4 increases type safety for web applications
>> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4
>>
>
>
>
> --
> Become a Wicket expert, learn from the best: http://wicketinaction.com
> Apache Wicket 1.4 increases type safety for web applications
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4
>


Re: TeamCity 5.0 upgrade

2009-12-15 Thread nino martinez wael
So We need to check if unique id's still are built

2009/12/15 nino martinez wael :
> Lovely :)
>
> 2009/12/15 Martijn Dashorst :
>> I claim victory! teamcity 5.0 runs and builds..
>>
>> Martijn
>>
>> On Tue, Dec 15, 2009 at 8:58 AM, Martijn Dashorst
>>  wrote:
>>> Apparently it also needs port 8111 to be able to register with the server...
>>>
>>> See:
>>>
>>> http://wicketstuff.org/teamcity/agents.html?unauthorized=true
>>>
>>> and if you're logged on to the server:
>>>
>>> /home/wicket/teamcity-5.0/buildAgent/conf
>>> /home/wicket/teamcity-5.0/buildAgent/logs/teamcity-agent.log
>>> /home/wicket/tomcat/logs/catalina.out
>>>
>>> On Tue, Dec 15, 2009 at 8:56 AM, Martijn Dashorst
>>>  wrote:
 Except that teamcity can't connect to the agent... apparently port
 9090 is blocked...

 Martijn

 On Tue, Dec 15, 2009 at 8:53 AM, Johan Compagner  
 wrote:
> maven and postgres are updated.
>
> so everything should start working now
>
> On 14/12/2009, nino martinez wael  wrote:
>> It's been a while since I've dabbled with FreeBsd, almost a decade... 
>> Would
>> be real nice with the maven upgrade, since all the snapshots unique are
>> giving us problems. And very sad with db problem, is it solved?
>>
>> 2009/12/11 Martijn Dashorst 
>>
>>> Downgrading the supplied JDBC driver didn't help :/
>>>
>>> Martijn
>>>
>>> On Thu, Dec 10, 2009 at 11:39 PM, Martijn Dashorst
>>>  wrote:
>>> > On Thu, Dec 10, 2009 at 9:58 PM, nino martinez wael
>>> >  wrote:
>>> >> And Martijn will you upgrade Maven aswell? It should be very simple 
>>> >> :))
>>> >
>>> > Not without root password... and I'm not that versed in freebsd too
>>> > (though it is strikingly similar to OS X).
>>> >
>>> > I've already installed maven 2.2.1, but it is not available in the
>>> > right location...
>>> >
>>> >
>>> > The teamcity upgrade failed with a database error...
>>> >
>>> > ERROR: function pg_try_advisory_lock(bigint) does not exist
>>> >
>>> > Martijn
>>> >
>>>
>>>
>>>
>>> --
>>> Become a Wicket expert, learn from the best: http://wicketinaction.com
>>> Apache Wicket 1.4 increases type safety for web applications
>>> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.0
>>>
>>
>



 --
 Become a Wicket expert, learn from the best: http://wicketinaction.com
 Apache Wicket 1.4 increases type safety for web applications
 Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4

>>>
>>>
>>>
>>> --
>>> Become a Wicket expert, learn from the best: http://wicketinaction.com
>>> Apache Wicket 1.4 increases type safety for web applications
>>> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4
>>>
>>
>>
>>
>> --
>> Become a Wicket expert, learn from the best: http://wicketinaction.com
>> Apache Wicket 1.4 increases type safety for web applications
>> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4
>>
>


Re: wicket 1.5 build is failing because of 1.6 deps...

2009-12-15 Thread Matej Knopp
I really don't think our core should depend on 1.6. Those few methods
can easyly be put to util classes. Typesafe models can be moved to
separate sub project. I know it makes the build more complicated
again, but 1.6 isn't that common, especially not in production.

-Matej

On Tue, Dec 15, 2009 at 12:36 PM, Carl-Eric Menzel
 wrote:
> On Tue, 15 Dec 2009 11:44:23 +0100
> Martijn Dashorst  wrote:
>
>> I was going to propose a vote in that direction... as JDK 1.5 has been
>> shelved...
>>
>
> It'll be years until Java 1.6 is as common as 1.5 is now. There are many
> organizations who have only just completed the move to 1.5. I think
> going to a strict requirement for Java 1.6 would be a really bad idea,
> especially since it does not offer as many significant new benefits as
> 1.5 did.
>
> Offering 1.6-specific features in a separate jar would be a simple and
> pretty good solution, I think. Stuff like the typesafe model would thus
> be available for those who need it, without leaving anybody needlessly
> stranded.
>
> Carl-Eric
>


Re: wicket 1.5 build is failing because of 1.6 deps...

2009-12-15 Thread Martijn Dashorst
I think that Java 6 adoption was much faster than 1.5 adoption.
Compatibility is pretty good, but you get an immediate 30% performance
gain.

Martijn

On Tue, Dec 15, 2009 at 12:36 PM, Carl-Eric Menzel
 wrote:
> On Tue, 15 Dec 2009 11:44:23 +0100
> Martijn Dashorst  wrote:
>
>> I was going to propose a vote in that direction... as JDK 1.5 has been
>> shelved...
>>
>
> It'll be years until Java 1.6 is as common as 1.5 is now. There are many
> organizations who have only just completed the move to 1.5. I think
> going to a strict requirement for Java 1.6 would be a really bad idea,
> especially since it does not offer as many significant new benefits as
> 1.5 did.
>
> Offering 1.6-specific features in a separate jar would be a simple and
> pretty good solution, I think. Stuff like the typesafe model would thus
> be available for those who need it, without leaving anybody needlessly
> stranded.
>
> Carl-Eric
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.4 increases type safety for web applications
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4


Re: wicket 1.5 build is failing because of 1.6 deps...

2009-12-15 Thread Johan Compagner
i cant believe that..java 6 is already out for years.. they are already at
update 17..
java 5 was sep 2004!
java 6 dec 2006

thats already 3 years ago..

I cant beleive that there are many still on java 5 they really should
upgrade because java 6 didnt maybe bring much api wise
but performance wise it was quite a good jump.

Besides that when wicket 1.5 will be released we will be i guess at least
half next year
then java 7 is almost there. (i think... java 7 is just a bit question mark)



On Tue, Dec 15, 2009 at 12:36, Carl-Eric Menzel <
cm.wic...@users.bitforce.com> wrote:

> On Tue, 15 Dec 2009 11:44:23 +0100
> Martijn Dashorst  wrote:
>
> > I was going to propose a vote in that direction... as JDK 1.5 has been
> > shelved...
> >
>
> It'll be years until Java 1.6 is as common as 1.5 is now. There are many
> organizations who have only just completed the move to 1.5. I think
> going to a strict requirement for Java 1.6 would be a really bad idea,
> especially since it does not offer as many significant new benefits as
> 1.5 did.
>
> Offering 1.6-specific features in a separate jar would be a simple and
> pretty good solution, I think. Stuff like the typesafe model would thus
> be available for those who need it, without leaving anybody needlessly
> stranded.
>
> Carl-Eric
>


Re: wicket 1.5 build is failing because of 1.6 deps...

2009-12-15 Thread Carl-Eric Menzel
On Tue, 15 Dec 2009 11:44:23 +0100
Martijn Dashorst  wrote:

> I was going to propose a vote in that direction... as JDK 1.5 has been
> shelved...
> 

It'll be years until Java 1.6 is as common as 1.5 is now. There are many
organizations who have only just completed the move to 1.5. I think
going to a strict requirement for Java 1.6 would be a really bad idea,
especially since it does not offer as many significant new benefits as
1.5 did.

Offering 1.6-specific features in a separate jar would be a simple and
pretty good solution, I think. Stuff like the typesafe model would thus
be available for those who need it, without leaving anybody needlessly
stranded.

Carl-Eric


Re: wicket 1.5 build is failing because of 1.6 deps...

2009-12-15 Thread Martijn Dashorst
At our company we've been deploying to 1.6 for over 2 years now. I
know... since I'm on a (32bit) Mac and all my co-workers were able to
compile against 1.6 leaving me behind... Now that even developers on
Macs have Java 6, I seriously think that 1.5 is a dead platform.

Martijn

On Tue, Dec 15, 2009 at 12:38 PM, Matej Knopp  wrote:
> I really don't think our core should depend on 1.6. Those few methods
> can easyly be put to util classes. Typesafe models can be moved to
> separate sub project. I know it makes the build more complicated
> again, but 1.6 isn't that common, especially not in production.
>
> -Matej
>
> On Tue, Dec 15, 2009 at 12:36 PM, Carl-Eric Menzel
>  wrote:
>> On Tue, 15 Dec 2009 11:44:23 +0100
>> Martijn Dashorst  wrote:
>>
>>> I was going to propose a vote in that direction... as JDK 1.5 has been
>>> shelved...
>>>
>>
>> It'll be years until Java 1.6 is as common as 1.5 is now. There are many
>> organizations who have only just completed the move to 1.5. I think
>> going to a strict requirement for Java 1.6 would be a really bad idea,
>> especially since it does not offer as many significant new benefits as
>> 1.5 did.
>>
>> Offering 1.6-specific features in a separate jar would be a simple and
>> pretty good solution, I think. Stuff like the typesafe model would thus
>> be available for those who need it, without leaving anybody needlessly
>> stranded.
>>
>> Carl-Eric
>>
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.4 increases type safety for web applications
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4


Re: wicket 1.5 build is failing because of 1.6 deps...

2009-12-15 Thread Matej Knopp
They do, on snow leopard :)

Anyway, I don't feel too strongly about it, certainly won't block 1.6
if others think it's a good idea.

-Matej

On Tue, Dec 15, 2009 at 12:43 PM, Martijn Dashorst
 wrote:
> At our company we've been deploying to 1.6 for over 2 years now. I
> know... since I'm on a (32bit) Mac and all my co-workers were able to
> compile against 1.6 leaving me behind... Now that even developers on
> Macs have Java 6, I seriously think that 1.5 is a dead platform.
>
> Martijn
>
> On Tue, Dec 15, 2009 at 12:38 PM, Matej Knopp  wrote:
>> I really don't think our core should depend on 1.6. Those few methods
>> can easyly be put to util classes. Typesafe models can be moved to
>> separate sub project. I know it makes the build more complicated
>> again, but 1.6 isn't that common, especially not in production.
>>
>> -Matej
>>
>> On Tue, Dec 15, 2009 at 12:36 PM, Carl-Eric Menzel
>>  wrote:
>>> On Tue, 15 Dec 2009 11:44:23 +0100
>>> Martijn Dashorst  wrote:
>>>
 I was going to propose a vote in that direction... as JDK 1.5 has been
 shelved...

>>>
>>> It'll be years until Java 1.6 is as common as 1.5 is now. There are many
>>> organizations who have only just completed the move to 1.5. I think
>>> going to a strict requirement for Java 1.6 would be a really bad idea,
>>> especially since it does not offer as many significant new benefits as
>>> 1.5 did.
>>>
>>> Offering 1.6-specific features in a separate jar would be a simple and
>>> pretty good solution, I think. Stuff like the typesafe model would thus
>>> be available for those who need it, without leaving anybody needlessly
>>> stranded.
>>>
>>> Carl-Eric
>>>
>>
>
>
>
> --
> Become a Wicket expert, learn from the best: http://wicketinaction.com
> Apache Wicket 1.4 increases type safety for web applications
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4
>


Re: wicket 1.5 build is failing because of 1.6 deps...

2009-12-15 Thread Johan Compagner
mac's should be totally ignored in this area (and all other area's if you
ask me)
apple and java is the biggest pile of crap i ever worked with


On Tue, Dec 15, 2009 at 12:45, Matej Knopp  wrote:

> They do, on snow leopard :)
>
> Anyway, I don't feel too strongly about it, certainly won't block 1.6
> if others think it's a good idea.
>
> -Matej
>
> On Tue, Dec 15, 2009 at 12:43 PM, Martijn Dashorst
>  wrote:
> > At our company we've been deploying to 1.6 for over 2 years now. I
> > know... since I'm on a (32bit) Mac and all my co-workers were able to
> > compile against 1.6 leaving me behind... Now that even developers on
> > Macs have Java 6, I seriously think that 1.5 is a dead platform.
> >
> > Martijn
> >
> > On Tue, Dec 15, 2009 at 12:38 PM, Matej Knopp 
> wrote:
> >> I really don't think our core should depend on 1.6. Those few methods
> >> can easyly be put to util classes. Typesafe models can be moved to
> >> separate sub project. I know it makes the build more complicated
> >> again, but 1.6 isn't that common, especially not in production.
> >>
> >> -Matej
> >>
> >> On Tue, Dec 15, 2009 at 12:36 PM, Carl-Eric Menzel
> >>  wrote:
> >>> On Tue, 15 Dec 2009 11:44:23 +0100
> >>> Martijn Dashorst  wrote:
> >>>
>  I was going to propose a vote in that direction... as JDK 1.5 has been
>  shelved...
> 
> >>>
> >>> It'll be years until Java 1.6 is as common as 1.5 is now. There are
> many
> >>> organizations who have only just completed the move to 1.5. I think
> >>> going to a strict requirement for Java 1.6 would be a really bad idea,
> >>> especially since it does not offer as many significant new benefits as
> >>> 1.5 did.
> >>>
> >>> Offering 1.6-specific features in a separate jar would be a simple and
> >>> pretty good solution, I think. Stuff like the typesafe model would thus
> >>> be available for those who need it, without leaving anybody needlessly
> >>> stranded.
> >>>
> >>> Carl-Eric
> >>>
> >>
> >
> >
> >
> > --
> > Become a Wicket expert, learn from the best: http://wicketinaction.com
> > Apache Wicket 1.4 increases type safety for web applications
> > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4
> >
>


Re: wicket 1.5 build is failing because of 1.6 deps...

2009-12-15 Thread nino martinez wael
Only thing I have aginst upgrading are the poor people who are stuck
using some commercial piece of software which runs on older java's...
However I guess those affected just will have to the wicket version
which supports that..

2009/12/15 Johan Compagner :
> mac's should be totally ignored in this area (and all other area's if you
> ask me)
> apple and java is the biggest pile of crap i ever worked with
>
>
> On Tue, Dec 15, 2009 at 12:45, Matej Knopp  wrote:
>
>> They do, on snow leopard :)
>>
>> Anyway, I don't feel too strongly about it, certainly won't block 1.6
>> if others think it's a good idea.
>>
>> -Matej
>>
>> On Tue, Dec 15, 2009 at 12:43 PM, Martijn Dashorst
>>  wrote:
>> > At our company we've been deploying to 1.6 for over 2 years now. I
>> > know... since I'm on a (32bit) Mac and all my co-workers were able to
>> > compile against 1.6 leaving me behind... Now that even developers on
>> > Macs have Java 6, I seriously think that 1.5 is a dead platform.
>> >
>> > Martijn
>> >
>> > On Tue, Dec 15, 2009 at 12:38 PM, Matej Knopp 
>> wrote:
>> >> I really don't think our core should depend on 1.6. Those few methods
>> >> can easyly be put to util classes. Typesafe models can be moved to
>> >> separate sub project. I know it makes the build more complicated
>> >> again, but 1.6 isn't that common, especially not in production.
>> >>
>> >> -Matej
>> >>
>> >> On Tue, Dec 15, 2009 at 12:36 PM, Carl-Eric Menzel
>> >>  wrote:
>> >>> On Tue, 15 Dec 2009 11:44:23 +0100
>> >>> Martijn Dashorst  wrote:
>> >>>
>>  I was going to propose a vote in that direction... as JDK 1.5 has been
>>  shelved...
>> 
>> >>>
>> >>> It'll be years until Java 1.6 is as common as 1.5 is now. There are
>> many
>> >>> organizations who have only just completed the move to 1.5. I think
>> >>> going to a strict requirement for Java 1.6 would be a really bad idea,
>> >>> especially since it does not offer as many significant new benefits as
>> >>> 1.5 did.
>> >>>
>> >>> Offering 1.6-specific features in a separate jar would be a simple and
>> >>> pretty good solution, I think. Stuff like the typesafe model would thus
>> >>> be available for those who need it, without leaving anybody needlessly
>> >>> stranded.
>> >>>
>> >>> Carl-Eric
>> >>>
>> >>
>> >
>> >
>> >
>> > --
>> > Become a Wicket expert, learn from the best: http://wicketinaction.com
>> > Apache Wicket 1.4 increases type safety for web applications
>> > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4
>> >
>>
>


Re: wicket 1.5 build is failing because of 1.6 deps...

2009-12-15 Thread Matej Knopp
Nah. It's ok as long as you stay away from swing.

-Matej

On Tue, Dec 15, 2009 at 12:47 PM, Johan Compagner  wrote:
> mac's should be totally ignored in this area (and all other area's if you
> ask me)
> apple and java is the biggest pile of crap i ever worked with
>
>
> On Tue, Dec 15, 2009 at 12:45, Matej Knopp  wrote:
>
>> They do, on snow leopard :)
>>
>> Anyway, I don't feel too strongly about it, certainly won't block 1.6
>> if others think it's a good idea.
>>
>> -Matej
>>
>> On Tue, Dec 15, 2009 at 12:43 PM, Martijn Dashorst
>>  wrote:
>> > At our company we've been deploying to 1.6 for over 2 years now. I
>> > know... since I'm on a (32bit) Mac and all my co-workers were able to
>> > compile against 1.6 leaving me behind... Now that even developers on
>> > Macs have Java 6, I seriously think that 1.5 is a dead platform.
>> >
>> > Martijn
>> >
>> > On Tue, Dec 15, 2009 at 12:38 PM, Matej Knopp 
>> wrote:
>> >> I really don't think our core should depend on 1.6. Those few methods
>> >> can easyly be put to util classes. Typesafe models can be moved to
>> >> separate sub project. I know it makes the build more complicated
>> >> again, but 1.6 isn't that common, especially not in production.
>> >>
>> >> -Matej
>> >>
>> >> On Tue, Dec 15, 2009 at 12:36 PM, Carl-Eric Menzel
>> >>  wrote:
>> >>> On Tue, 15 Dec 2009 11:44:23 +0100
>> >>> Martijn Dashorst  wrote:
>> >>>
>>  I was going to propose a vote in that direction... as JDK 1.5 has been
>>  shelved...
>> 
>> >>>
>> >>> It'll be years until Java 1.6 is as common as 1.5 is now. There are
>> many
>> >>> organizations who have only just completed the move to 1.5. I think
>> >>> going to a strict requirement for Java 1.6 would be a really bad idea,
>> >>> especially since it does not offer as many significant new benefits as
>> >>> 1.5 did.
>> >>>
>> >>> Offering 1.6-specific features in a separate jar would be a simple and
>> >>> pretty good solution, I think. Stuff like the typesafe model would thus
>> >>> be available for those who need it, without leaving anybody needlessly
>> >>> stranded.
>> >>>
>> >>> Carl-Eric
>> >>>
>> >>
>> >
>> >
>> >
>> > --
>> > Become a Wicket expert, learn from the best: http://wicketinaction.com
>> > Apache Wicket 1.4 increases type safety for web applications
>> > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4
>> >
>>
>


Re: wicket 1.5 build is failing because of 1.6 deps...

2009-12-15 Thread Carl-Eric Menzel

I only know about our customers, who are mostly medium to large
financial corporations. Very conservative. There's not one among them
who is running on 1.6 yet. As I said, some have only very recently
managed to move up to 1.5. We are finally getting some of them to use
Wicket. If you now add a hard dependency on Java 1.6, that will make
things rather difficult in this space.

Do you really need it for anything in core? I know that running on 1.6
is nice performance-wise, but that is not a good reason to ditch
runtime compatibility. Don't get me wrong, I'd love to use 1.6 as well.
But I really think that it should stay out of the core for quite some
time still.

Carl-Eric

On Tue, 15 Dec 2009 12:39:47 +0100
Martijn Dashorst  wrote:

> I think that Java 6 adoption was much faster than 1.5 adoption.
> Compatibility is pretty good, but you get an immediate 30% performance
> gain.
> 
> Martijn
> 
> On Tue, Dec 15, 2009 at 12:36 PM, Carl-Eric Menzel
>  wrote:
> > On Tue, 15 Dec 2009 11:44:23 +0100
> > Martijn Dashorst  wrote:
> >
> >> I was going to propose a vote in that direction... as JDK 1.5 has
> >> been shelved...
> >>
> >
> > It'll be years until Java 1.6 is as common as 1.5 is now. There are
> > many organizations who have only just completed the move to 1.5. I
> > think going to a strict requirement for Java 1.6 would be a really
> > bad idea, especially since it does not offer as many significant
> > new benefits as 1.5 did.
> >
> > Offering 1.6-specific features in a separate jar would be a simple
> > and pretty good solution, I think. Stuff like the typesafe model
> > would thus be available for those who need it, without leaving
> > anybody needlessly stranded.
> >
> > Carl-Eric
> >
> 
> 
> 


Re: wicket 1.5 build is failing because of 1.6 deps...

2009-12-15 Thread Steve Swinsburg
Huh? As has been said, Snow Leopard (OS X 10.6) has Java 1.6 by default. 
Leopard (OS X 10.5) even has it installed, just not linked by default.

+1 to moving to Java 1.6. Java 1.5 is past EOL.

cheers,
Steve



On 15/12/2009, at 10:47 PM, Johan Compagner wrote:

> mac's should be totally ignored in this area (and all other area's if you
> ask me)
> apple and java is the biggest pile of crap i ever worked with
> 
> 
> On Tue, Dec 15, 2009 at 12:45, Matej Knopp  wrote:
> 
>> They do, on snow leopard :)
>> 
>> Anyway, I don't feel too strongly about it, certainly won't block 1.6
>> if others think it's a good idea.
>> 
>> -Matej
>> 
>> On Tue, Dec 15, 2009 at 12:43 PM, Martijn Dashorst
>>  wrote:
>>> At our company we've been deploying to 1.6 for over 2 years now. I
>>> know... since I'm on a (32bit) Mac and all my co-workers were able to
>>> compile against 1.6 leaving me behind... Now that even developers on
>>> Macs have Java 6, I seriously think that 1.5 is a dead platform.
>>> 
>>> Martijn
>>> 
>>> On Tue, Dec 15, 2009 at 12:38 PM, Matej Knopp 
>> wrote:
 I really don't think our core should depend on 1.6. Those few methods
 can easyly be put to util classes. Typesafe models can be moved to
 separate sub project. I know it makes the build more complicated
 again, but 1.6 isn't that common, especially not in production.
 
 -Matej
 
 On Tue, Dec 15, 2009 at 12:36 PM, Carl-Eric Menzel
  wrote:
> On Tue, 15 Dec 2009 11:44:23 +0100
> Martijn Dashorst  wrote:
> 
>> I was going to propose a vote in that direction... as JDK 1.5 has been
>> shelved...
>> 
> 
> It'll be years until Java 1.6 is as common as 1.5 is now. There are
>> many
> organizations who have only just completed the move to 1.5. I think
> going to a strict requirement for Java 1.6 would be a really bad idea,
> especially since it does not offer as many significant new benefits as
> 1.5 did.
> 
> Offering 1.6-specific features in a separate jar would be a simple and
> pretty good solution, I think. Stuff like the typesafe model would thus
> be available for those who need it, without leaving anybody needlessly
> stranded.
> 
> Carl-Eric
> 
 
>>> 
>>> 
>>> 
>>> --
>>> Become a Wicket expert, learn from the best: http://wicketinaction.com
>>> Apache Wicket 1.4 increases type safety for web applications
>>> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4
>>> 
>> 



smime.p7s
Description: S/MIME cryptographic signature


Re: wicket 1.5 build is failing because of 1.6 deps...

2009-12-15 Thread Johan Compagner
so recently they moved to 5?
at a time that 6 is already almost 3 years there?
how stupid is that?

Why if you move you move to something that is already a dinosaur ?

On Tue, Dec 15, 2009 at 13:03, Carl-Eric Menzel <
cm.wic...@users.bitforce.com> wrote:

>
> I only know about our customers, who are mostly medium to large
> financial corporations. Very conservative. There's not one among them
> who is running on 1.6 yet. As I said, some have only very recently
> managed to move up to 1.5. We are finally getting some of them to use
> Wicket. If you now add a hard dependency on Java 1.6, that will make
> things rather difficult in this space.
>
> Do you really need it for anything in core? I know that running on 1.6
> is nice performance-wise, but that is not a good reason to ditch
> runtime compatibility. Don't get me wrong, I'd love to use 1.6 as well.
> But I really think that it should stay out of the core for quite some
> time still.
>
> Carl-Eric
>
> On Tue, 15 Dec 2009 12:39:47 +0100
> Martijn Dashorst  wrote:
>
> > I think that Java 6 adoption was much faster than 1.5 adoption.
> > Compatibility is pretty good, but you get an immediate 30% performance
> > gain.
> >
> > Martijn
> >
> > On Tue, Dec 15, 2009 at 12:36 PM, Carl-Eric Menzel
> >  wrote:
> > > On Tue, 15 Dec 2009 11:44:23 +0100
> > > Martijn Dashorst  wrote:
> > >
> > >> I was going to propose a vote in that direction... as JDK 1.5 has
> > >> been shelved...
> > >>
> > >
> > > It'll be years until Java 1.6 is as common as 1.5 is now. There are
> > > many organizations who have only just completed the move to 1.5. I
> > > think going to a strict requirement for Java 1.6 would be a really
> > > bad idea, especially since it does not offer as many significant
> > > new benefits as 1.5 did.
> > >
> > > Offering 1.6-specific features in a separate jar would be a simple
> > > and pretty good solution, I think. Stuff like the typesafe model
> > > would thus be available for those who need it, without leaving
> > > anybody needlessly stranded.
> > >
> > > Carl-Eric
> > >
> >
> >
> >
>


Re: wicket 1.5 build is failing because of 1.6 deps...

2009-12-15 Thread James Carman
-1 to moving to 1.6.  My client, a global consumer products company,
is not on 1.6 yet and it took me YEARS to get 1.5.  So, I don't see it
happening anytime soon unfortunately.


On Tue, Dec 15, 2009 at 7:13 AM, Steve Swinsburg
 wrote:
> Huh? As has been said, Snow Leopard (OS X 10.6) has Java 1.6 by default. 
> Leopard (OS X 10.5) even has it installed, just not linked by default.
>
> +1 to moving to Java 1.6. Java 1.5 is past EOL.
>
> cheers,
> Steve
>
>
>
> On 15/12/2009, at 10:47 PM, Johan Compagner wrote:
>
>> mac's should be totally ignored in this area (and all other area's if you
>> ask me)
>> apple and java is the biggest pile of crap i ever worked with
>>
>>
>> On Tue, Dec 15, 2009 at 12:45, Matej Knopp  wrote:
>>
>>> They do, on snow leopard :)
>>>
>>> Anyway, I don't feel too strongly about it, certainly won't block 1.6
>>> if others think it's a good idea.
>>>
>>> -Matej
>>>
>>> On Tue, Dec 15, 2009 at 12:43 PM, Martijn Dashorst
>>>  wrote:
 At our company we've been deploying to 1.6 for over 2 years now. I
 know... since I'm on a (32bit) Mac and all my co-workers were able to
 compile against 1.6 leaving me behind... Now that even developers on
 Macs have Java 6, I seriously think that 1.5 is a dead platform.

 Martijn

 On Tue, Dec 15, 2009 at 12:38 PM, Matej Knopp 
>>> wrote:
> I really don't think our core should depend on 1.6. Those few methods
> can easyly be put to util classes. Typesafe models can be moved to
> separate sub project. I know it makes the build more complicated
> again, but 1.6 isn't that common, especially not in production.
>
> -Matej
>
> On Tue, Dec 15, 2009 at 12:36 PM, Carl-Eric Menzel
>  wrote:
>> On Tue, 15 Dec 2009 11:44:23 +0100
>> Martijn Dashorst  wrote:
>>
>>> I was going to propose a vote in that direction... as JDK 1.5 has been
>>> shelved...
>>>
>>
>> It'll be years until Java 1.6 is as common as 1.5 is now. There are
>>> many
>> organizations who have only just completed the move to 1.5. I think
>> going to a strict requirement for Java 1.6 would be a really bad idea,
>> especially since it does not offer as many significant new benefits as
>> 1.5 did.
>>
>> Offering 1.6-specific features in a separate jar would be a simple and
>> pretty good solution, I think. Stuff like the typesafe model would thus
>> be available for those who need it, without leaving anybody needlessly
>> stranded.
>>
>> Carl-Eric
>>
>



 --
 Become a Wicket expert, learn from the best: http://wicketinaction.com
 Apache Wicket 1.4 increases type safety for web applications
 Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4

>>>
>
>


Re: wicket 1.5 build is failing because of 1.6 deps...

2009-12-15 Thread Korbinian Bachl - privat

+1 to move to 1.6;

IMHO wicket 1.5 should be state of art in all terms and in case you 
stuck to JDK 1.5 you still can use wicekt 1.4;


IMHO it makes no sense to aim at a plattform thats already EOL like 1.5 
is; (and 1.7 will be out by the time wicket 1.5 is release IMHO)


my 2cents,


Korbinian

James Carman schrieb:

-1 to moving to 1.6.  My client, a global consumer products company,
is not on 1.6 yet and it took me YEARS to get 1.5.  So, I don't see it
happening anytime soon unfortunately.


On Tue, Dec 15, 2009 at 7:13 AM, Steve Swinsburg
 wrote:

Huh? As has been said, Snow Leopard (OS X 10.6) has Java 1.6 by default. 
Leopard (OS X 10.5) even has it installed, just not linked by default.

+1 to moving to Java 1.6. Java 1.5 is past EOL.

cheers,
Steve



On 15/12/2009, at 10:47 PM, Johan Compagner wrote:


mac's should be totally ignored in this area (and all other area's if you
ask me)
apple and java is the biggest pile of crap i ever worked with


On Tue, Dec 15, 2009 at 12:45, Matej Knopp  wrote:


They do, on snow leopard :)

Anyway, I don't feel too strongly about it, certainly won't block 1.6
if others think it's a good idea.

-Matej

On Tue, Dec 15, 2009 at 12:43 PM, Martijn Dashorst
 wrote:

At our company we've been deploying to 1.6 for over 2 years now. I
know... since I'm on a (32bit) Mac and all my co-workers were able to
compile against 1.6 leaving me behind... Now that even developers on
Macs have Java 6, I seriously think that 1.5 is a dead platform.

Martijn

On Tue, Dec 15, 2009 at 12:38 PM, Matej Knopp 

wrote:

I really don't think our core should depend on 1.6. Those few methods
can easyly be put to util classes. Typesafe models can be moved to
separate sub project. I know it makes the build more complicated
again, but 1.6 isn't that common, especially not in production.

-Matej

On Tue, Dec 15, 2009 at 12:36 PM, Carl-Eric Menzel
 wrote:

On Tue, 15 Dec 2009 11:44:23 +0100
Martijn Dashorst  wrote:


I was going to propose a vote in that direction... as JDK 1.5 has been
shelved...


It'll be years until Java 1.6 is as common as 1.5 is now. There are

many

organizations who have only just completed the move to 1.5. I think
going to a strict requirement for Java 1.6 would be a really bad idea,
especially since it does not offer as many significant new benefits as
1.5 did.

Offering 1.6-specific features in a separate jar would be a simple and
pretty good solution, I think. Stuff like the typesafe model would thus
be available for those who need it, without leaving anybody needlessly
stranded.

Carl-Eric




--
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.4 increases type safety for web applications
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4





Re: wicket 1.5 build is failing because of 1.6 deps...

2009-12-15 Thread Carl-Eric Menzel
Because, from their (admittedly conservative) point of view, you
don't move essential systems to a platform before you really know it.
Or before your tool vendor finally manages to update their product to
be compatible with 1.5. These are organizations that have to be
extremely careful. Why do you think Sun is still offering paid support
for 1.5? 

It doesn't really matter why they are sticking with 1.5, however. What
really matters is this: There are organizations for whom stability in
the core is more important than having the new features. At the same
time, however, they want to be able to update less essential things
like a GUI framework for as long as possible. If you tell them now they
won't be able to use Wicket after the next minor(!) release and won't
get any support for the old version, they'll go ahead and use Struts.
Okay, that last one is maybe a bit exaggerated, but you get what I mean.

Carl-Eric

-- 
Carl-Eric Menzel
Das neue deutschsprachige Wicketbuch:
 Wicket: Komponentenbasierte Webanwendungen in Java
 http://www.wicketbuch.de/



On Tue, 15 Dec 2009 13:12:45 +0100
Johan Compagner  wrote:

> so recently they moved to 5?
> at a time that 6 is already almost 3 years there?
> how stupid is that?
> 
> Why if you move you move to something that is already a dinosaur ?
> 
> On Tue, Dec 15, 2009 at 13:03, Carl-Eric Menzel <
> cm.wic...@users.bitforce.com> wrote:
> 
> >
> > I only know about our customers, who are mostly medium to large
> > financial corporations. Very conservative. There's not one among
> > them who is running on 1.6 yet. As I said, some have only very
> > recently managed to move up to 1.5. We are finally getting some of
> > them to use Wicket. If you now add a hard dependency on Java 1.6,
> > that will make things rather difficult in this space.
> >
> > Do you really need it for anything in core? I know that running on
> > 1.6 is nice performance-wise, but that is not a good reason to ditch
> > runtime compatibility. Don't get me wrong, I'd love to use 1.6 as
> > well. But I really think that it should stay out of the core for
> > quite some time still.
> >
> > Carl-Eric
> >
> > On Tue, 15 Dec 2009 12:39:47 +0100
> > Martijn Dashorst  wrote:
> >
> > > I think that Java 6 adoption was much faster than 1.5 adoption.
> > > Compatibility is pretty good, but you get an immediate 30%
> > > performance gain.
> > >
> > > Martijn
> > >
> > > On Tue, Dec 15, 2009 at 12:36 PM, Carl-Eric Menzel
> > >  wrote:
> > > > On Tue, 15 Dec 2009 11:44:23 +0100
> > > > Martijn Dashorst  wrote:
> > > >
> > > >> I was going to propose a vote in that direction... as JDK 1.5
> > > >> has been shelved...
> > > >>
> > > >
> > > > It'll be years until Java 1.6 is as common as 1.5 is now. There
> > > > are many organizations who have only just completed the move to
> > > > 1.5. I think going to a strict requirement for Java 1.6 would
> > > > be a really bad idea, especially since it does not offer as
> > > > many significant new benefits as 1.5 did.
> > > >
> > > > Offering 1.6-specific features in a separate jar would be a
> > > > simple and pretty good solution, I think. Stuff like the
> > > > typesafe model would thus be available for those who need it,
> > > > without leaving anybody needlessly stranded.
> > > >
> > > > Carl-Eric
> > > >
> > >
> > >
> > >
> >


Re: wicket 1.5 build is failing because of 1.6 deps...

2009-12-15 Thread Carl-Eric Menzel
-1 to 1.6 dependencies in Wicket core.
+1 to additional 1.6-dependent features in separate jars.

-- 
Carl-Eric Menzel
Das neue deutschsprachige Wicketbuch:
 Wicket: Komponentenbasierte Webanwendungen in Java
 http://www.wicketbuch.de/



On Tue, 15 Dec 2009 07:25:40 -0500
James Carman  wrote:

> -1 to moving to 1.6.  My client, a global consumer products company,
> is not on 1.6 yet and it took me YEARS to get 1.5.  So, I don't see it
> happening anytime soon unfortunately.
> 
> 
> On Tue, Dec 15, 2009 at 7:13 AM, Steve Swinsburg
>  wrote:
> > Huh? As has been said, Snow Leopard (OS X 10.6) has Java 1.6 by
> > default. Leopard (OS X 10.5) even has it installed, just not linked
> > by default.
> >
> > +1 to moving to Java 1.6. Java 1.5 is past EOL.
> >
> > cheers,
> > Steve
> >
> >
> >
> > On 15/12/2009, at 10:47 PM, Johan Compagner wrote:
> >
> >> mac's should be totally ignored in this area (and all other area's
> >> if you ask me)
> >> apple and java is the biggest pile of crap i ever worked with
> >>
> >>
> >> On Tue, Dec 15, 2009 at 12:45, Matej Knopp 
> >> wrote:
> >>
> >>> They do, on snow leopard :)
> >>>
> >>> Anyway, I don't feel too strongly about it, certainly won't block
> >>> 1.6 if others think it's a good idea.
> >>>
> >>> -Matej
> >>>
> >>> On Tue, Dec 15, 2009 at 12:43 PM, Martijn Dashorst
> >>>  wrote:
>  At our company we've been deploying to 1.6 for over 2 years now.
>  I know... since I'm on a (32bit) Mac and all my co-workers were
>  able to compile against 1.6 leaving me behind... Now that even
>  developers on Macs have Java 6, I seriously think that 1.5 is a
>  dead platform.
> 
>  Martijn
> 
>  On Tue, Dec 15, 2009 at 12:38 PM, Matej Knopp
>  
> >>> wrote:
> > I really don't think our core should depend on 1.6. Those few
> > methods can easyly be put to util classes. Typesafe models can
> > be moved to separate sub project. I know it makes the build
> > more complicated again, but 1.6 isn't that common, especially
> > not in production.
> >
> > -Matej
> >
> > On Tue, Dec 15, 2009 at 12:36 PM, Carl-Eric Menzel
> >  wrote:
> >> On Tue, 15 Dec 2009 11:44:23 +0100
> >> Martijn Dashorst  wrote:
> >>
> >>> I was going to propose a vote in that direction... as JDK 1.5
> >>> has been shelved...
> >>>
> >>
> >> It'll be years until Java 1.6 is as common as 1.5 is now.
> >> There are
> >>> many
> >> organizations who have only just completed the move to 1.5. I
> >> think going to a strict requirement for Java 1.6 would be a
> >> really bad idea, especially since it does not offer as many
> >> significant new benefits as 1.5 did.
> >>
> >> Offering 1.6-specific features in a separate jar would be a
> >> simple and pretty good solution, I think. Stuff like the
> >> typesafe model would thus be available for those who need it,
> >> without leaving anybody needlessly stranded.
> >>
> >> Carl-Eric
> >>
> >
> 
> 
> 
>  --
>  Become a Wicket expert, learn from the best:
>  http://wicketinaction.com Apache Wicket 1.4 increases type
>  safety for web applications Get it now:
>  http://www.apache.org/dyn/closer.cgi/wicket/1.4.4
> 
> >>>
> >
> >


Re: wicket 1.5 build is failing because of 1.6 deps...

2009-12-15 Thread Korbinian Bachl - privat

1.5 will be a major one, not minor - so where's the point?

Best,

Korbinian

Carl-Eric Menzel schrieb:

Because, from their (admittedly conservative) point of view, you
don't move essential systems to a platform before you really know it.
Or before your tool vendor finally manages to update their product to
be compatible with 1.5. These are organizations that have to be
extremely careful. Why do you think Sun is still offering paid support
for 1.5? 


It doesn't really matter why they are sticking with 1.5, however. What
really matters is this: There are organizations for whom stability in
the core is more important than having the new features. At the same
time, however, they want to be able to update less essential things
like a GUI framework for as long as possible. If you tell them now they
won't be able to use Wicket after the next minor(!) release and won't
get any support for the old version, they'll go ahead and use Struts.
Okay, that last one is maybe a bit exaggerated, but you get what I mean.

Carl-Eric



RE: wicket 1.5 build is failing because of 1.6 deps...

2009-12-15 Thread Stefan Lindner
+1 for moving toJava 6. Java 5 already has reached it's "End of Service Life" 
http://java.sun.com/javase/downloads/index_jdk5.jsp and java 7 is coming in 
early 2010. I remember some people on the list discussed some java7 enhancement 
that might help making wicket development easier.
Asuming that the wicket 1.5 development will last as long as the 1.4 
development we can expect wicket 1.5 in late 2010/early 2011.
Wicket 1.5 seems to come along with
- API breaks
- new/enhanced ajax
And Wicket 1.5 will last long into 2011 (Wicket 1.5.1, 1.5.2 etc).
So why not go to Java6? I think it will be not an easy task to obtain an 
maintain Java 5 in 2011/2012!

Stefan

-Ursprüngliche Nachricht-
Von: James Carman [mailto:jcar...@carmanconsulting.com] 
Gesendet: Dienstag, 15. Dezember 2009 13:26
An: dev@wicket.apache.org
Betreff: Re: wicket 1.5 build is failing because of 1.6 deps...

-1 to moving to 1.6.  My client, a global consumer products company,
is not on 1.6 yet and it took me YEARS to get 1.5.  So, I don't see it
happening anytime soon unfortunately.


On Tue, Dec 15, 2009 at 7:13 AM, Steve Swinsburg
 wrote:
> Huh? As has been said, Snow Leopard (OS X 10.6) has Java 1.6 by default. 
> Leopard (OS X 10.5) even has it installed, just not linked by default.
>
> +1 to moving to Java 1.6. Java 1.5 is past EOL.
>
> cheers,
> Steve
>
>
>
> On 15/12/2009, at 10:47 PM, Johan Compagner wrote:
>
>> mac's should be totally ignored in this area (and all other area's if you
>> ask me)
>> apple and java is the biggest pile of crap i ever worked with
>>
>>
>> On Tue, Dec 15, 2009 at 12:45, Matej Knopp  wrote:
>>
>>> They do, on snow leopard :)
>>>
>>> Anyway, I don't feel too strongly about it, certainly won't block 1.6
>>> if others think it's a good idea.
>>>
>>> -Matej
>>>
>>> On Tue, Dec 15, 2009 at 12:43 PM, Martijn Dashorst
>>>  wrote:
 At our company we've been deploying to 1.6 for over 2 years now. I
 know... since I'm on a (32bit) Mac and all my co-workers were able to
 compile against 1.6 leaving me behind... Now that even developers on
 Macs have Java 6, I seriously think that 1.5 is a dead platform.

 Martijn

 On Tue, Dec 15, 2009 at 12:38 PM, Matej Knopp 
>>> wrote:
> I really don't think our core should depend on 1.6. Those few methods
> can easyly be put to util classes. Typesafe models can be moved to
> separate sub project. I know it makes the build more complicated
> again, but 1.6 isn't that common, especially not in production.
>
> -Matej
>
> On Tue, Dec 15, 2009 at 12:36 PM, Carl-Eric Menzel
>  wrote:
>> On Tue, 15 Dec 2009 11:44:23 +0100
>> Martijn Dashorst  wrote:
>>
>>> I was going to propose a vote in that direction... as JDK 1.5 has been
>>> shelved...
>>>
>>
>> It'll be years until Java 1.6 is as common as 1.5 is now. There are
>>> many
>> organizations who have only just completed the move to 1.5. I think
>> going to a strict requirement for Java 1.6 would be a really bad idea,
>> especially since it does not offer as many significant new benefits as
>> 1.5 did.
>>
>> Offering 1.6-specific features in a separate jar would be a simple and
>> pretty good solution, I think. Stuff like the typesafe model would thus
>> be available for those who need it, without leaving anybody needlessly
>> stranded.
>>
>> Carl-Eric
>>
>



 --
 Become a Wicket expert, learn from the best: http://wicketinaction.com
 Apache Wicket 1.4 increases type safety for web applications
 Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4

>>>
>
>


Re: wicket 1.5 build is failing because of 1.6 deps...

2009-12-15 Thread Michael Mosmann
Am Dienstag, den 15.12.2009, 13:39 +0100 schrieb Carl-Eric Menzel:
> Carl-Eric Menzel
> Das neue deutschsprachige Wicketbuch:
>  Wicket: Komponentenbasierte Webanwendungen in Java
>  http://www.wicketbuch.de/

Hi,

.. bei Amazon ist es immer noch nicht lieferbar. Bei dpunkt gibt es
keine Entsprechende Info.. da ich lieber bei Amazon bestellen würde hier
meine Frage: Ist es über dpunkt lieferbar? Wann ist es über Amazon
lieferbar?

Danke:)

Michael Mosmann




RE: wicket 1.5 build is failing because of 1.6 deps...

2009-12-15 Thread Michael Mosmann
+1 for moving to Java6: if you have to use Java5, you can use wicket
1.4.x. .. (maybe someone will give paid support for wicket 1.4.x :) )

Michael




Re: wicket 1.5 build is failing because of 1.6 deps...

2009-12-15 Thread Carl-Eric Menzel
As far as I remember (and please correct me if I'm wrong), support
and updates for Wicket 1.3 were ended rather quickly after the release
of 1.4. That's okay, since the team has limited resources. But it
becomes a pretty serious problem if that means you'll cut off everybody
who can't yet move up to Java 1.6.

Java 1.5 adoption was pretty much everywhere when Wicket moved up to
it. The same is not true for Java 1.6 at this time.

Carl-Eric

-- 
Carl-Eric Menzel
Das neue deutschsprachige Wicketbuch:
 Wicket: Komponentenbasierte Webanwendungen in Java
 http://www.wicketbuch.de/

On Tue, 15 Dec 2009 13:40:50 +0100
Korbinian Bachl - privat  wrote:

> 1.5 will be a major one, not minor - so where's the point?
> 
> Best,
> 
> Korbinian
> 
> Carl-Eric Menzel schrieb:
> > Because, from their (admittedly conservative) point of view, you
> > don't move essential systems to a platform before you really know
> > it. Or before your tool vendor finally manages to update their
> > product to be compatible with 1.5. These are organizations that
> > have to be extremely careful. Why do you think Sun is still
> > offering paid support for 1.5? 
> > 
> > It doesn't really matter why they are sticking with 1.5, however.
> > What really matters is this: There are organizations for whom
> > stability in the core is more important than having the new
> > features. At the same time, however, they want to be able to update
> > less essential things like a GUI framework for as long as possible.
> > If you tell them now they won't be able to use Wicket after the
> > next minor(!) release and won't get any support for the old
> > version, they'll go ahead and use Struts. Okay, that last one is
> > maybe a bit exaggerated, but you get what I mean.
> > 
> > Carl-Eric
> > 


Re: wicket 1.5 build is failing because of 1.6 deps...

2009-12-15 Thread Johan Compagner
but they are throwing money away
now they have to do that same long process twice!
why start at all with moving to 1.5 if there is already an 1.6 ?

It shouldnt be to much a of a difference for them time and money wise if you
are now on 1.4
and you want to move up.. Then you can just say ok we take a release of
1.6.. instead of one of 1.5
picking IF you move anyway an 1.5 release when a 1.6 release is already long
time on the market is just blowing away money

we are not talking about a next minor release (that would be 1.4.x) but a
major release (thats 1.5)
wicket numbering is just that.. We could also call 1.5, 3.0 if you want
(skip 2.0 because that could be confusing for the old timers)

johan


On Tue, Dec 15, 2009 at 13:37, Carl-Eric Menzel wrote:

> Because, from their (admittedly conservative) point of view, you
> don't move essential systems to a platform before you really know it.
> Or before your tool vendor finally manages to update their product to
> be compatible with 1.5. These are organizations that have to be
> extremely careful. Why do you think Sun is still offering paid support
> for 1.5?
>
> It doesn't really matter why they are sticking with 1.5, however. What
> really matters is this: There are organizations for whom stability in
> the core is more important than having the new features. At the same
> time, however, they want to be able to update less essential things
> like a GUI framework for as long as possible. If you tell them now they
> won't be able to use Wicket after the next minor(!) release and won't
> get any support for the old version, they'll go ahead and use Struts.
> Okay, that last one is maybe a bit exaggerated, but you get what I mean.
>
> Carl-Eric
>
> --
> Carl-Eric Menzel
> Das neue deutschsprachige Wicketbuch:
>  Wicket: Komponentenbasierte Webanwendungen in Java
>  http://www.wicketbuch.de/
>
>
>
> On Tue, 15 Dec 2009 13:12:45 +0100
> Johan Compagner  wrote:
>
> > so recently they moved to 5?
> > at a time that 6 is already almost 3 years there?
> > how stupid is that?
> >
> > Why if you move you move to something that is already a dinosaur ?
> >
> > On Tue, Dec 15, 2009 at 13:03, Carl-Eric Menzel <
> > cm.wic...@users.bitforce.com> wrote:
> >
> > >
> > > I only know about our customers, who are mostly medium to large
> > > financial corporations. Very conservative. There's not one among
> > > them who is running on 1.6 yet. As I said, some have only very
> > > recently managed to move up to 1.5. We are finally getting some of
> > > them to use Wicket. If you now add a hard dependency on Java 1.6,
> > > that will make things rather difficult in this space.
> > >
> > > Do you really need it for anything in core? I know that running on
> > > 1.6 is nice performance-wise, but that is not a good reason to ditch
> > > runtime compatibility. Don't get me wrong, I'd love to use 1.6 as
> > > well. But I really think that it should stay out of the core for
> > > quite some time still.
> > >
> > > Carl-Eric
> > >
> > > On Tue, 15 Dec 2009 12:39:47 +0100
> > > Martijn Dashorst  wrote:
> > >
> > > > I think that Java 6 adoption was much faster than 1.5 adoption.
> > > > Compatibility is pretty good, but you get an immediate 30%
> > > > performance gain.
> > > >
> > > > Martijn
> > > >
> > > > On Tue, Dec 15, 2009 at 12:36 PM, Carl-Eric Menzel
> > > >  wrote:
> > > > > On Tue, 15 Dec 2009 11:44:23 +0100
> > > > > Martijn Dashorst  wrote:
> > > > >
> > > > >> I was going to propose a vote in that direction... as JDK 1.5
> > > > >> has been shelved...
> > > > >>
> > > > >
> > > > > It'll be years until Java 1.6 is as common as 1.5 is now. There
> > > > > are many organizations who have only just completed the move to
> > > > > 1.5. I think going to a strict requirement for Java 1.6 would
> > > > > be a really bad idea, especially since it does not offer as
> > > > > many significant new benefits as 1.5 did.
> > > > >
> > > > > Offering 1.6-specific features in a separate jar would be a
> > > > > simple and pretty good solution, I think. Stuff like the
> > > > > typesafe model would thus be available for those who need it,
> > > > > without leaving anybody needlessly stranded.
> > > > >
> > > > > Carl-Eric
> > > > >
> > > >
> > > >
> > > >
> > >
>


Re: wicket 1.5 build is failing because of 1.6 deps...

2009-12-15 Thread Carl-Eric Menzel
My point is not the version numbering of Wicket, nor the upgrading
policy of our customers. You can spend endless hours debating whether
it makes sense or not to stick with 1.5.

The point is that they *will stick to 1.5* no matter what we discuss
here, for at least 2-3 more years.

Will there be support and updates for Wicket 1.4 after 1.5 is out? If
not, we're facing a potentially serious problem with these customers.

And additionally, I think there was an extremely good case for Wicket
going to Java 1.5: Generic Models. What is the case to require Java 1.6
for Wicket core? Is it really problematic to keep that to a separate
feature jar?

Carl-Eric

-- 
Carl-Eric Menzel
Das neue deutschsprachige Wicketbuch:
 Wicket: Komponentenbasierte Webanwendungen in Java
 http://www.wicketbuch.de/

On Tue, 15 Dec 2009 14:05:05 +0100
Johan Compagner  wrote:

> but they are throwing money away
> now they have to do that same long process twice!
> why start at all with moving to 1.5 if there is already an 1.6 ?
> 
> It shouldnt be to much a of a difference for them time and money wise
> if you are now on 1.4
> and you want to move up.. Then you can just say ok we take a release
> of 1.6.. instead of one of 1.5
> picking IF you move anyway an 1.5 release when a 1.6 release is
> already long time on the market is just blowing away money
> 
> we are not talking about a next minor release (that would be 1.4.x)
> but a major release (thats 1.5)
> wicket numbering is just that.. We could also call 1.5, 3.0 if you
> want (skip 2.0 because that could be confusing for the old timers)
> 
> johan
> 
> 
> On Tue, Dec 15, 2009 at 13:37, Carl-Eric Menzel
> wrote:
> 
> > Because, from their (admittedly conservative) point of view, you
> > don't move essential systems to a platform before you really know
> > it. Or before your tool vendor finally manages to update their
> > product to be compatible with 1.5. These are organizations that
> > have to be extremely careful. Why do you think Sun is still
> > offering paid support for 1.5?
> >
> > It doesn't really matter why they are sticking with 1.5, however.
> > What really matters is this: There are organizations for whom
> > stability in the core is more important than having the new
> > features. At the same time, however, they want to be able to update
> > less essential things like a GUI framework for as long as possible.
> > If you tell them now they won't be able to use Wicket after the
> > next minor(!) release and won't get any support for the old
> > version, they'll go ahead and use Struts. Okay, that last one is
> > maybe a bit exaggerated, but you get what I mean.
> >
> > Carl-Eric
> >
> > --
> > Carl-Eric Menzel
> > Das neue deutschsprachige Wicketbuch:
> >  Wicket: Komponentenbasierte Webanwendungen in Java
> >  http://www.wicketbuch.de/
> >
> >
> >
> > On Tue, 15 Dec 2009 13:12:45 +0100
> > Johan Compagner  wrote:
> >
> > > so recently they moved to 5?
> > > at a time that 6 is already almost 3 years there?
> > > how stupid is that?
> > >
> > > Why if you move you move to something that is already a dinosaur ?
> > >
> > > On Tue, Dec 15, 2009 at 13:03, Carl-Eric Menzel <
> > > cm.wic...@users.bitforce.com> wrote:
> > >
> > > >
> > > > I only know about our customers, who are mostly medium to large
> > > > financial corporations. Very conservative. There's not one among
> > > > them who is running on 1.6 yet. As I said, some have only very
> > > > recently managed to move up to 1.5. We are finally getting some
> > > > of them to use Wicket. If you now add a hard dependency on Java
> > > > 1.6, that will make things rather difficult in this space.
> > > >
> > > > Do you really need it for anything in core? I know that running
> > > > on 1.6 is nice performance-wise, but that is not a good reason
> > > > to ditch runtime compatibility. Don't get me wrong, I'd love to
> > > > use 1.6 as well. But I really think that it should stay out of
> > > > the core for quite some time still.
> > > >
> > > > Carl-Eric
> > > >
> > > > On Tue, 15 Dec 2009 12:39:47 +0100
> > > > Martijn Dashorst  wrote:
> > > >
> > > > > I think that Java 6 adoption was much faster than 1.5
> > > > > adoption. Compatibility is pretty good, but you get an
> > > > > immediate 30% performance gain.
> > > > >
> > > > > Martijn
> > > > >
> > > > > On Tue, Dec 15, 2009 at 12:36 PM, Carl-Eric Menzel
> > > > >  wrote:
> > > > > > On Tue, 15 Dec 2009 11:44:23 +0100
> > > > > > Martijn Dashorst  wrote:
> > > > > >
> > > > > >> I was going to propose a vote in that direction... as JDK
> > > > > >> 1.5 has been shelved...
> > > > > >>
> > > > > >
> > > > > > It'll be years until Java 1.6 is as common as 1.5 is now.
> > > > > > There are many organizations who have only just completed
> > > > > > the move to 1.5. I think going to a strict requirement for
> > > > > > Java 1.6 would be a really bad idea, especially since it
> > > > > > does not offer as many significant new benefits as 1.5 did.
> > > > > >
> > > > > > Of

New german Wicket book (was: Re: wicket 1.5 build is failing because of 1.6 deps...)

2009-12-15 Thread Carl-Eric Menzel
Since the question about availability came up now :-)

We (Roland Förther, Carl-Eric Menzel, Olaf Siefart) just released our
new german-language Wicket book, called "Wicket: Komponentenbasierte
Webanwendungen in Java", published by dpunkt Verlag.

I was told a few minutes ago that it was shipped to retailers and
distributors like Amazon.de yesterday. It should probably be available
in the stores by the end of this week or at the latest early next week.

Carl-Eric

-- 
Carl-Eric Menzel
Das neue deutschsprachige Wicketbuch:
 Wicket: Komponentenbasierte Webanwendungen in Java
 http://www.wicketbuch.de/

On Tue, 15 Dec 2009 13:52:32 +0100
Michael Mosmann  wrote:

> Am Dienstag, den 15.12.2009, 13:39 +0100 schrieb Carl-Eric Menzel:
> > Carl-Eric Menzel
> > Das neue deutschsprachige Wicketbuch:
> >  Wicket: Komponentenbasierte Webanwendungen in Java
> >  http://www.wicketbuch.de/
> 
> Hi,
> 
> .. bei Amazon ist es immer noch nicht lieferbar. Bei dpunkt gibt es
> keine Entsprechende Info.. da ich lieber bei Amazon bestellen würde
> hier meine Frage: Ist es über dpunkt lieferbar? Wann ist es über
> Amazon lieferbar?
> 
> Danke:)
> 
> Michael Mosmann
> 
> 


Re: wicket 1.5 build is failing because of 1.6 deps...

2009-12-15 Thread Martijn Dashorst
On Tue, Dec 15, 2009 at 2:27 PM, Carl-Eric Menzel  wrote:
> And additionally, I think there was an extremely good case for Wicket
> going to Java 1.5: Generic Models. What is the case to require Java 1.6
> for Wicket core? Is it really problematic to keep that to a separate
> feature jar?

I don't have a Java 5 JDK anymore on my system. It was removed by
Apple. Java 5 has been marked EOL: which essentially means dead.
deceased. terminated. passed on. ceased to be. expired and gone to
meet 'is maker. a stiff. bereft of life. rests in peace. IT'S AN
EX-JDK!

We don't get paid by any corporation to provide support to wicket. If
your customers want to pay my salary for the next 5 years or so, I'm
happy to work on Wicket full time and maintain obsolete Java code for
them. But they won't. They just get stuff for free...

Martijn


Re: wicket 1.5 build is failing because of 1.6 deps...

2009-12-15 Thread nino martinez wael
I have no clue on how many are on java 6 or java 5 or even java 4. It
would be very nice to see some metrics, so it will be clear on how
many potential wicketeers are being cut off if wicket goes java 1.6.

On the other hand it could be a "benefit" if wicket upgraded to 1.6,
some are probably just waiting for a good reason to upgrade.

And those who are not wouldn't probably upgrade from wicket 1.4 to 1.5 either.

regards Nino

2009/12/15 Martijn Dashorst :
> On Tue, Dec 15, 2009 at 2:27 PM, Carl-Eric Menzel  
> wrote:
>> And additionally, I think there was an extremely good case for Wicket
>> going to Java 1.5: Generic Models. What is the case to require Java 1.6
>> for Wicket core? Is it really problematic to keep that to a separate
>> feature jar?
>
> I don't have a Java 5 JDK anymore on my system. It was removed by
> Apple. Java 5 has been marked EOL: which essentially means dead.
> deceased. terminated. passed on. ceased to be. expired and gone to
> meet 'is maker. a stiff. bereft of life. rests in peace. IT'S AN
> EX-JDK!
>
> We don't get paid by any corporation to provide support to wicket. If
> your customers want to pay my salary for the next 5 years or so, I'm
> happy to work on Wicket full time and maintain obsolete Java code for
> them. But they won't. They just get stuff for free...
>
> Martijn
>


Re: wicket 1.5 build is failing because of 1.6 deps...

2009-12-15 Thread Carl-Eric Menzel
On Tue, 15 Dec 2009 14:37:41 +0100
Martijn Dashorst  wrote:

> I don't have a Java 5 JDK anymore on my system. It was removed by
> Apple. Java 5 has been marked EOL: which essentially means dead.
> deceased. terminated. passed on. ceased to be. expired and gone to
> meet 'is maker. a stiff. bereft of life. rests in peace. IT'S AN
> EX-JDK!

I know that, and I completely agree. I would much rather work on 1.6
than anything older, but currently I can't do that. All I'm saying is
that there is a potentially large group of users that won't be able to
follow you/us into 1.6-land any time soon.

> We don't get paid by any corporation to provide support to wicket. If
> your customers want to pay my salary for the next 5 years or so, I'm
> happy to work on Wicket full time and maintain obsolete Java code for
> them. But they won't. They just get stuff for free...

As I said, it's perfectly reasonable for a relatively small team like
the Wicket devs to focus on one version. I'm just pointing out things
that should be known to make a conscious decision.

Carl-Eric

-- 
Carl-Eric Menzel
Das neue deutschsprachige Wicketbuch:
 Wicket: Komponentenbasierte Webanwendungen in Java
 http://www.wicketbuch.de/


Wicket Stuff projects with failing SVN configurations

2009-12-15 Thread Martijn Dashorst
All,

A couple projects have failing SVN configurations and return 404 from
the sf.net repo.

Can the maintainers for these projects please take a look?

It involves:

* Wicket Stuff JavaEE
* Wicket Stuff Rome
* Wicket-Security 1.4.x
* wicketstuff-jmx-panel

Thanks!

Martijn


-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.4 increases type safety for web applications
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4


Re: Wicket Stuff projects with failing SVN configurations

2009-12-15 Thread Major Péter

Hi Martijn,

The Wicket Stuff JavaEE is currently only in tags available, next week 
I'm gonna work on moving it into wicketstuff-core, but until then the 
project could be disabled in TeamCity, if needed.


Regards,
Peter

2009.12.15. 23:48 keltezéssel, Martijn Dashorst írta:

All,

A couple projects have failing SVN configurations and return 404 from
the sf.net repo.

Can the maintainers for these projects please take a look?

It involves:

* Wicket Stuff JavaEE
* Wicket Stuff Rome
* Wicket-Security 1.4.x
* wicketstuff-jmx-panel

Thanks!

Martijn