GitHub user gonzalad opened a pull request: https://github.com/apache/syncope/pull/36
Startup performance tweaks : restrict startup scanning to syncope packages Without this PR, standalone tomcat startup takes 135s (by default, syncope scans all packages). With this PR, it takes 32s. Startup scanning is restricted to packages : * org.apache.syncope.client.console * org.apache.syncope.fit.core * org.apache.syncope.core You can merge this pull request into a Git repository by running: $ git pull https://github.com/gonzalad/syncope 2.0.0-M2-startup-perf1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/syncope/pull/36.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #36 ---- commit 9d756e830db78c2c754adbc8010d4c3079e3ddc7 Author: Adrian Gonzalez <adr_gonza...@yahoo.fr> Date: 2016-08-29T09:36:44Z Startup performance tweaks Restrict startup scanning to syncope packages. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---