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
Make supporting @\TypeAlias the default behavior. This currently requires a CustomMappingCouchbaseConverter which uses a TypeBasedTypeMapper which uses a TypeAwareInformationMapper - see src/test/java/org/springframework/data/couchbase/domain/Config
By packaging and using that TypeAwareInformationMapper (that considers @\TypeAlias) instead of Simple
DefaultCouchbaseTypeMapper uses TypeAlias annotation if present.
Test case also uncovered that TypeAlias was being ignored for
string queries.
Closes#1119.
DefaultCouchbaseTypeMapper uses TypeAlias annotation if present.
Test case also uncovered that TypeAlias was being ignored for
string queries.
Closes#1119.
Original pull request: #1120.
Co-authored-by: mikereiche <[email protected]>
Make supporting @\TypeAlias the default behavior. This currently requires a CustomMappingCouchbaseConverter which uses a TypeBasedTypeMapper which uses a TypeAwareInformationMapper - see src/test/java/org/springframework/data/couchbase/domain/Config
By packaging and using that TypeAwareInformationMapper (that considers @\TypeAlias) instead of Simple
override this:
with this:
The text was updated successfully, but these errors were encountered: