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
As a result of spring-projects/spring-data-mongodb#3592, Spring Data MongoDB has stopped looking for @Persistent when scanning for entities. We should align our behaviour.
A similar change was made in Spring Data Cassandra (spring-projects/spring-data-cassandra#1100) but we've already picked up that change through our use of org.springframework.data.cassandra.config.CassandraEntityClassScanner.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
As a result of spring-projects/spring-data-mongodb#3592, Spring Data MongoDB has stopped looking for
@Persistent
when scanning for entities. We should align our behaviour.A similar change was made in Spring Data Cassandra (spring-projects/spring-data-cassandra#1100) but we've already picked up that change through our use of
org.springframework.data.cassandra.config.CassandraEntityClassScanner
.The text was updated successfully, but these errors were encountered: