Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SCB-538] Create SwaggerToClassGenerator #689

Merged
merged 7 commits into from May 9, 2018

Conversation

wujimin
Copy link
Contributor

@wujimin wujimin commented May 4, 2018

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

@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 87.379% when pulling 590638a on wujimin:create-SwaggerToClassGenerator into 26cbe80 on apache:master.

@wujimin wujimin merged commit 058f471 into apache:master May 9, 2018
@wujimin wujimin deleted the create-SwaggerToClassGenerator branch July 11, 2018 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants