Marcus Voltolim
Marcus Voltolim
### I have searched through the issues and didn't find my problem. - [x] Confirm ### About the icon Mockito is a popular Java testing framework used for mocking objects...
### Describe the feature Possibility of setting a supplier to generate the UUID, thus making it compatible with generating other versions of UUID such as v7 ### Use Case I...
Resolves #6418 - Introduced a customizable `uuidSupplier` in `AutoGeneratedUuidExtension` with default `UUID.randomUUID()` functionality. - Added a builder pattern to create extensions with custom suppliers. - Enhanced tests to validate the...
feat(1449): Enhance DefaultDynamoDbTableSchemaResolver to resolve DynamoDbBean and DynamoDbImmutable
Resolves https://github.com/awspring/spring-cloud-aws/issues/1449 ## :loudspeaker: Type of change - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring ## :scroll: Description ## :bulb: Motivation and...
**Type**: Feature **Describe the solution you'd like** Resolve `DynamoDbBean` and `DynamoDbImmutable` **Describe alternatives you've considered** Using `TableSchema::fromClass`
**Describe the bug** The problem is with @SpringQueryMap because it uses `PageableSpringQueryMapEncoder` which extends `BeanQueryMapEncoder`, limiting it to just these two encoders. In `feign.QueryMap`, you can define `mapEncoder` as either...