Releases: mulesoft-consulting/mule4-cps-connector
1.0.7
When the test button is used in Studio, the CPS connector should not attempt to pull configurations from the CPS service if the CPS base url is set to "https://". This will allow the Studio to load the project with the global property (default values) instead of attempting to use configurations in the remote service.
For example:
<global-property doc:name="Global Property" name="cps.configServerBaseUrl" value="https://" />
will skip accessing the remote CPS service if the property placeholder cps.configServerBaseUrl is used in the CPS connector's config of the base url.
This fixes most problems with using the "Test Configuration" button in Studio.
1.0.6
1.0.5
1.0.4
1.0.3
1.0.1
Add ability to include -config.properties in addition to the normal CPS function. *-config.properties values take precedence over any other CPS config values. This allows simple integration with the ApiConfigTool which will update the files with the API Manager autodiscovery values.