[
https://issues.apache.org/jira/browse/SCB-534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16474236#comment-16474236
]
ASF GitHub Bot commented on SCB-534:
------------------------------------
wujimin opened a new pull request #701: [SCB-534] remove generate generic class
from swagger related comments…
URL: https://github.com/apache/incubator-servicecomb-java-chassis/pull/701
unnecessary to generate generic class from swagger:
in normal process: already have related model, no need to create dynamically
in edge: create or not, there is no any difference
----------------------------------------------------------------
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]
> generic class generate optimize
> -------------------------------
>
> Key: SCB-534
> URL: https://issues.apache.org/jira/browse/SCB-534
> Project: Apache ServiceComb
> Issue Type: Sub-task
> Components: Java-Chassis
> Reporter: wujimin
> Assignee: wujimin
> Priority: Major
> Fix For: java-chassis-1.0.0-m2
>
>
> {code:java}
> Generic<User>
> {code}
> will not generate to be one class: Generic_User any more,
> but to be two class: Generic and User
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)