Re: Tapestry 5.3.4-rc-7

2012-08-28 Thread Howard Lewis Ship
On Tue, Aug 28, 2012 at 9:23 AM, Blower, Andy
 wrote:
> I've just tried the YUIcompressor 2.4.7 module from the T5.3.5 candidate and 
> I am having issues with it too. It seems to be inserting the string "get" 
> after closing curly braces which causes syntax errors when the browser parses 
> the JS. Is this the issue you were seeing?

I've seen this as well, but have yet to be able to isolate what is
causing it. It's almost certainly a conflict between the Rhino patches
inside yuicompressor.jar and the version of Rhino available in the
JVM.


>
> -Original Message-
> From: Howard Lewis Ship [mailto:hls...@gmail.com]
> Sent: 28 June 2012 19:28
> To: Tapestry users
> Subject: Re: Tapestry 5.3.4-rc-7
>
> I've been having problems with even with YUICompressor 2.4.7 in a production 
> app.
>
> On Thu, Jun 28, 2012 at 10:05 AM, Jochen Frey  wrote:
>
>> +1 for the YUI compressor.  It really looks broken in production
>> environments, and it's an easy fix.
>>
>> On Jun 28, 2012, at 7:51 AM, Christian Riedel wrote:
>>
>> > Ok, one thing could also be quickly done: upgrading the
>> > yuicompressor
>> lib to 2.4.7 like suggested in TAP5-1729.
>> > Minification/Resource combination with tapestry-yuicompressor is
>> > really
>> broken without that and it's quite easy to fix.
>> >
>> > https://issues.apache.org/jira/browse/TAP5-1729
>> >
>> >
>> > Am 28.06.2012 um 16:17 schrieb Luca Menegus:
>> >
>> >> Hi,
>> >> can someone fix TAP5-1926 and have a look at the problem I reported
>> >> on
>> BeanEditor and BeanValidation [1]?
>> >> And yes, Everything's stable with rc-7!
>> >>
>> >>
>> >>
>> >> [1]
>> http://tapestry.1045711.n5.nabble.com/BeanEditor-should-always-provide
>> -a-new-BeanValidationContext-JSR-303-tp5713975.html
>> >>
>> >>
>> >> - Original Message -
>> >>> From: "Howard Lewis Ship" 
>> >>> To: "Tapestry users" 
>> >>> Sent: Monday, 25 June, 2012 7:44:33 PM
>> >>> Subject: Tapestry 5.3.4-rc-7
>> >>>
>> >>> I've just uploaded Tapestry 5.3.4-rc-7.  Key improvements:
>> >>>
>> >>> * More (minor) speed improvements
>> >>> * TAP5-1873: JavaScript execution exception is not logged
>> >>> * Fixes the Hibernate dependency to match 5.3.3
>> >>> * TAP5-1880: Disable GZip compression for HTTP/1.0
>> >>> * TAP5-1938: JpaValueEncoder encodes transient value as null
>> >>> instead of throwing an exception
>> >>> * Upgrade to Gradle 1.0 (including the Maven archetype)
>> >>>
>> >>> I expect to run a vote to release this as 5.3.4 in the near
>> >>> future, so feedback is greatly appreciated!
>> >>>
>> >>> --
>> >>> Howard M. Lewis Ship
>> >>>
>> >>> Creator of Apache Tapestry
>> >>>
>> >>> The source for Tapestry training, mentoring and support. Contact
>> >>> me to learn how I can get you up and productive in Tapestry fast!
>> >>>
>> >>> (971) 678-5210
>> >>> http://howardlewisship.com
>> >>>
>> >>
>> >> ---
>> >> -- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> >> For additional commands, e-mail: users-h...@tapestry.apache.org
>> >>
>> >
>> >
>> > 
>> > - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> > For additional commands, e-mail: users-h...@tapestry.apache.org
>> >
>>
>> ---
>>  joc...@jochenfrey.com
>>  +1.415.366.0450
>>   @jochen_frey
>>
>>
>
>
> --
> Howard M. Lewis Ship
>
> Creator of Apache Tapestry
>
> The source for Tapestry training, mentoring and support. Contact me to learn 
> how I can get you up and productive in Tapestry fast!
>
> (971) 678-5210
> http://howardlewisship.com
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

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



RE: Tapestry 5.3.4-rc-7

