This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
4.6.0
This minor release addresses the following items:
- #182 Can now deploy a query-based-view (QBV); the view can be defined via JavaScript or XQuery, and a new view in the application's schemas database will be generated from it. This support requires some changed to
DefaultSchemasLoader
that may cause breaks if you are binding directly to that class, though most users are expected to only be using this class via ml-gradle's schema-loading feature. - #186 When loading files, collections defined by
collections.properties
and permissions defined bypermissions.properties
can now be cascaded to child directories. - Bumped
com.fasterxml.jackson
dependency from 2.14.3 to 2.15.2. - Includes improvements in Java Client 6.3.0.