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
spring-data-commons introduced the PersistentProperty.isReadable() method in spring-projects/spring-data-commons#2915, a method that SimpleElasticsearchPersistentProperty has had for years and that is now calling the new base implementation. This broke handling of Java record classes in so far as that the @Id annotated property of a record could not be set anymore after storing an entity in Elasticsearch while having the id autogenerated.
The text was updated successfully, but these errors were encountered:
spring-data-commons introduced the
PersistentProperty.isReadable()
method in spring-projects/spring-data-commons#2915, a method thatSimpleElasticsearchPersistentProperty
has had for years and that is now calling the new base implementation. This broke handling of Java record classes in so far as that the@Id
annotated property of a record could not be set anymore after storing an entity in Elasticsearch while having the id autogenerated.The text was updated successfully, but these errors were encountered: