Github652911031 opened a new issue, #3361: URL: https://github.com/apache/servicecomb-java-chassis/issues/3361
框架版本: java-chassis-bom 2.7.6 问题: 在接口中定义的请求参数类里,如果含有两个类名相同,但是类路径不一样的字段,生成的服务契约,和实际代码不一致。 接口定义:  请求类:  innerClassList 中的InnerClass路径为com.xx.zy.provider.model.InnerClass,包含field3和field4两个字段  Context中也有一个List<InnerClass>, 字段名是innerClass,类路径com.xx.zy.provider.model.inner.InnerClass,包含field1和field2两个子弹   从看板上发现,生成的服务契约里面,只有一个InnerClass的定义(应该有两个),导致innerClass和innerClassList均指向了同一个InnerClass,和接口定义不符 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
