3 Commits

Author SHA1 Message Date
Anthony Dahanne
0a0af88de8 Bump minor version 2023-08-16 11:37:42 -04:00
Anthony Dahanne
8c0fe7682b Fix unclosed streams
* make sure Files.path() properly closes its directory, using try-with-resources
* missing one, found by @violetagg
* cherry pick from 1abd516456 and ec894cb82f
2023-08-15 15:44:41 -04:00
Anthony Dahanne
874b54b4b6 Bump to latest 2.5 spring boot release
Contains feedback from @Kehrlann

Original commit by @abelsromero - amended to keep compatibility with Spring Boot 2

Add integration tests
* use Maven modules to do so
* spring-cloud-bindings goes one level down
* addition of a spring-cloud-bindings parent

Inspired by @gregturn and spring-data-rest

Integrate PR#94 comments from @Kehrlann

* move bindings to src/test/resources
* get rid of unused / duplicate annotations
* move all dependencies to test scope for test projects

Spring Boot 2 support
* only in branch 1.x, SB3 support is in main branch
2023-06-05 21:33:56 -04:00