Latest solace cloud stream library version
Hi,
Can some one please confirm the latest version of the library which I need to use?
Currently I am using the below dependency, is it a stable version?
com.solace.spring.cloud
solace-spring-cloud-bom
1.1.1
pom
import
Comments
-
Hi, the latest is always available at https://github.com/SolaceProducts/solace-spring-cloud
We do not tag releases that are unstable so if it's from a release tag, it's stable.0 -
Hi @smpapas,
Correct, the Spring Cloud Stream binder is included as part ofsolace-spring-cloud
and 1.1.1 is the current latest release.
You can always find the latest release in our github repo here: https://github.com/SolaceProducts/solace-spring-cloud/releasesStay tuned as there should be a new version released soon
-Marc
0 -
@smpapas we also work with the team over at Spring to keep the Spring Initializr up to date at start.spring.io so you can always head over there and add Solace & Cloud Stream to see what the dependencies should look like.
Here's a shortcut link https://start.spring.io/#!dependencies=solace,cloud-stream
0 -
Thank you @Marc and @amackenzie
0