Skip to content

Commit e6b9b1a

Browse files
chore(master): release 1.0.0
1 parent 195c8f9 commit e6b9b1a

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-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: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-10-19)
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+
* S3OutboundChannelAdapterParser for s3-outbound-channel-adapter ([71dcedf](https://github.com/boolivar/spring-integration-aws-xml/commit/71dcedf827e77782d51106297b9fee4953cf9a14))
11+
* S3OutboundGatewayParser ([62320d5](https://github.com/boolivar/spring-integration-aws-xml/commit/62320d527de2f752ba0c7f4285d84a5cb27f67b7))
12+
* SnsInboundChannelAdapterParser implementation ([35f1457](https://github.com/boolivar/spring-integration-aws-xml/commit/35f1457c97353a795cf162902efee4281d9e6cac))
13+
* SnsOutboundChannelAdapterParser to parse sns-outbound-channel-adapter element ([a598971](https://github.com/boolivar/spring-integration-aws-xml/commit/a5989713df9c4775bb9afe17f265a77f4f8c85b5))
14+
* SpringIntegrationAwsNamespaceHandler element-parser.mapping / META-INF/spring-integration-aws-element-parser.mapping load ([1d81364](https://github.com/boolivar/spring-integration-aws-xml/commit/1d81364c0fb10292d16a225e40a31a61d38b3b48))
15+
* SpringIntegrationAwsNamespaceHandler parsers auto registration ([c08700c](https://github.com/boolivar/spring-integration-aws-xml/commit/c08700c0f94e6fa6614ec138b60c17358f4d6043))
16+
* SqsMessageDrivenChannelAdapterParser ([f407049](https://github.com/boolivar/spring-integration-aws-xml/commit/f407049ab148fb983ba9083f1cea4d13640bf54c))
17+
* SqsMessageDrivenChannelAdapterParser expression properties ([c08b31e](https://github.com/boolivar/spring-integration-aws-xml/commit/c08b31e69f4e76264f3e1c0bc998755f502a0586))
18+
* SqsMessageDrivenChannelAdapterParser NO_REDRIVE policy warning ([fd46317](https://github.com/boolivar/spring-integration-aws-xml/commit/fd463178b653ff2bf5fccdbf9a65eda8c65e1d93))
19+
* SqsMessageDrivenChannelAdapterParser sync and success-channel attributes, warn on unsupported attributes ([b1c0d27](https://github.com/boolivar/spring-integration-aws-xml/commit/b1c0d2733fe0c93eee1fe66b52a60533401237ec))
20+
* XmlBeanDefinitionBuilder setPropertyReferenceIfAttributeDefined() ([9aac595](https://github.com/boolivar/spring-integration-aws-xml/commit/9aac5957e8a607f9577bffae3b5a563363a95faa))
21+
22+
23+
### Bug Fixes
24+
25+
* S3OutboundChannelAdapterParser expression bean ([fb216dc](https://github.com/boolivar/spring-integration-aws-xml/commit/fb216dcc9bb89d0e967604213a283c46a267680e))
26+
* SpringIntegrationAwsNamespaceHandler classLoader resource search for package classes ([1e3b14d](https://github.com/boolivar/spring-integration-aws-xml/commit/1e3b14d1e0d27d47703075fde69332b18d68ad21))
27+
* SqsContainerOptionsFactoryBean policy - acknowledgementMode mapping ([22bf8df](https://github.com/boolivar/spring-integration-aws-xml/commit/22bf8df8f7e1aa2a7a9d879583fbb2f20c42fc79))
28+
* SqsOutboundChannelAdapterParser success-channel attribute ([ac0d94d](https://github.com/boolivar/spring-integration-aws-xml/commit/ac0d94dc6d5002eb6aa629ab9c0bf964521650ad))
29+
* XmlBeanDefinitionBuilder setIfExclusiveAttributeDefined if/else logic ([9e16062](https://github.com/boolivar/spring-integration-aws-xml/commit/9e1606296f94a741179076f4e0322c9e5f78acc7))

0 commit comments

Comments
 (0)