This is an automated email from the ASF dual-hosted git repository.
vongosling pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-spring.git.
from f8716f7 [maven-release-plugin] prepare for next development iteration
add 42ca2e5 Merge pull request #8 from apache/master
add 5fba122 Merge pull request #9 from apache/master
add 6f58e42 fix:add ignore spring eclipse .factorypath file
add 9c732b3 fix:add spring eclipse .factorypath file to .gitignore
add 608c088 fix: update rocketmq-starter version to 2.2.1-SNAPSHOT in
master branch rocketmq-spring-boot-samples
add 8c523ae [ISSUE #219] Support to enable TLS through configuration file
Listener
add b60ce9c [ISSUE #219] Support to enable TLS through configuration file
for RocketMQTemplate
add 13b9e4f fix code style no newline of code
add 9004fd9 fix: code style no newline at end of file
add 4e5d974 [ISSUE #219] Support to enable TLS through configuration file
delete separate samples
add ee37648 Merge branch 'master' into
feature/ISSUE_#219_support_configable_tls
new 31ba77b [ISSUE #219] Support to enable tls through configuration file
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 1 +
.../samples/springboot/ExtRocketMQTemplate.java | 2 +-
.../springboot/consumer/StringConsumer.java | 2 +-
.../src/main/resources/application.properties | 9 +++++--
.../samples/springboot/ExtRocketMQTemplate.java | 2 +-
.../src/main/resources/application.properties | 6 ++++-
.../ExtRocketMQConsumerConfiguration.java | 5 ++++
.../ExtRocketMQTemplateConfiguration.java | 6 ++++-
.../spring/annotation/RocketMQMessageListener.java | 5 ++++
.../ExtConsumerResetConfiguration.java | 4 +++-
.../ExtProducerResetConfiguration.java | 3 +++
.../ListenerContainerConfiguration.java | 1 +
.../autoconfigure/RocketMQAutoConfiguration.java | 6 +++--
.../spring/autoconfigure/RocketMQProperties.java | 28 +++++++++++++++++++++-
.../support/DefaultRocketMQListenerContainer.java | 18 ++++++++++++--
.../rocketmq/spring/support/RocketMQUtil.java | 3 ++-
16 files changed, 87 insertions(+), 14 deletions(-)