Fixed
Details
Assignee
Yoann RodièreYoann RodièreReporter
Yoann RodièreYoann RodièreComponents
Sprint
NoneFix versions
Priority
Major
Details
Details
Assignee
Yoann Rodière
Yoann RodièreReporter
Yoann Rodière
Yoann RodièreComponents
Sprint
None
Fix versions
Priority
Created November 24, 2020 at 7:43 AM
Updated February 23, 2021 at 2:00 PM
Resolved January 28, 2021 at 12:05 PM
It's technically possible to write a class with a duplicate getter, e.g.:
Currently, when Hibernate Search encounters such a property, it will throw a cryptic exception at bootstrap:
We should at least avoid the error when the property is not used in the Hibernate Search mapping, and probably just pick one of the getter and log a warning when the property is used.