Repository: syncope Updated Branches: refs/heads/2_0_X 5b852628a -> e7528831f refs/heads/master 8d2d9edc5 -> daae6a797
[SYNCOPE-1144] Ensures ClassPathScanImplementationLookup is inited as first Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/e7528831 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/e7528831 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/e7528831 Branch: refs/heads/2_0_X Commit: e7528831f6a4df7bff295f02862f2abaddfbebbb Parents: 5b85262 Author: Francesco Chicchiriccò <[email protected]> Authored: Fri Jul 14 14:17:11 2017 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Fri Jul 14 14:17:11 2017 +0200 ---------------------------------------------------------------------- .../core/logic/init/ClassPathScanImplementationLookup.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/e7528831/core/logic/src/main/java/org/apache/syncope/core/logic/init/ClassPathScanImplementationLookup.java ---------------------------------------------------------------------- diff --git a/core/logic/src/main/java/org/apache/syncope/core/logic/init/ClassPathScanImplementationLookup.java b/core/logic/src/main/java/org/apache/syncope/core/logic/init/ClassPathScanImplementationLookup.java index 1b9bc72..8af1d44 100644 --- a/core/logic/src/main/java/org/apache/syncope/core/logic/init/ClassPathScanImplementationLookup.java +++ b/core/logic/src/main/java/org/apache/syncope/core/logic/init/ClassPathScanImplementationLookup.java @@ -79,10 +79,10 @@ public class ClassPathScanImplementationLookup implements ImplementationLookup { private Map<Class<? extends PasswordRuleConf>, Class<? extends PasswordRule>> passwordRuleClasses; private Set<Class<?>> auditAppenderClasses; - + @Override public Integer getPriority() { - return 400; + return Integer.MIN_VALUE; } /**
