On this page:
Summary: This document provides information about changes and new features introduced in this release of NoSQL for Java.
1.3.0-alpha2
Updates
Following new rules have been added (Under Technical Criterion: SQL and Data Handling Performance ). See https://technologies.castsoftware.com/rules?sec=srs_nosqljava&ref=||1.3.0-alpha2:
1101922 | Avoid having multiple Artifacts updating data on the same NoSQL Collection (JEE) |
---|---|
1101924 | Avoid having multiple Artifacts inserting data on the same NoSQL Collection (JEE) |
1101926 | Avoid having multiple Artifacts deleting data on the same NoSQL Collection (JEE) |
1.3.0-alpha1
Updates
Initial support for Couchbase Java SDK:
- Creation of cluster and bucket object.
- Crud Operations.