2012-08-28 Thread Blower, Andy
I've just tried the YUIcompressor 2.4.7 module from the T5.3.5 candidate and I 
am having issues with it too. It seems to be inserting the string "get" after 
closing curly braces which causes syntax errors when the browser parses the JS. 
Is this the issue you were seeing?

-Original Message-
From: Howard Lewis Ship [mailto:hls...@gmail.com] 
Sent: 28 June 2012 19:28
To: Tapestry users
Subject: Re: Tapestry 5.3.4-rc-7

I've been having problems with even with YUICompressor 2.4.7 in a production 
app.

On Thu, Jun 28, 2012 at 10:05 AM, Jochen Frey  wrote:

> +1 for the YUI compressor.  It really looks broken in production
> environments, and it's an easy fix.
>
> On Jun 28, 2012, at 7:51 AM, Christian Riedel wrote:
>
> > Ok, one thing could also be quickly done: upgrading the 
> > yuicompressor
> lib to 2.4.7 like suggested in TAP5-1729.
> > Minification/Resource combination with tapestry-yuicompressor is 
> > really
> broken without that and it's quite easy to fix.
> >
> > https://issues.apache.org/jira/browse/TAP5-1729
> >
> >
> > Am 28.06.2012 um 16:17 schrieb Luca Menegus:
> >
> >> Hi,
> >> can someone fix TAP5-1926 and have a look at the problem I reported 
> >> on
> BeanEditor and BeanValidation [1]?
> >> And yes, Everything's stable with rc-7!
> >>
> >>
> >>
> >> [1]
> http://tapestry.1045711.n5.nabble.com/BeanEditor-should-always-provide
> -a-new-BeanValidationContext-JSR-303-tp5713975.html
> >>
> >>
> >> - Original Message -
> >>> From: "Howard Lewis Ship" 
> >>> To: "Tapestry users" 
> >>> Sent: Monday, 25 June, 2012 7:44:33 PM
> >>> Subject: Tapestry 5.3.4-rc-7
> >>>
> >>> I've just uploaded Tapestry 5.3.4-rc-7.  Key improvements:
> >>>
> >>> * More (minor) speed improvements
> >>> * TAP5-1873: JavaScript execution exception is not logged
> >>> * Fixes the Hibernate dependency to match 5.3.3
> >>> * TAP5-1880: Disable GZip compression for HTTP/1.0
> >>> * TAP5-1938: JpaValueEncoder encodes transient value as null 
> >>> instead of throwing an exception
> >>> * Upgrade to Gradle 1.0 (including the Maven archetype)
> >>>
> >>> I expect to run a vote to release this as 5.3.4 in the near 
> >>> future, so feedback is greatly appreciated!
> >>>
> >>> --
> >>> Howard M. Lewis Ship
> >>>
> >>> Creator of Apache Tapestry
> >>>
> >>> The source for Tapestry training, mentoring and support. Contact 
> >>> me to learn how I can get you up and productive in Tapestry fast!
> >>>
> >>> (971) 678-5210
> >>> http://howardlewisship.com
> >>>
> >>
> >> ---
> >> -- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> >> For additional commands, e-mail: users-h...@tapestry.apache.org
> >>
> >
> >
> > 
> > - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> > For additional commands, e-mail: users-h...@tapestry.apache.org
> >
>
> ---
>  joc...@jochenfrey.com
>  +1.415.366.0450
>   @jochen_frey
>
>


--
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to learn 
how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com


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



Re: Tapestry 5.3.4-rc-7

2012-06-28 Thread Christian Riedel
@Howard:
Ok, I see still one problem with 2.4.7. The 'use strict'; hint is causing 
warnings/erros in the logs. The app is working fine but maybe you're right :-/

Maybe it's worth putting some into a google closure integration?




Am 28.06.2012 um 20:27 schrieb Howard Lewis Ship:

> I've been having problems with even with YUICompressor 2.4.7 in a
> production app.
> 
> On Thu, Jun 28, 2012 at 10:05 AM, Jochen Frey  wrote:
> 
>> +1 for the YUI compressor.  It really looks broken in production
>> environments, and it's an easy fix.
>> 
>> On Jun 28, 2012, at 7:51 AM, Christian Riedel wrote:
>> 
>>> Ok, one thing could also be quickly done: upgrading the yuicompressor
>> lib to 2.4.7 like suggested in TAP5-1729.
>>> Minification/Resource combination with tapestry-yuicompressor is really
>> broken without that and it's quite easy to fix.
>>> 
>>> https://issues.apache.org/jira/browse/TAP5-1729
>>> 
>>> 
>>> Am 28.06.2012 um 16:17 schrieb Luca Menegus:
>>> 
 Hi,
 can someone fix TAP5-1926 and have a look at the problem I reported on
>> BeanEditor and BeanValidation [1]?
 And yes, Everything's stable with rc-7!
 
 
 
 [1]
>> http://tapestry.1045711.n5.nabble.com/BeanEditor-should-always-provide-a-new-BeanValidationContext-JSR-303-tp5713975.html
 
 
 - Original Message -
> From: "Howard Lewis Ship" 
> To: "Tapestry users" 
> Sent: Monday, 25 June, 2012 7:44:33 PM
> Subject: Tapestry 5.3.4-rc-7
> 
> I've just uploaded Tapestry 5.3.4-rc-7.  Key improvements:
> 
> * More (minor) speed improvements
> * TAP5-1873: JavaScript execution exception is not logged
> * Fixes the Hibernate dependency to match 5.3.3
> * TAP5-1880: Disable GZip compression for HTTP/1.0
> * TAP5-1938: JpaValueEncoder encodes transient value as null instead
> of
> throwing an exception
> * Upgrade to Gradle 1.0 (including the Maven archetype)
> 
> I expect to run a vote to release this as 5.3.4 in the near future,
> so
> feedback is greatly appreciated!
> 
> --
> Howard M. Lewis Ship
> 
> Creator of Apache Tapestry
> 
> The source for Tapestry training, mentoring and support. Contact me
> to
> learn how I can get you up and productive in Tapestry fast!
> 
> (971) 678-5210
> http://howardlewisship.com
> 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org
 
>>> 
>>> 
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>> 
>> 
>> ---
>> joc...@jochenfrey.com
>> +1.415.366.0450
>>  @jochen_frey
>> 
>> 
> 
> 
> -- 
> Howard M. Lewis Ship
> 
> Creator of Apache Tapestry
> 
> The source for Tapestry training, mentoring and support. Contact me to
> learn how I can get you up and productive in Tapestry fast!
> 
> (971) 678-5210
> http://howardlewisship.com


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



Re: Tapestry 5.3.4-rc-7

2012-06-28 Thread Lenny Primak
I've been running in production for a while, with a combined "jarjar"-combined
yuicompressor, rhino and tapestry-yuicompressor with no problems for months now.
I was the only viable solution I could find with the duplication of libraries 
and the "customized" rhino library
problem that yuicompressor introduces.


On Jun 28, 2012, at 2:27 PM, Howard Lewis Ship wrote:

> I've been having problems with even with YUICompressor 2.4.7 in a
> production app.
> 
> On Thu, Jun 28, 2012 at 10:05 AM, Jochen Frey  wrote:
> 
>> +1 for the YUI compressor.  It really looks broken in production
>> environments, and it's an easy fix.
>> 
>> On Ju

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



Re: Tapestry 5.3.4-rc-7

2012-06-28 Thread Howard Lewis Ship
I've been having problems with even with YUICompressor 2.4.7 in a
production app.

On Thu, Jun 28, 2012 at 10:05 AM, Jochen Frey  wrote:

> +1 for the YUI compressor.  It really looks broken in production
> environments, and it's an easy fix.
>
> On Jun 28, 2012, at 7:51 AM, Christian Riedel wrote:
>
> > Ok, one thing could also be quickly done: upgrading the yuicompressor
> lib to 2.4.7 like suggested in TAP5-1729.
> > Minification/Resource combination with tapestry-yuicompressor is really
> broken without that and it's quite easy to fix.
> >
> > https://issues.apache.org/jira/browse/TAP5-1729
> >
> >
> > Am 28.06.2012 um 16:17 schrieb Luca Menegus:
> >
> >> Hi,
> >> can someone fix TAP5-1926 and have a look at the problem I reported on
> BeanEditor and BeanValidation [1]?
> >> And yes, Everything's stable with rc-7!
> >>
> >>
> >>
> >> [1]
> http://tapestry.1045711.n5.nabble.com/BeanEditor-should-always-provide-a-new-BeanValidationContext-JSR-303-tp5713975.html
> >>
> >>
> >> - Original Message -
> >>> From: "Howard Lewis Ship" 
> >>> To: "Tapestry users" 
> >>> Sent: Monday, 25 June, 2012 7:44:33 PM
> >>> Subject: Tapestry 5.3.4-rc-7
> >>>
> >>> I've just uploaded Tapestry 5.3.4-rc-7.  Key improvements:
> >>>
> >>> * More (minor) speed improvements
> >>> * TAP5-1873: JavaScript execution exception is not logged
> >>> * Fixes the Hibernate dependency to match 5.3.3
> >>> * TAP5-1880: Disable GZip compression for HTTP/1.0
> >>> * TAP5-1938: JpaValueEncoder encodes transient value as null instead
> >>> of
> >>> throwing an exception
> >>> * Upgrade to Gradle 1.0 (including the Maven archetype)
> >>>
> >>> I expect to run a vote to release this as 5.3.4 in the near future,
> >>> so
> >>> feedback is greatly appreciated!
> >>>
> >>> --
> >>> Howard M. Lewis Ship
> >>>
> >>> Creator of Apache Tapestry
> >>>
> >>> The source for Tapestry training, mentoring and support. Contact me
> >>> to
> >>> learn how I can get you up and productive in Tapestry fast!
> >>>
> >>> (971) 678-5210
> >>> http://howardlewisship.com
> >>>
> >>
> >> -
> >> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> >> For additional commands, e-mail: users-h...@tapestry.apache.org
> >>
> >
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> > For additional commands, e-mail: users-h...@tapestry.apache.org
> >
>
> ---
>  joc...@jochenfrey.com
>  +1.415.366.0450
>   @jochen_frey
>
>


-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com


Re: Tapestry 5.3.4-rc-7

2012-06-28 Thread Jochen Frey
+1 for the YUI compressor.  It really looks broken in production environments, 
and it's an easy fix.

On Jun 28, 2012, at 7:51 AM, Christian Riedel wrote:

> Ok, one thing could also be quickly done: upgrading the yuicompressor lib to 
> 2.4.7 like suggested in TAP5-1729.
> Minification/Resource combination with tapestry-yuicompressor is really 
> broken without that and it's quite easy to fix.
> 
> https://issues.apache.org/jira/browse/TAP5-1729
> 
> 
> Am 28.06.2012 um 16:17 schrieb Luca Menegus:
> 
>> Hi,
>> can someone fix TAP5-1926 and have a look at the problem I reported on 
>> BeanEditor and BeanValidation [1]? 
>> And yes, Everything's stable with rc-7!
>> 
>> 
>> 
>> [1] 
>> http://tapestry.1045711.n5.nabble.com/BeanEditor-should-always-provide-a-new-BeanValidationContext-JSR-303-tp5713975.html
>> 
>> 
>> - Original Message -
>>> From: "Howard Lewis Ship" 
>>> To: "Tapestry users" 
>>> Sent: Monday, 25 June, 2012 7:44:33 PM
>>> Subject: Tapestry 5.3.4-rc-7
>>> 
>>> I've just uploaded Tapestry 5.3.4-rc-7.  Key improvements:
>>> 
>>> * More (minor) speed improvements
>>> * TAP5-1873: JavaScript execution exception is not logged
>>> * Fixes the Hibernate dependency to match 5.3.3
>>> * TAP5-1880: Disable GZip compression for HTTP/1.0
>>> * TAP5-1938: JpaValueEncoder encodes transient value as null instead
>>> of
>>> throwing an exception
>>> * Upgrade to Gradle 1.0 (including the Maven archetype)
>>> 
>>> I expect to run a vote to release this as 5.3.4 in the near future,
>>> so
>>> feedback is greatly appreciated!
>>> 
>>> --
>>> Howard M. Lewis Ship
>>> 
>>> Creator of Apache Tapestry
>>> 
>>> The source for Tapestry training, mentoring and support. Contact me
>>> to
>>> learn how I can get you up and productive in Tapestry fast!
>>> 
>>> (971) 678-5210
>>> http://howardlewisship.com
>>> 
>> 
>> -
>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>> 
> 
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 

---
  joc...@jochenfrey.com
  +1.415.366.0450
  @jochen_frey



Re: Tapestry 5.3.4-rc-7

2012-06-28 Thread Christian Riedel
Ok, one thing could also be quickly done: upgrading the yuicompressor lib to 
2.4.7 like suggested in TAP5-1729.
Minification/Resource combination with tapestry-yuicompressor is really broken 
without that and it's quite easy to fix.

https://issues.apache.org/jira/browse/TAP5-1729


Am 28.06.2012 um 16:17 schrieb Luca Menegus:

> Hi,
> can someone fix TAP5-1926 and have a look at the problem I reported on 
> BeanEditor and BeanValidation [1]? 
> And yes, Everything's stable with rc-7!
> 
> 
> 
> [1] 
> http://tapestry.1045711.n5.nabble.com/BeanEditor-should-always-provide-a-new-BeanValidationContext-JSR-303-tp5713975.html
> 
> 
> - Original Message -
>> From: "Howard Lewis Ship" 
>> To: "Tapestry users" 
>> Sent: Monday, 25 June, 2012 7:44:33 PM
>> Subject: Tapestry 5.3.4-rc-7
>> 
>> I've just uploaded Tapestry 5.3.4-rc-7.  Key improvements:
>> 
>> * More (minor) speed improvements
>> * TAP5-1873: JavaScript execution exception is not logged
>> * Fixes the Hibernate dependency to match 5.3.3
>> * TAP5-1880: Disable GZip compression for HTTP/1.0
>> * TAP5-1938: JpaValueEncoder encodes transient value as null instead
>> of
>> throwing an exception
>> * Upgrade to Gradle 1.0 (including the Maven archetype)
>> 
>> I expect to run a vote to release this as 5.3.4 in the near future,
>> so
>> feedback is greatly appreciated!
>> 
>> --
>> Howard M. Lewis Ship
>> 
>> Creator of Apache Tapestry
>> 
>> The source for Tapestry training, mentoring and support. Contact me
>> to
>> learn how I can get you up and productive in Tapestry fast!
>> 
>> (971) 678-5210
>> http://howardlewisship.com
>> 
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 


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



Re: Tapestry 5.3.4-rc-7

2012-06-28 Thread Luca Menegus
Hi,
 can someone fix TAP5-1926 and have a look at the problem I reported on 
BeanEditor and BeanValidation [1]? 
And yes, Everything's stable with rc-7!



[1] 
http://tapestry.1045711.n5.nabble.com/BeanEditor-should-always-provide-a-new-BeanValidationContext-JSR-303-tp5713975.html


- Original Message -
> From: "Howard Lewis Ship" 
> To: "Tapestry users" 
> Sent: Monday, 25 June, 2012 7:44:33 PM
> Subject: Tapestry 5.3.4-rc-7
> 
> I've just uploaded Tapestry 5.3.4-rc-7.  Key improvements:
> 
> * More (minor) speed improvements
> * TAP5-1873: JavaScript execution exception is not logged
> * Fixes the Hibernate dependency to match 5.3.3
> * TAP5-1880: Disable GZip compression for HTTP/1.0
> * TAP5-1938: JpaValueEncoder encodes transient value as null instead
> of
> throwing an exception
> * Upgrade to Gradle 1.0 (including the Maven archetype)
> 
> I expect to run a vote to release this as 5.3.4 in the near future,
> so
> feedback is greatly appreciated!
> 
> --
> Howard M. Lewis Ship
> 
> Creator of Apache Tapestry
> 
> The source for Tapestry training, mentoring and support. Contact me
> to
> learn how I can get you up and productive in Tapestry fast!
> 
> (971) 678-5210
> http://howardlewisship.com
> 

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



Re: Tapestry 5.3.4-rc-7

2012-06-28 Thread Christian Riedel
Everything's stable with rc-7!

I'd +1 a vote on this release.


Am 25.06.2012 um 19:44 schrieb Howard Lewis Ship:

> I've just uploaded Tapestry 5.3.4-rc-7.  Key improvements:
> 
> * More (minor) speed improvements
> * TAP5-1873: JavaScript execution exception is not logged
> * Fixes the Hibernate dependency to match 5.3.3
> * TAP5-1880: Disable GZip compression for HTTP/1.0
> * TAP5-1938: JpaValueEncoder encodes transient value as null instead of
> throwing an exception
> * Upgrade to Gradle 1.0 (including the Maven archetype)
> 
> I expect to run a vote to release this as 5.3.4 in the near future, so
> feedback is greatly appreciated!
> 
> -- 
> Howard M. Lewis Ship
> 
> Creator of Apache Tapestry
> 
> The source for Tapestry training, mentoring and support. Contact me to
> learn how I can get you up and productive in Tapestry fast!
> 
> (971) 678-5210
> http://howardlewisship.com


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