Skip to content
This repository has been archived by the owner on Apr 10, 2019. It is now read-only.

Recompilation takes a long time to dereferencing #176

Open
lovepocky opened this issue Aug 15, 2016 · 0 comments
Open

Recompilation takes a long time to dereferencing #176

lovepocky opened this issue Aug 15, 2016 · 0 comments
Assignees
Labels

Comments

@lovepocky
Copy link

lovepocky commented Aug 15, 2016

It seems that dereferencing models will happen every time even if yaml files have no change.
for example.
13:40:20.220 [pool-12-thread-4] DEBUG m.a.jackson.JsonReferenceProcessor - dereferencing #/definitions/ErrorModel
13:40:20.222 [pool-12-thread-4] DEBUG m.a.jackson.JsonReferenceProcessor - replacing subNode with {"required":["code","message"],"properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"}},"x-$ref":"#/definitions/ErrorModel"}
...
Is this process necessary?

@slavaschmidt slavaschmidt self-assigned this Aug 18, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants