Co-authored-by: Daniel Garnier-Moiroux <git@garnier.wf>
Enhance SpringBootVersionResolver
[issue] Make this package-protected ; you don't want this class to be a part of your public API (same as MapMapper).
[suggestion] set the default value for forcedVersion to -1, it's a usual convention for "this is invalid".
Co-authored-by: Daniel Garnier-Moiroux <git@garnier.wf>
* 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