Issues
- @IndexedEmbedded fail when entity got @formulaHSEARCH-5226Resolved issue: HSEARCH-5226Marko Bekhta
- Update or remove Elasticsearch upgrade testingHSEARCH-5222Resolved issue: HSEARCH-5222Marko Bekhta
- Upgrade to Hibernate ORM 6.4.10.FinalHSEARCH-5216Resolved issue: HSEARCH-5216Marko Bekhta
- Mark Hibernate Search 7.1 series as compatible with Hibernate ORM 6.5HSEARCH-5176Resolved issue: HSEARCH-5176Marko Bekhta
- Upgrade to Hibernate ORM 6.4.9.FinalHSEARCH-5169Resolved issue: HSEARCH-5169Marko Bekhta
- ORM mass indexer fails when JPA compliance is enabled (hibernate.jpa.compliance.query=true)HSEARCH-5162Resolved issue: HSEARCH-5162Marko Bekhta
- Address Spring Boot 3.3 upgrade nested JARs test failuresHSEARCH-5156Resolved issue: HSEARCH-5156Marko Bekhta
- Upgrade to Hibernate ORM 6.4.8.FinalHSEARCH-5134Resolved issue: HSEARCH-5134Marko Bekhta
- Promote the latest version of getting started guidesHSEARCH-5123Resolved issue: HSEARCH-5123Marko Bekhta
9 of 9
@IndexedEmbedded fail when entity got @formula
Fixed
Description
Details
Assignee
Marko BekhtaMarko BekhtaReporter
OlivierOlivierComponents
Sprint
NoneFix versions
Affects versions
Priority
Major
Details
Details
Assignee
Marko Bekhta
Marko BekhtaReporter
Olivier
OlivierComponents
Sprint
None
Fix versions
Affects versions
Priority
Created August 14, 2024 at 10:01 AM
Updated December 17, 2024 at 8:10 PM
Resolved August 28, 2024 at 11:32 AM
Activity
OlivierAugust 28, 2024 at 8:26 AM
thanks to for the quick fix
OlivierAugust 28, 2024 at 8:26 AM
yes fix is ok
i will make separates Jira with reproducer as soon as possible. i found a turn around for this problem and i need to test my migration before
Yoann RodièreAugust 28, 2024 at 6:24 AM
Hey.
First, thanks a lot for your report(s) and especially the details in this Jira issue.
Second, can you please confirm that when you said:
i got it and now app is launching
You meant that the fix provided indeed got rid of the error “value involves formulas”?
If so, we can probably close this issue. The other problems you reported seem related to Hibernate ORM, and will require separate Jira issues.
Marko BekhtaAugust 26, 2024 at 2:45 PM
thanks!
OlivierAugust 26, 2024 at 2:28 PM
ok i will try after i finish to test my migration
with hsearch 6.1.x all is ok.
with hsearch 6.2.x and > : launch fail :
Caused by: org.hibernate.search.util.common.SearchException: HSEARCH000520: Hibernate Search encountered failures during bootstrap. Failures:
need to comment @indexedEmbedded to launch app.
i try to juste includePaths → same fail
to excludePath the formula field → fail because not in the indexed field list.. logic