branch develop updated (ffa478df -> fbdcf4c0)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git from ffa478df [jgitflow-maven-plugin]Updating develop poms back to pre merge state new fbdcf4c0 Remove deprecated usage of org.hibernate.Query The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit fbdcf4c080f1681f3ca7f3c38114740cd46d8430 Author: Brendan Le Ny <bleny@codelutin.com> Date: Mon Jan 8 14:10:53 2018 +0100 Remove deprecated usage of org.hibernate.Query Summary of changes: .../topia/persistence/internal/support/HibernateTopiaJpaSupport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git commit fbdcf4c080f1681f3ca7f3c38114740cd46d8430 Author: Brendan Le Ny <bleny@codelutin.com> Date: Mon Jan 8 14:10:53 2018 +0100 Remove deprecated usage of org.hibernate.Query --- .../topia/persistence/internal/support/HibernateTopiaJpaSupport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topia-persistence/src/main/java/org/nuiton/topia/persistence/internal/support/HibernateTopiaJpaSupport.java b/topia-persistence/src/main/java/org/nuiton/topia/persistence/internal/support/HibernateTopiaJpaSupport.java index a2ed8d55..b5d6b3f0 100644 --- a/topia-persistence/src/main/java/org/nuiton/topia/persistence/internal/support/HibernateTopiaJpaSupport.java +++ b/topia-persistence/src/main/java/org/nuiton/topia/persistence/internal/support/HibernateTopiaJpaSupport.java @@ -31,8 +31,8 @@ import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.hibernate.FlushMode; import org.hibernate.HibernateException; -import org.hibernate.Query; import org.hibernate.loader.MultipleBagFetchException; +import org.hibernate.query.Query; import org.nuiton.topia.persistence.QueryMissingOrderException; import org.nuiton.topia.persistence.TopiaException; import org.nuiton.topia.persistence.TopiaNonUniqueResultException; -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm