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
We now only scan for entities annotated with `@Table` and `@PrimaryKeyClass` to avoid inclusion of non-Cassandra entities. Previously, types annotated (or meta-annotated) with `@Persistent` were included as Cassandra entity which could lead to mapping rule violations.
Closes#1100
See spring-projects/spring-boot#25069. We want to consistently use only
@Table
and@PrimaryKeyClass
as inclusion criteria for entity types.The text was updated successfully, but these errors were encountered: