GH-1024 - Remove AWS support in favor of Spring Cloud AWS.

Follow-up of GH-671.
This commit is contained in:
Oliver Drotbohm
2025-01-23 12:56:36 +01:00
parent 32cebcbadf
commit f3f8deb3b3
23 changed files with 0 additions and 1283 deletions

View File

@@ -224,18 +224,6 @@ a|* `spring-modulith-docs`
|`spring-modulith-test`|`test`|Integration testing support. Find more details xref:testing.adoc[here].
|===
[appendix]
[[deprecated-modules]]
== Deprecated modules
.Deprecated modules table
[cols="2,1,3", options="header, unbreakable"]
|===
|Module|Deprecated since|Description
|`spring-modulith-events-aws-sns`|`1.3`|Please migrate to `io.awspring.cloud:spring-cloud-aws-modulith-events-sns`. See https://github.com/awspring/spring-cloud-aws/tree/main/spring-cloud-aws-sns[this link]
|`spring-modulith-events-aws-sqs`|`1.3`|Please migrate to `io.awspring.cloud:spring-cloud-aws-modulith-events-sqs`. See https://github.com/awspring/spring-cloud-aws/tree/main/spring-cloud-aws-sqs[this link]
|===
[appendix]
[[schemas]]
== Event publication registry schemas

View File

@@ -366,18 +366,6 @@ The logical routing key will be used as AMQP routing key.
|Uses Spring's core JMS support.
Does not support routing keys.
|SQS
|`spring-modulith-events-aws-sqs`
|Uses Spring Cloud AWS SQS support.
The logical routing key will be used as SQS message group id.
When routing key is set, requires SQS queue to be configured as a FIFO queue.
|SNS
|`spring-modulith-events-aws-sns`
|Uses Spring Cloud AWS SNS support.
The logical routing key will be used as SNS message group id.
When routing key is set, requires SNS to be configured as a FIFO topic with content based deduplication enabled.
|Spring Messaging
|`spring-modulith-events-messaging`
|Uses Spring's core `Message` and `MessageChannel` support.