lgxnu commented on issue #2007: 泛化调用出现递归问题导致StackOver,升级到2.5.10问题依然存在 URL: https://github.com/apache/incubator-dubbo/issues/2007#issuecomment-401995265 @diecui1202 many thanks, the problem resolved. Indeed, it caused by my pojo, the following code will case recursive calling on converting pojo to map as dubbo will convert every method starts with get to a map field. to correct this, we can change the method name which don't start with get e.g. Class Person{ Person getPerson(){ return this } }
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
