-
Notifications
You must be signed in to change notification settings - Fork 288
DynamoDBRepositoryConfigExtension.java uses wrong DYNAMO_DB_MAPPER_CONFIG_REF value #79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
any updates on this? |
Currently broken in snapshot, <dynamodb:repositories base-package="com.xyz.repositories" I've tested by changing below lines: private static final String DYNAMO_DB_MAPPER_CONFIG_REF = "dynamoDBMapperConfig"; to, private static final String DYNAMO_DB_MAPPER_CONFIG_REF = "dynamodb-mapper-config-ref"; compiled, tested which seems to "work". |
Do we plan to merge this onto master ? |
Hi! |
According to the XSD, the following attributes are supported on the repositories element:
In the DynamoDBRepositoryConfigExtension.java it appears to be looking for different attributes:
causing my dynamodb-mapper-config-ref value to be ignored.
The text was updated successfully, but these errors were encountered: