[Trinidad 1 2] Promote JsonUtils to API

2010-01-21 Thread Andrew Robinson
The org.apache.myfaces.trinidadinternal.util.JsonUtils is a very
useful class, but it cannot be used in trinidad-api classes like
CoreRenderer or in libraries extending Trinidad. Does anyone have any
objections to moving this to API?

Please use the voting system.

Thank you,
Andrew


Re: [Trinidad 1 2] Promote JsonUtils to API

2010-01-21 Thread Matthias Wessendorf
+1 on that.

brings up the question regarding the GenericConverterFactory

PS: please commit this only to trunk (jsf1.2); I *soon* need some more forward
merging... OK ?

-Matthias

On Thu, Jan 21, 2010 at 5:17 PM, Andrew Robinson
andrew.rw.robin...@gmail.com wrote:
 The org.apache.myfaces.trinidadinternal.util.JsonUtils is a very
 useful class, but it cannot be used in trinidad-api classes like
 CoreRenderer or in libraries extending Trinidad. Does anyone have any
 objections to moving this to API?

 Please use the voting system.

 Thank you,
 Andrew




-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf


Re: [Trinidad 1 2] Promote JsonUtils to API

2010-01-21 Thread Blake Sullivan

Andrew Robinson said the following On 1/21/2010 8:17 AM PT:

The org.apache.myfaces.trinidadinternal.util.JsonUtils is a very
useful class, but it cannot be used in trinidad-api classes like
CoreRenderer or in libraries extending Trinidad. Does anyone have any
objections to moving this to API?

Please use the voting system.

Thank you,
Andrew
  
As we have learned to our regret.  Someone should make a quick pass 
through the apis to make sure that we are happy with them, including the 
spelling, naming and capitalization of the functions.  We almost always 
really need to beef up the JavaDoc at the same time.


-- Blake Sullivan