Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

3.15.0

Compare
Choose a tag to compare
@rjrudin rjrudin released this 04 Jun 14:20
· 229 commits to master since this release

The main focus of this release is increased usage of the Configuration Management API to speed up application deployments.

Highlights of all issues in this release:

  • Databases, protected paths, query rolesets, roles, servers, and users can all be deployed via CMA
  • #355 An amp is not redeployed if it hasn't changed (this has a significant impact on Data Hub Framework projects)
  • #357 ml-app-deployer now defaults to using CMA (if it is available) for all supported resource types except servers
  • #360 To workaround a Manage API issue, if a scheduled task is created with task-enabled=false, a second call is made to the Manage API to ensure that the task is disabled (as the Manage API will make it enabled on creation)
  • #361 "simple" SSL strategies now work correctly on Java 11+
  • #362 ml-app-deployer now waits for a server restart after updating a task server
  • Includes updates from ml-javaclient-util 3.13.0