This minor release addresses the following items:
- Now depends on Spring Framework 7.0.5 and supports Java 17, 21, and 25 when run using Gradle 9.
- Added support for deploying MarkLogic integration endpoints to Progress Data Cloud (PDC). See the PDC support documentation for more details.
- Added new
mlWaitTillReadytask that waits until MarkLogic is ready to accept requests using the Manage API, which can be useful in a CI pipeline that installs MarkLogic and must then deploy an application using ml-gradle. See the Task reference for more information. - If a deployment must load schemas but a schemas database does not exist, and error is now thrown instead of a warning being logged. The lack of an error was treated as a bug.
- Entity services support is now deprecated and will be removed in a future version. This functionality has been handled MarkLogic Data Hub for many years.