This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit a5b423330b0a83badeeb5fbf9afa2d990539cc01 Author: Jean Couteau <jean.couteau@gmail.com> Date: Fri Mar 2 09:27:09 2018 +0100 fixes launch problem (why the problem occured in the first place ?) --- .../persistence/migration/EchoBaseMigrationCallBackResolver.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/echobase-domain/src/main/java/fr/ifremer/echobase/persistence/migration/EchoBaseMigrationCallBackResolver.java b/echobase-domain/src/main/java/fr/ifremer/echobase/persistence/migration/EchoBaseMigrationCallBackResolver.java index 970697de..ee2c6577 100644 --- a/echobase-domain/src/main/java/fr/ifremer/echobase/persistence/migration/EchoBaseMigrationCallBackResolver.java +++ b/echobase-domain/src/main/java/fr/ifremer/echobase/persistence/migration/EchoBaseMigrationCallBackResolver.java @@ -57,7 +57,8 @@ public class EchoBaseMigrationCallBackResolver<C extends MigrationCallBackForVer this.versionMigrationMapping = new TreeMap<>(new VersionComparator()); - Reflections reflections = Reflections.collect(); + //Reflections reflections = Reflections.collect(); + Reflections reflections = new Reflections("fr.ifremer.echobase"); Set<Class<? extends C>> subTypesOf = reflections.getSubTypesOf(migrationType); Preconditions.checkState(!subTypesOf.isEmpty()); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.