Skip to content

Releases: SolaceProducts/solace-spring-cloud

v1.0.0

06 Feb 17:41
Compare
Choose a tag to compare

Solace Spring Cloud Projects

Name Version
Solace Spring Cloud BOM 1.0.0 [NEW]
Solace Spring Cloud Stream Starter 2.0.0
Solace Spring Cloud Connector 4.2.0
  • Solace Spring Boot BOM set to 1.0.0 (using Spring Boot 2.2.4.RELEASE)

New Projects

Solace Spring Cloud BOM

A new BOM file which contains all top-level Solace Spring Cloud projects that depend on Spring Cloud.
For simplicity, this BOM also imports the Solace Spring Boot BOM.

Specific Project Changes

Solace Spring Cloud Stream Starter

  • Underlying Spring Cloud Stream dependency had a major version upgrade to 3.X.

  • Added configuration properties to turn on/off auto-provisioning:

    New Properties Binding Type Brief Description
    provisionDurableQueue Consumer & Producer Enable/Disable consumer group queue provisioning
    provisionSubscriptionsToDurableQueue Consumer & Producer Enable/Disable topic subscriptions on consumer group queues
    provisionDmq Consumer Enable/Disable DMQ provisioning
  • Add consumer connection checks to test connections to consumer group queues and DMQs during the endpoint provisioning phase.

Solace Spring Cloud Connector

This project is now in maintenance mode in favor of the new Solace Java CFEnv project. Read here for more details on why this change was made.

Spring Cloud

Spring Cloud upgraded to Hoxton.SR1