You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicecomb.apache.org by GitBox <gi...@apache.org> on 2018/05/04 09:21:33 UTC

[GitHub] wujimin opened a new pull request #689: [SCB-538] Create SwaggerToClassGenerator

wujimin opened a new pull request #689: [SCB-538] Create SwaggerToClassGenerator
URL: https://github.com/apache/incubator-servicecomb-java-chassis/pull/689
 
 
   preparing for create recursive dependency class
   
    javassist can create normal dynamic class to classloader
    but can not create recursive dependency dynamic class to classloader directly
    to support recursive dependency, must save all class to byte[], and then convert to class
   
   by SwaggerToClassGenerator we can do this in future PR

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services