Skip to content

Remove singletons from generated code#18

Draft
jakzal wants to merge 10 commits intovlingo:masterfrom
jakzal:feature/no-global-state
Draft

Remove singletons from generated code#18
jakzal wants to merge 10 commits intovlingo:masterfrom
jakzal:feature/no-global-state

Conversation

@jakzal
Copy link
Copy Markdown
Member

@jakzal jakzal commented Mar 30, 2021

Fixes #17
Relates to vlingo/xoom-examples#107

  • Pass queries directly to REST resources
  • Pass state store directly to event-based projection actors
  • Pass state store directly to operation-based projection actors
  • Remove instance() methods from the projection dispatcher provider
  • Remove instance() methods from the journal provider

jakzal added 7 commits March 30, 2021 05:01
Signed-off-by: Jakub Zalas <jakub@zalas.pl>
Signed-off-by: Jakub Zalas <jakub@zalas.pl>
Signed-off-by: Jakub Zalas <jakub@zalas.pl>
Signed-off-by: Jakub Zalas <jakub@zalas.pl>
Signed-off-by: Jakub Zalas <jakub@zalas.pl>
Signed-off-by: Jakub Zalas <jakub@zalas.pl>
Signed-off-by: Jakub Zalas <jakub@zalas.pl>
@jakzal jakzal changed the title Remove singletons Remove singletons from generated code Mar 30, 2021
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.

Let's get rid of static field based singletons

2 participants