Marcus Voltolim

Results 6 issues of 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...

feature-request
needs-triage
dynamodb-enhanced

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...

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...

component: dynamodb

**Type**: Feature **Describe the solution you'd like** Resolve `DynamoDbBean` and `DynamoDbImmutable` **Describe alternatives you've considered** Using `TableSchema::fromClass`

component: dynamodb

**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...

enhancement