Maciej Walkowiak
Maciej Walkowiak
Hi! This is the summary of this PR: - upgrade to Spring Boot 2.0.1 - refactor to constructor injection (http://olivergierke.de/2013/11/why-field-injection-is-evil/) - move properties to `@ConfigurationProperties` classes In the next step...
Spring Boot could resolve JDBC driver class names for AWS variants of MySQL and PostgreSQL drivers: - https://github.com/awslabs/aws-mysql-jdbc (production ready) - for `jdbc:mysql:aws:` prefix - https://github.com/awslabs/aws-postgresql-jdbc (in developer preview) -...
### Describe the feature It would be great if SDK come with S3 compatible implementation of `java.io.OutputStream`. It is a common use case and lots of folks implement the same...
## :scroll: Description Fix sending errors in Spring WebFlux integration. This time, without trying to find a workaround but rather using recommended reactive/reactor way of doing things: instead of copying...
## :scroll: Description Do not add breadcrumbs on the root scope. ## :bulb: Motivation and Context As discussed with @bruno-garcia, breadcrumbs added to the root scope will be attached to...
This issue collects all the requirements for RDS support in Spring Cloud AWS 3.0 (based on AWS SDK v2). The key feature in RDS integration is support for read replicas:...
`PathMatchingSimpleStorageResourcePatternResolver` should be migrated to AWS SDK v2 in 3.0 version (`main` branch).
1. Migrate Cognito integration from branch `2.4.x` to `main` using AWS SDK v2. 2. Update docs 3. Provide a sample app 4. Consider implementing https://github.com/awspring/spring-cloud-aws/issues/132
Once https://github.com/awspring/spring-cloud-aws/pull/237 is merged (or as a part of it). Likely, most of the existing docs from 2.4.x can be reused as we do not do anything ground breaking here....
When `cloudwatch-metric-publisher` is in the classpath, SDK clients should be configured to publish metrics to CloudWatch. There should be an easy way to opt-out from it but still keep the...