spring-data-dynamodb
spring-data-dynamodb copied to clipboard
This module deals with enhanced support for a data access layer built on AWS DynamoDB.
Hello, is there an intention to adapt this excellent framework to the latest version of Spring 6 with AOT?
As someone who is still using this library, I see some improvements and would like to contribute. Has this project been stopped? 😂
Both Spring 6 and Spring Boot 3 have been published in November, so I'd expect some activity here. However, the last commit is roughly a year ago and the last...
## Expected Behavior ``` @Query( fields = "transition_effective_date", filterExpression = "#field > :value", expressionMappingNames = {@ExpressionAttribute(key = "#field", value = "name")}, expressionMappingValues = {@ExpressionAttribute(key = ":value", value = "projection")}) ```...
## Expected Behavior ## Actual Behavior ## Steps to Reproduce the Problem 1. 1. 1. ## Specifications - Spring Data DynamoDB Version: - Spring Data Version: - AWS SDK Version:...
Bumps [aws-java-sdk-bom](https://github.com/aws/aws-sdk-java) from 1.12.150 to 1.12.420. Changelog Sourced from aws-java-sdk-bom's changelog. 1.12.420 2023-03-03 AWS Elemental MediaConvert Features The AWS Elemental MediaConvert SDK has improved handling for different input and output...
Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.0.4 to 4.7.3.2. Release notes Sourced from spotbugs-maven-plugin's releases. Spotbugs Maven Plugin 4.7.3.2 Resolve #549 auxclasspath regression introduced from 4.7.3.1 release Bump base-parent usage to 38 resolving...
## Expected Behavior When using DynamoLocal for development a call to `getByGsi` GSI HashKey returns a List of Items ## Actual Behavior After I moved from `derjust/spring-data-dymanodb` to this one...
Bumps [mockito-core](https://github.com/mockito/mockito) from 2.23.0 to 5.1.1. Release notes Sourced from mockito-core's releases. v5.1.1 Changelog generated by Shipkit Changelog Gradle Plugin 5.1.1 2023-01-30 - 1 commit(s) by Andriy Redko StackWalker.Option not...