Skip to content

Commit a7e36c3

Browse files
chore(master): release 1.0.0
1 parent e1c543c commit a7e36c3

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{}
1+
{".":"1.0.0"}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-10-13)
4+
5+
6+
### Features
7+
8+
* S3InboundChannelAdapterParser to parse s3-inbound-channel-adapter ([7b0d715](https://github.com/boolivar/spring-integration-aws-xml/commit/7b0d715a12bad0b9d0203a9c3dc2938f8f7d6715))
9+
* S3InboundStreamingChannelAdapterParser to parse s3-inbound-streaming-channel-adapter ([e1c543c](https://github.com/boolivar/spring-integration-aws-xml/commit/e1c543c9e4b4352d0bb04afad4c49ab01733e74a))
10+
* SpringIntegrationAwsNamespaceHandler element-parser.mapping / META-INF/spring-integration-aws-element-parser.mapping load ([1d81364](https://github.com/boolivar/spring-integration-aws-xml/commit/1d81364c0fb10292d16a225e40a31a61d38b3b48))
11+
* SpringIntegrationAwsNamespaceHandler parsers auto registration ([c08700c](https://github.com/boolivar/spring-integration-aws-xml/commit/c08700c0f94e6fa6614ec138b60c17358f4d6043))
12+
* SqsMessageDrivenChannelAdapterParser ([f407049](https://github.com/boolivar/spring-integration-aws-xml/commit/f407049ab148fb983ba9083f1cea4d13640bf54c))
13+
* SqsMessageDrivenChannelAdapterParser expression properties ([c08b31e](https://github.com/boolivar/spring-integration-aws-xml/commit/c08b31e69f4e76264f3e1c0bc998755f502a0586))
14+
* SqsMessageDrivenChannelAdapterParser NO_REDRIVE policy warning ([fd46317](https://github.com/boolivar/spring-integration-aws-xml/commit/fd463178b653ff2bf5fccdbf9a65eda8c65e1d93))
15+
* SqsMessageDrivenChannelAdapterParser sync and success-channel attributes, warn on unsupported attributes ([b1c0d27](https://github.com/boolivar/spring-integration-aws-xml/commit/b1c0d2733fe0c93eee1fe66b52a60533401237ec))
16+
* XmlBeanDefinitionBuilder setPropertyReferenceIfAttributeDefined() ([9aac595](https://github.com/boolivar/spring-integration-aws-xml/commit/9aac5957e8a607f9577bffae3b5a563363a95faa))
17+
18+
19+
### Bug Fixes
20+
21+
* SpringIntegrationAwsNamespaceHandler classLoader resource search for package classes ([1e3b14d](https://github.com/boolivar/spring-integration-aws-xml/commit/1e3b14d1e0d27d47703075fde69332b18d68ad21))
22+
* SqsContainerOptionsFactoryBean policy - acknowledgementMode mapping ([22bf8df](https://github.com/boolivar/spring-integration-aws-xml/commit/22bf8df8f7e1aa2a7a9d879583fbb2f20c42fc79))
23+
* SqsOutboundChannelAdapterParser success-channel attribute ([ac0d94d](https://github.com/boolivar/spring-integration-aws-xml/commit/ac0d94dc6d5002eb6aa629ab9c0bf964521650ad))

0 commit comments

Comments
 (0)