RE: CXF javadoc questions for 3.0

2014-04-03 Thread Andrei Shakirin
Hi, For me javadocs will be reasonable for APIs staying stable between major releases. Users can rely to use this in custom code. Such classes are mostly located in cxf-api, my +1 to restrict distribution to cxf-api javadoc (despite of fact that there are also some useful javadocs in cxf-core)

Re: [5/8] git commit: Revert [CXF-5661]add more JMX operations for ManagedEndpoint mbean

2014-04-03 Thread Sergey Beryozkin
Hi Freeman Why do you need JSON schema for it ? I don't think it is realistic to expect XMLSchema document can be mapped 1 to 1 to a corresponding JSON schema. Cheers, Sergey On 03/04/14 02:57, Freeman Fang wrote: Hi Dan, Is there any neat way we can get Json schema from XmlSchema? Thanks