1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 Spring Cloud Connectors 1.2.0 RC1 发布 下载

本帖由 漂亮的石头2015-05-24 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    486,331
    赞:
    46
    Spring Cloud Connectors 1.2.0 RC1 发布,此版本完全向后兼容 1.1.0 版本。但是扩展核心连接器库的那些库无法重新编译 1.2.0 RC1,此版本还有几个小扩展 API 的更改。这是在 1.2.0 发布前的唯一个候选版本。此版本新增特性如下:

    Spring Cloud Connectors Core

    AMQP


    • AmqpServiceInfo no longer validates that the path element of a URI contains a value, which allows the default RabbitMQ vhost to be used.


    • URL validation in AmqpServiceInfo was relaxed such that QPID URL format is supported as well as RabbitMQ URL format.


    • AmqpServiceInfo now supports holding a list of URIs for providers that support multiple host connections.
    Cloud Foundry Connector

    Relational Databases


    • All relational database ServiceInfo parsers now honor a jdbcUrl field in the credentials contained in VCAP_SERVICES. If a jdbcUrl is found, its value is provided by RelationalServiceInfo.getJdbcUrl without modification. If a jdbcUrl is not found, then a JDBC URL will be constructed by RelationalServiceInfo as before.
    AMQP


    • The AMQP ServiceInfo parser now supports multiple URIs as provided by Pivotal’s RabbitMQ for Pivotal Cloud Foundry version 1.4.


    • The AMQP ServiceInfo parser now parses the management API and makes it available to clients.


    • amqps was added as a valid scheme when detecting an AMQP service based on a url field in the credentials contained in VCAP_SERVICES.
    Spring Connector

    Java Configuration


    • There was an issue with nested @Configuration classes that extend AbstractCloudConfig triggering ClassNotFound exceptions when spring-data-jpa, spring-data-mongodb, spring-data-redis, or spring-amqp are not present on the runtime classpath. This issue has been resolved, so only the dependencies actually needed by the application are required at runtime.
    Relational Databases


    • The HikariCP connection pooling library is now supported when creating a DataSource, along with Tomcat and Apache Commons pooling libraries.
    RabbitMQ


    • RabbitConnectionFactoryConfig will now accept a map of key/value pairs to allow setting arbitrary properties of the created ConnectionFactory. This can be used by Java configuration or XML configuration.
    Redis


    • RedisConnectionFactoryConfig will now accept a map of key/value pairs to allow setting arbitrary properties of the created RedisConnectionFactory. This can be used by Java configuration or XML configuration.
      MongoDB


    • MongoDbFactoryCreator now passes the authSource from the URI to the MongoDbFactory.


    • MongoDbFactoryCreator now accepts a URL that contains a list of replica sets.

    更多内容请查看发行页面

    Spring Framework 是一个开源的Java/Java EE全功能栈(full-stack)的应用程序框架,以Apache许可证形式发布,也有.NET平台上的移植版本。 该框架基于 Expert One-on-One Java EE Design and Development(ISBN 0-7645-4385-7)一书中的代码,最初由 Rod Johnson 和 Juergen Hoeller等开发。Spring Framework 提供了一个简易的开发方式,这种开发方式,将避免那些可能致使底层代码变得繁杂混乱的大量的属性文件和帮助类。

    [​IMG]
    Spring Cloud Connectors 1.2.0 RC1 发布下载地址
     
正在加载...