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.Dismiss alert
Describe the bug
Can't unset content using spring-content-jpa-boot-starter as the DefaultJpaStoreImpl.unassociate() method is checking for javax @Id and not checking jakarta.
To Reproduce
create a JPA entity, set some content and save, then try to unset the content.
Expected behavior
The operation should succeed
The text was updated successfully, but these errors were encountered:
Describe the bug
Can't unset content using spring-content-jpa-boot-starter as the
DefaultJpaStoreImpl.unassociate()
method is checking for javax@Id
and not checking jakarta.To Reproduce
create a JPA entity, set some content and save, then try to unset the content.
Expected behavior
The operation should succeed
The text was updated successfully, but these errors were encountered: