Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align ValueEntity with EventSourcedEntity #243

Merged
merged 9 commits into from
Aug 26, 2021

Conversation

patriknw
Copy link
Contributor

  • ValueEntityHandler and ValueEntitiesImpl more similar to corresponding
    event sourced implementations
  • change state management in handler and impl
  • no emptyState in the handler
  • remove AnnotationBasedValueEntitySupport and annotations
  • update ValueEntitiesImplSpec with Java impl of ShoppingCart
    (taken from sample)
  • generate comments for command and event handlers
  • Update tck
  • Update samples

Refs #52

* ValueEntityHandler and ValueEntitiesImpl more similar to corresponding
  event sourced implementations
* change state management in handler and impl
* no emptyState in the handler
* remove AnnotationBasedValueEntitySupport and annotations
* update ValueEntitiesImplSpec with Java impl of ShoppingCart
  (taken from sample)
Copy link
Member

@octonato octonato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

with some minor suggestions

@patriknw patriknw merged commit 9e6de12 into sdk-codegen-dev Aug 26, 2021
@patriknw patriknw deleted the wip-align-ve-patriknw branch August 26, 2021 13:28
@patriknw patriknw mentioned this pull request Aug 26, 2021
20 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants