Spring Cloud Bindings 2.0.2: Bug fix release
This release just integrates a bug fix (SCB was not properly closing the directories from which it was reading the binding files) and some refactoring; in fact all that happened in this PR: #105
Start using it now!
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-bindings</artifactId>
<version>2.0.2</version>
</dependency>
Thanks to @violetagg , for raising the issue and helping with the fix.