Releases: SolaceProducts/sl-spring-cloud-connectors
Solace Spring Cloud Connector moved to SolaceProducts
- The project has moved from SolaceLabs to SolaceProducts
- This release includes artifact and group renaming.
Support user-provided solace-messaging services
This release works with v1.2.1 of the Solace Message for PCF tile. This tile can be downloaded from: https://network.pivotal.io/products/solace-messaging
Changes from previous load:
- SolaceMessagingInfo is available when a user-provided is a Solace Messaging service.
- The user-provided service is Solace Messaging from another non cloud foundry source
- The user-provided service is Solace Messaging from another cloud foundry instance and communicated as a Service Key.
Updates to support Solace Messaging for PCF version 1.2.1
This release works with v1.2.1 of the Solace Message for PCF tile. This tile can be downloaded from: https://network.pivotal.io/products/solace-messaging
Changes from previous load:
- Added AMQP 1.0 support: Provides direct access to AMQP ( amqpUris ) / AMQPS ( amqpTlsUris ) and via public TCP Routes ports if configured. Solace’s implementation of Advanced Message Queuing Protocol (AMQP) 1.0 support is compatible with a variety of open source AMQP APIs.
- Added activeManagementHostname: Using this hostname the connection will redirected to the "Active" Message Router for solace-messaging services supporting High Availability (HA). For non-HA service plans, the connection goes to the Message Router providing the service.
- Added isHA() function to indicate if the current service is High Availability (HA) or not.
Updates to support the Solace Messaging for PCF v1.0 tile
This release works with v1.0 of the Solace Message for PCF tile. This tile can be downloaded from: https://network.pivotal.io/products/solace-messaging
Changes from previous load:
- Removed the webMessaging properties, as they are only used by
JavaScript applications. The VCAP_SERVICES properties smfHosts,
smfTlsHosts, smfZipHosts, jmsJndiUris and jmsJndiTlsUris are now JSON
arrays, but are presented as single comma-separated strings in the
SolaceMessagingInfo class. - Moved to JDK 1.8.
Updated for Solace Messaging for PCF v 0.4
The specific changes involved were:
- Adjust to the replacement of managementHttpUris with managementHostnames in the VCAP_SERVICES
Updated for Solace Messaging for PCF v 0.3
Updated for Solace Messaging for PCF v 0.3
Update to support TLS feature of Solace Messaging for PCF
Update SolaceMessagingInfo
to support TLS feature of Solace Messaging for PCF. Constructor changes are not backwards compatible.
Maintenance release for Solace Messaging for PCF v0.1
Update to adapt to renamed VCAP_SERVICES credential properties.
- URI -> HOST
- Add JNDI to JMS
Support for Solace Messaging for PCF v 0.1
First release supporting Solace Messaging for PCF Open Beta Tile.