2.0.2.RELEASE
Core
- Support usernames and passwords containing special characters in relational database connections (via jzingler and bijukunjummen).
Cloud Foundry Connector
- Prevent
NullPointerException
when the application instance ID is not provided inVCAP_APPLICATION
.
Spring Connector
- Allow RabbitMQ connection properties to be applied to either the
com.rabbitmq.client.ConnectionFactory
or theorg.springframework.amqp.rabbit.connection.CachingConnectionFactory
when creating a RabbitMQ connection. - Avoid configuring connection pooling with Lettuce Redis driver unless pool parameters are provided. Provide a clear error when Lettuce connection pooling is configured by Apache Commons Pool is not on the classpath.
- Apply default connection pool sizes to relational database connections when the Hikari pool implementation is being used.
See the full list of resolved issues in GitHub.