Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreI’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:
DATABASE_URL
environment variable when detecting PostgreSQL database.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.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.