Andy Kiesler
Andy Kiesler
### Describe the feature In order to provide better clarity to field names in Flattened `DynamoDdBean`s we need to be able to prefix field names with additional context. I propose...
### Version 5.3.4 ### Steps and/or minimal code example to reproduce 1. Create a monitoring facade 2. Create a MathExpression using MetricFactory.createMetricMath() 3. Create an alarm using AlarmFactory.addAlarm() ### Expected...
### Describe the bug The VersionedRecordExtension says it will increment a version and verify that the version in DynamoDB is equal to the previous value when updating. However, the documentation...
This allows for clients using the DynamoDB Versioned Record Extension to start their versions at `0` instead of `null` thus preventing clients from being required to use the `Integer` type...
This pull request adds the ability for flattened beans to have a prefix attached to their flattened attributes. This enables clients to avoid conflicts in field names with flattening Beans...
On every invocation of HealthCounts.plus() a new instance of HealthCounts was being created leading to a lot of memory usage and gc impact. Because HealthCounts.plus() is used as an unary...