This repository was archived by the owner on Jan 19, 2022. It is now read-only.
Drop XML Configuration support #567
Labels
component: infrastructure
Issue related to framework itself - not to specific AWS integration
status: in-progress
An issue that being worked on
Milestone
Currently Spring Cloud AWS supports 3 ways to configure AWS integrations:
@EnableX
annotationsSpring Boot has become a de facto standard for developing Spring applications and as much as it's nice to support all possible configuration options providing support for all of them is very time consuming.
We should drop XML support and update reference documentation to use Spring Boot auto-configuration as a default way of using Spring Cloud AWS.
The text was updated successfully, but these errors were encountered: