GH-1024 - Remove AWS support in favor of Spring Cloud AWS.
Follow-up of GH-671.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user