|
John Ament Not sure why/how you came to associate this with
HHH-8354
.
HHH-8354
is something completely different; it incorporates dirty tracking into a bytecode enhanced entity directly. You are not using bytecode enhancement here. Your report is in relation to an AttributeConverter.
Mihalcea Vlad Thanks for the analysis. I think the solution is not so much in the dirty checking; I think more that we need to understand that this is a mutable object (its internal state is mutable) which would mean a different dehydrated/disassembled form. But either way, I will take a look.
|