This is an automated email from the ASF dual-hosted git repository.
dimas pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
from e070f74b9 NoSQL: Add Mongo database backend (#2992)
add 2eb74e376 NoSQL: "standalone" `Persistence` configuration helper
(#2993)
No new revisions were added by this update.
Summary of changes:
bom/build.gradle.kts | 1 +
gradle/projects.main.properties | 1 +
.../standalone}/build.gradle.kts | 27 +++---
.../nosql/standalone/PersistenceConfigurer.java | 99 ++++++++++++++++++++++
4 files changed, 112 insertions(+), 16 deletions(-)
copy persistence/nosql/{async/java => persistence/standalone}/build.gradle.kts
(69%)
create mode 100644
persistence/nosql/persistence/standalone/src/main/java/org/apache/polaris/persistence/nosql/standalone/PersistenceConfigurer.java