美奇科技 发表于 2015-5-31 11:35:48

Spring Cloud Connectors 1.2.0 RC1 发布

#深圳# 6月10日 亚马逊AWSome Day云计算免费培训报名中
  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>
[*]  AmqpServiceInfo now supports holding a list of URIs for providers that support multiple host connections.
Cloud Foundry Connector
Relational Databases

[*]  All>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>AbstractCloudConfig triggering ClassNotFoundexceptions 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 提供了一个简易的开发方式,这种开发方式,将避免那些可能致使底层代码变得繁杂混乱的大量的属性文件和帮助类。
页: [1]
查看完整版本: Spring Cloud Connectors 1.2.0 RC1 发布