Branch: refs/heads/6.2
Home:
https://github.com/hibernate/hibernate-search
Commit: 5bd270fd4942b02ed7713a85695fbdfb0b1dd367
https://github.com/hibernate/hibernate-search/commit/5bd270fd4942b02ed771...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2023-09-01 (Fri, 01 Sep 2023)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-4936 Align bytebuddy dependency on Hibernate ORM
Commit: cc01d2adb80288cf83b636d6567d7efb1c3eb5ee
https://github.com/hibernate/hibernate-search/commit/cc01d2adb80288cf83b6...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2023-09-01 (Fri, 01 Sep 2023)
Changed paths:
M jakarta/mapper/orm/pom.xml
M mapper/orm/pom.xml
M orm6/mapper/orm/pom.xml
Log Message:
-----------
HSEARCH-4936 Make bytebuddy an actual dependency instead of a test one
Doesn't change anything for users in practice, since bytebuddy is
already a dependency of Hibernate ORM.
This does improve our own build though, because it means
maven-enforcer-plugin will now take the dependency into account when
checking for dependency convergence.
Compare:
https://github.com/hibernate/hibernate-search/compare/4ef4f3455e68...cc01...