Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)

58519: Merged V4.2-BUG-FIX (4.2.1) to HEAD-BUG-FIX (Cloud/4.3)
      58459: MNT-9834 : DB2: ACT: Schema differences is present after upgrade 3.4.13 > 4.1.5 > 4.2.0
         - Output information about ignored patches it INFO level to make SchemaBootstrap more informative.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62002 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2014-02-11 23:45:53 +00:00
parent 606e1866b0
commit 6aac29b931

View File

@@ -471,10 +471,7 @@ public class SchemaBootstrap extends AbstractLifecycleBean
} }
else else
{ {
if (logger.isDebugEnabled()) logger.info("Ignoring script patch (pre-Hibernate): " + scriptPatch.getId());
{
logger.debug("Ignoring script patch (pre-Hibernate): " + scriptPatch.getId());
}
} }
} }
@@ -496,10 +493,7 @@ public class SchemaBootstrap extends AbstractLifecycleBean
} }
else else
{ {
if (logger.isDebugEnabled()) logger.info("Ignoring script patch (post-Hibernate): " + scriptPatch.getId());
{
logger.debug("Ignoring script patch (post-Hibernate): " + scriptPatch.getId());
}
} }
} }
@@ -520,10 +514,7 @@ public class SchemaBootstrap extends AbstractLifecycleBean
} }
else else
{ {
if (logger.isDebugEnabled()) logger.info("Ignoring Activiti script patch: " + scriptPatch.getId());
{
logger.debug("Ignoring Activiti script patch: " + scriptPatch.getId());
}
} }
} }