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
At first time, I think 'spring-data-dynamodb use reflection to entity'.
so that, kotlin property can be assigned when access modifier is 'val' (no setter access modifier)
because JPA does like that.
Actual Behavior
'val' property can't be assigned value.
Steps to Reproduce the Problem
Make class, the access modifier of class property is "val"
execute query, e.g) findAll()
Specifications
Spring Data DynamoDB Version: 5.2.5
Spring Data Version:
AWS SDK Version:
Java Version: 11
Platform Details:
All those information are logged by org.socialsignin.spring.data.dynamodb.repository.support.DynamoDBRepositoryFactory on INFO level on startup.
Or use java -version and mvn dependency:tree | grep -E 'spring|aws' to provide those version numbers.
Always thanks for your kindness.
The text was updated successfully, but these errors were encountered:
Expected Behavior
At first time, I think 'spring-data-dynamodb use reflection to entity'.
so that, kotlin property can be assigned when access modifier is 'val' (no setter access modifier)
because JPA does like that.
Actual Behavior
'val' property can't be assigned value.
Steps to Reproduce the Problem
Specifications
All those information are logged by
org.socialsignin.spring.data.dynamodb.repository.support.DynamoDBRepositoryFactory
onINFO
level on startup.Or use
java -version
andmvn dependency:tree | grep -E 'spring|aws'
to provide those version numbers.Always thanks for your kindness.
The text was updated successfully, but these errors were encountered: