【问题标题】:New Version of Spring-integration-aws in MavenMaven 中新版本的 Spring-integration-aws
【发布时间】:2015-09-15 18:35:26
【问题描述】:

我能够找到版本 0.5.0 的 spring-integration-aws。是否有最新版本的 Spring 4.0 和 Spring Integration 4.0 可供使用?

我在 Maven 存储库中找不到它。

问候 卡提克

【问题讨论】:

    标签: spring amazon-s3 spring-integration


    【解决方案1】:

    不。在SpringOne 会议之后的几周内,这确实是我的首要任务。

    同时你可以在官方RELEASE之前使用这样的东西:

    <dependency>
        <groupId>org.springframework.integration</groupId>
        <artifactId>spring-integration-aws</artifactId>
        <version>1.0.0.BUILD-SNAPSHOT</version>
    </dependency>
    

    来自http://repo.spring.io/snapshot/ 存储库。

    【讨论】:

    • 酷感谢您的回复。
    • 我测试了您提供的版本,它可以工作。但是如果我需要设置代理让它访问,我该如何设置呢?我找不到选项。感谢并感谢您的帮助。
    • 抱歉,不确定。你是说 Nexus 之类的吗?
    • 我指的是在我的网络中用于连接到 AWS 的代理,例如使用 com.amazonaws.ClientConfiguration (Spring Cloud-AWS) 提供 s3 客户端配置。
    • 好吧,看起来这是对 Spring Integration AWS 改进的关键要求之一:我们确实需要将 S3 适配器移至 s-c-aws 基础。同时,我只看到用您的逻辑扩展AbstractAmazonS3Operations 的方法来为AmazonS3Client 注入ClientConfiguration。随意就此事提出 JIRA 罚单。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2021-01-12
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-08-03
    相关资源
    最近更新 更多