[GitHub] syncope pull request #36: Startup performance tweaks : restrict startup scan...

2016-09-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/syncope/pull/36 --- 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

[GitHub] syncope pull request #36: Startup performance tweaks : restrict startup scan...

2016-09-05 Thread ilgrosso
Github user ilgrosso commented on a diff in the pull request: https://github.com/apache/syncope/pull/36#discussion_r77492458 --- Diff: client/console/src/main/java/org/apache/syncope/client/console/init/ClassPathScanImplementationLookup.java --- @@ -51,6 +53,8 @@ private

[GitHub] syncope pull request #36: Startup performance tweaks : restrict startup scan...

2016-09-05 Thread ilgrosso
Github user ilgrosso commented on a diff in the pull request: https://github.com/apache/syncope/pull/36#discussion_r77491727 --- Diff: core/logic/src/main/java/org/apache/syncope/core/logic/init/ClassPathScanImplementationLookup.java --- @@ -74,6 +75,8 @@ private

[GitHub] syncope pull request #36: Startup performance tweaks : restrict startup scan...

2016-09-05 Thread ilgrosso
Github user ilgrosso commented on a diff in the pull request: https://github.com/apache/syncope/pull/36#discussion_r77492468 --- Diff: core/logic/src/main/java/org/apache/syncope/core/logic/init/ClassPathScanImplementationLookup.java --- @@ -74,6 +75,8 @@ private

[GitHub] syncope pull request #36: Startup performance tweaks : restrict startup scan...

2016-09-05 Thread ilgrosso
Github user ilgrosso commented on a diff in the pull request: https://github.com/apache/syncope/pull/36#discussion_r77491706 --- Diff: client/console/src/main/java/org/apache/syncope/client/console/init/ClassPathScanImplementationLookup.java --- @@ -51,6 +53,8 @@ private

[GitHub] syncope pull request #36: Startup performance tweaks : restrict startup scan...

2016-09-05 Thread ilgrosso
Github user ilgrosso commented on a diff in the pull request: https://github.com/apache/syncope/pull/36#discussion_r77491786 --- Diff: core/logic/src/main/java/org/apache/syncope/core/logic/init/ClassPathScanImplementationLookup.java --- @@ -226,5 +233,15 @@ public void load() {

[GitHub] syncope pull request #36: Startup performance tweaks : restrict startup scan...

2016-09-05 Thread ilgrosso
Github user ilgrosso commented on a diff in the pull request: https://github.com/apache/syncope/pull/36#discussion_r77491754 --- Diff: core/logic/src/main/java/org/apache/syncope/core/logic/init/ClassPathScanImplementationLookup.java --- @@ -226,5 +233,15 @@ public void load() {

[GitHub] syncope pull request #36: Startup performance tweaks : restrict startup scan...

2016-09-05 Thread ilgrosso
Github user ilgrosso commented on a diff in the pull request: https://github.com/apache/syncope/pull/36#discussion_r77491468 --- Diff: client/console/src/main/java/org/apache/syncope/client/console/init/ClassPathScanImplementationLookup.java --- @@ -161,5 +169,15 @@ public int

[GitHub] syncope pull request #36: Startup performance tweaks : restrict startup scan...

2016-09-05 Thread ilgrosso
Github user ilgrosso commented on a diff in the pull request: https://github.com/apache/syncope/pull/36#discussion_r77491348 --- Diff: client/console/src/main/java/org/apache/syncope/client/console/init/ClassPathScanImplementationLookup.java --- @@ -161,5 +169,15 @@ public int

[GitHub] syncope pull request #36: Startup performance tweaks : restrict startup scan...

2016-08-29 Thread gonzalad
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