snazy opened a new pull request, #2965:
URL: https://github.com/apache/polaris/pull/2965

   Provides the persistence API parts for the NoSQL persistence work. Most of 
this PR are purely interfaces and annotations.
   
   It consists of a low-level `Persistence` interface to read and write 
individual `Obj`ects and the corresponding pluggable `ObjType`s.
   
   The API module also contains upstream SPIs for database specific 
implementations and downstream APIs for atomic commits and indexes. Also some 
CDI specific infrastructure helper annotations.
   
   Unit tests cover the few pieces of actual executable code in this change.
   
   This change also adds a README, which references functionality and modules 
that are not in this PR, but already provide an overview of the overall 
interactions.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to