Spring Cloud Data Flow 1.1 GA released
On behalf of the team, I am pleased to announce the GA release of Spring Cloud Data Flow 1.1. Follow the links in the getting started guide to download the local server implementation and shell to create Stream and Tasks.
General highlights of the 1.1 GA Release include:
-
Builds upon Spring Boot 1.4, Spring Cloud Camden SR2, Spring Integration 4.3 and Spring Cloud Task 1.1 release improvements.
-
Improvements to OAUTH backed authentication
-
LDAP authentication is now supported with SSL
-
Adds a form-based login page for non-OAUTH backend authentication methods such as the LDAP, Basic and File-based options
-
Adds the ability to pass application specific properties via YAML file. This is particularly useful when deploying streams that require many deployment properties to be set.
-
Portable deployment properties for memory, disk and cpu are in place for support across various runtime implementations.
…