Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-search
Commit: bb2e80bbdbc97cad5e92e257c6bcee3b76e737e1
https://github.com/hibernate/hibernate-search/commit/bb2e80bbdbc97cad5e92...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-10-29 (Thu, 29 Oct 2020)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-4075 Upgrade to Hibernate Commons Annotations 5.1.1.Final
This is especially important to support newer versions of Hibernate ORM,
which will rely on methods introduced in this version of HCANN.
This version of HCANN is apparently backwards compatible, so users
should still be able to rely on older versions of ORM, as long as *we*
refrain from using newer methods introduced in HCANN 5.1.1.Final.
Signed-off-by: Yoann Rodière <yoann(a)hibernate.org>