Issues
- Cyclic dependency detection for IndexingDependency(derivedFrom = ...) does not detect "buried" cyclesHSEARCH-4565Resolved issue: HSEARCH-4565Yoann Rodière
- convergence issue for org.jboss:jandexHSEARCH-4549Resolved issue: HSEARCH-4549Yoann Rodière
- OutOfMemoryError when defining aggregation on text field with .maxTermCount(<very large value>)HSEARCH-4544Resolved issue: HSEARCH-4544Yoann Rodière
- .flags(Collections.emptySet()) doesn't disable all flags as expected for simpleQueryString predicateHSEARCH-4536Resolved issue: HSEARCH-4536Yoann Rodière
4 of 4
Cyclic dependency detection for IndexingDependency(derivedFrom = ...) does not detect "buried" cycles
Fixed
Description
Details
Assignee
Yoann RodièreYoann RodièreReporter
Yoann RodièreYoann RodièreComponents
Sprint
NoneFix versions
Affects versions
Priority
Major
Details
Details
Assignee
Yoann Rodière
Yoann RodièreReporter
Yoann Rodière
Yoann RodièreComponents
Sprint
None
Fix versions
Affects versions
Priority
Created May 5, 2022 at 1:26 PM
Updated July 4, 2022 at 7:01 AM
Resolved June 21, 2022 at 7:59 AM
Activity
Show:
Cyclic dependency detection will only work if the “root”
@IndexingDependency
is involved in the cycle.See the tests I added to my branch:
For example, try adding the following test to
org.hibernate.search.integrationtest.mapper.pojo.mapping.definition.DependencyIT
: you will get aStackOverflowError
.