You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
ENTITY_INSTANCE_WITH_NULL_ID Found Entity instance of class 'com.mypackage.MyClass' with null id
The message is correct and I understand what it means because I integrated javers into the application but it could be misleading to someone not familiar with Javers. In the case of the diff where this is occurring I have set the idPropertyName to a different property (i.e. not id) but the message indicates that the "id" is null when it actually isn't. Would it be possible enhance the message with the name of the idPropertyName that is null?
The text was updated successfully, but these errors were encountered:
I am receiving the following error message:
ENTITY_INSTANCE_WITH_NULL_ID Found Entity instance of class 'com.mypackage.MyClass' with null id
The message is correct and I understand what it means because I integrated javers into the application but it could be misleading to someone not familiar with Javers. In the case of the diff where this is occurring I have set the idPropertyName to a different property (i.e. not id) but the message indicates that the "id" is null when it actually isn't. Would it be possible enhance the message with the name of the idPropertyName that is null?
The text was updated successfully, but these errors were encountered: