EAGLE-99 - Use tracer.log(UtlThrowable.prepareStackTrace()) instead of printStackTrace()
This release removes instances of stack trace being printed to standard out and pushed them to appropriate trace logs.
Bug
EAGLE-102 - Unmodifiable resources are generated in src/main/resources instead of in target/generated-resources or something equivalent
Prior to this release, unmodifiable resources were generated in src/main/resources. This release changes this to generate these resources in a subfolder of the target folder. Compatibility Notes:
The src/main/resources folder generated by earlier Eagle version needs to be manually deleted.
EAGLE-104 - Swagger page does not work when service is launched remotely
Fixed issue with swagger Api test page when launched remotely