Fixed
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
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
.