swagger-api / swagger-play

Apache License 2.0
330 stars 181 forks source link

using cloner to make a deep clone of the cache before returning it #94

Open baltendo opened 8 years ago

baltendo commented 8 years ago

instead of disabling the cache it could be cloned before returning, so that just a clone is modified and not the cache itself.

for cloning i introduced the cloning library (https://github.com/kostaskougios/cloning).

fixes #91