Hello,
We just published an Alpha release for Hibernate Search: 7.1.0.Alpha1.
This version opens up possibilities for searching over binary data (images,
audio or video) using vector search with the Lucene backend.
See our blog for more information:
https://in.relation.to/2023/11/30/hibernate-search-7-1-0-Alpha1
Have a nice day,
Marko Bekhta
Hibernate Team
marko(a)hibernate.org
I just tried to build WildFly with Hibernate ORM 6.4.0.Final and am seeing
a build failure due to WildFly [1] depending on an internal ORM class
org.hibernate.cache.internal.NaturalIdCacheKey [2] that has a private
constructor.
Would it make sense to add a NaturalIdCacheKey#from method that has the
previous parameters? Or something else?
The WildFly build failure is (also shown via
https://github.com/wildfly/wildfly/pull/17447 ci):
"
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/home/smarlow/work/wildfly/jpa/hibernate6/src/main/java/org/jboss/as/jpa/hibernate/cache/NaturalIdCacheKeyMarshaller.java:[57,47]
incompatible types: java.lang.String cannot be converted to
org.hibernate.persister.entity.EntityPersister
[INFO] 1 error
.
.
.
Error: /home/runner/work/wildfly/wildfly/jpa/hibernate6/src/main/java/org/jboss/as/jpa/hibernate/cache/NaturalIdCacheKeyMarshaller.java:[57,16]
NaturalIdCacheKey(java.lang.Object,java.lang.String,java.lang.String,int)
has private access in org.hibernate.cache.internal.NaturalIdCacheKey
"
Scott
[1]
https://github.com/wildfly/wildfly/blob/main/jpa/hibernate6/src/main/java...
[2]
https://github.com/hibernate/hibernate-orm/blob/5ea40e255d1f1d10d11047781...
[3] https://github.com/wildfly/wildfly/pull/17447
Hello,
We just published a new candidate release for Hibernate Search: 7.0.0.CR2.
This release upgrades to the recently released Hibernate ORM 6.4; as this
upgrade implies dropping compatibility with Hibernate ORM 6.3, it was
deemed a big enough change to warrant a second candidate release. 7.0.0.CR2
also contains a few bugfixes and improvements.
See our blog for more information about 7.0.0.CR2:
https://in.relation.to/2023/10/23/hibernate-search-7-0-0-CR2/
And see our website for more information about 7.0 in general:
https://hibernate.org/search/releases/7.0/
Cheers,
Yoann Rodière
Hibernate Team
yoann(a)hibernate.org