Closed pergravgaard closed 2 months ago
@pergravgaard I will need the entity mapping that triggers this issue. Since the scanCompositeIdentifierGenerator
method failed, it means the entity mapping is using some composite identifier, which I will need in order to replicate the problem.
Sorry, somehow I got confused by my IDE and copied the wrong method.
The method causing the issue is actually scanBasicIdentifierGenerator
.
I believe you can reproduce with an entity like this:
@Entity
public class Role extends AbstractEntity<Long> {
...
}
Fixed.
Thank you very much. That' was quick.
:-) Per
Sent with Proton Mail secure email.
On Wednesday, 11 September 2024 at 7:23 PM, Vlad Mihalcea @.***> wrote:
Fixed.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>
@pergravgaard You're welcome. Let me know if the 2.10.1 version fixes the problem.
It does, already checked it. And if my memory is correct the issue wasn't there prior to version 2.8.x, but it could also be due to the fact that I upgraded my project to Spring Boot 3 and maybe another HibernateScanner class was used after that.
:-) Per
Sent with Proton Mail secure email.
On Thursday, 12 September 2024 at 10:04 AM, Vlad Mihalcea @.***> wrote:
@.***(https://github.com/pergravgaard) You're welcome. Let me know if the 2.10.1 version fixes the problem.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>
The stack trace error:
The method that is failing is
scanCompositeIdentifierGenerator
.The problem seems to be caused by the following mapping: