spring-cloud / stream-applications

Functions and Spring Cloud Stream Applications for data driven microservices
https://spring.io/projects/spring-cloud-stream-applications
250 stars 106 forks source link

[Build] Use Spring Boot and Spring Cloud BOM to manage versions #472

Open onobc opened 1 year ago

onobc commented 1 year ago

In our stream-applications-build/pom.xml we have explicit versions for many libs that are either in the Spring Cloud or Spring Boot BOM.

Improve the build by removing these hardcoded versions.

onobc commented 1 year ago

We should add a comment in stream-applications-build/pom.xml that includes a link to the list of version properties that Spring Boot supports. This will allow users to quickly choose the correct version to override if needed.

Version properties doc: https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#appendix.dependency-versions.properties