Spring Cloud Connectors 1.2.1 released

Releases | Scott Frederick | December 02, 2015 | ...

I’m pleased to announce the availability of Spring Cloud Connectors 1.2.1. This is a maintenance release with a few new features and a few bug fixes.

Here are the highlights:

Heroku Connector

Relational Databases

  • The Heroku cloud connector now recognizes the DATABASE_URL environment variable when detecting PostgreSQL database.

Redis

Spring Connector

Relational Databases

  • When creating a DataSource, Spring Cloud Connectors will look for a pooling DataSource implementation on the classpath and choose one based on a default priority. The priority of detection has been changed to more closely match the order used in Spring Boot.
  • Applications can customize the priority order of pooled DataSource implementations using either Java configuration or XML configuration.
  • DataSourceConfig will now accept a map of key/value pairs to allow setting arbitrary properties of the created DataSource. This allows overriding of the default JDBC driver class name and validation query set up by Connectors, in addition to other properties of the DataSource. This can be used by Java configuration or XML configuration.

See the full list of resolved issues in GitHub.

Get the Spring newsletter

Thank you for your interest. Someone will get back to you shortly.

Get ahead

VMware offers training and certification to turbo-charge your progress.

Learn more

Get support

Tanzu Spring Runtime offers support and binaries for OpenJDK™, Spring, and Apache Tomcat® in one simple subscription.

Learn more

Upcoming events

Check out all the upcoming events in the Spring community.

View all