Java CFEnv 1.1.0.RC1 Released
Introduction
On behalf of the community I am happy to announce the release of Java CFEnv 1.1 RC1.
The RC1 release adds the following functionality:
-
Checks the classpath to correctly determine setting of MySQL or MariaDB driver class name.
-
When using the Boot support, an exception is thrown if the Spring Cloud Connector library is on the classpath. This applies only for the following services: DataSource, RabbitMQ, Cassandra, MongoDB, and Redis. The exception message indicates to set the environment variable
JBP_CONFIG_SPRING_AUTO_RECONFIGURATION '{enabled: false}'
-
Support for Boot 1.5.x by copying a logging utility class into the project.
…