fix(deps): update aws.spring.cloud to v4 (major) #117
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.4.2→4.0.03.4.2→4.0.0Release Notes
awspring/spring-cloud-aws (io.awspring.cloud:spring-cloud-aws-starter-sns)
v4.0.0: 4.0.0Reference documentation
📗 https://docs.awspring.io/spring-cloud-aws/docs/4.0.0/reference/html/index.html
What's changed
🚀 Highlights
Spring Cloud AWS 4.0.0 is a major release aligned with the next generation of the Spring ecosystem. It delivers full compatibility with Spring Boot 4.x and Spring Framework 7.x.
A key milestone in this release is the integration of the Spring Integration AWS project directly into Spring Cloud AWS.
New Spring Integration modules include support for:
Modernized testing support with
ServiceConnectionmigration to Testcontainers 2.SQS
@SqsListeneris now possible by using@SqsHandlerannotation by @joseiedo in #1377SnsNotification@chomatdam in #1419SqsListenerstarting up on context startup withspring.cloud.aws.sqs.listener.auto-startupby @techadri in #1435maxMessagesPerPollvalidation message inAbstractContainerOptionsby @richardfearn in #1480SQS Integration
DynamoDb Integration
SNS Integration
DynamoDb
DefaultDynamoDbTableNameResolverwith caching and improved table name resolution by @marcusvoltolim in #1464DynamoTemplateupdate partial usingUpdateItemEnhancedRequestby @marcusvoltolim in #1448DefaultDynamoDbTableSchemaResolverto resolveDynamoDbBeanandDynamoDbImmutableby @marcusvoltolim in #1450S3
listAllObjectsmethod toS3Templateby @Tooa in #1443Secrets Manager
S3 Integration
Kinesis Integration
STS
spring.cloud.aws.stsproperties, system property or environment variable is set. by @maciejwalkowiak in #1444SES
MimeMessagePreparatorswith default implementation inJavaMailSenderby @maciejwalkowiak #1503Parameter Store
CloudWatch
Core
AwsClientCustomizerand it's usages. by @maciejwalkowiak in #1410Dependency Upgrades
Documentation
Tests
S3PropertySourceTestby @yonghanlin in #1538SqsListenerAnnotationBeanPostProcessorTestsby @yonghanlin in #1536Big thanks to all contributors! 💚
New Contributors
Full Changelog: https://github.com/awspring/spring-cloud-aws/compare/v3.4.2..v4.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.