-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Addressing some suggestions given by Paolo and some other things:
Backwards-compatible changes:
- Make sure that all places that take a
ValueCoderalso have an overload which uses utf8-strings as default encoding. - Add some more default
ValueCoders for Integers, Enums, Id-Types (classes wrapping a string). - Document the methods that can throw an
AntidoteException.
Mostly compatible:
- Refactor the code, so that methods from internal interfaces are not visible in the public interface.
- Let
CrdtMapimplementjava.util.Map
Breaking changes:
- Rename
noTransactiontoautomaticTransaction - Remove subtype-relation between
ObjectRefandResponseDecoder(this should get rid of some unnecessary methods onRegisterRef,MapRefand so on)
pviotti
Metadata
Metadata
Assignees
Labels
No labels