* Doing a deep copy during clone application instead of updating the original application which may have been causing a concurrency bug. * Ensuring that once the clone application flow is triggered, the flow completes eventually even if the client cancels the request before completion. * Cloned application would not be public. * Added parametrized Application constructor * Removed lombok all args constructor * Optimized import * Incorporated review comments : 1. Updated the constructor for creating the application 2. Added a test case to assert that if during cloning of an application the flow gets cancelled, the cloning would still complete and ensure that the application created is sane. |
||
|---|---|---|
| .. | ||
| src | ||
| auth-notes | ||
| pom.xml | ||