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

Storing state stored via business repository #423

Merged
merged 2 commits into from
Dec 22, 2024

Conversation

dgafka
Copy link
Member

@dgafka dgafka commented Dec 22, 2024

Why is this change proposed?

Storing state stored via business repository, as it was not covered.

Description of Changes

Pull Request Contribution Terms

  • I have read and agree to the contribution terms outlined in CONTRIBUTING.

@@ -526,6 +527,7 @@ public function registerBusinessRepositories(InterfaceToCallRegistry $interfaceT
$gatewayParameterConverters = [
GatewayHeaderBuilder::create($interface->getFirstParameter()->getName(), AggregateMessage::CALLED_AGGREGATE_OBJECT),
GatewayHeaderBuilder::create($interface->getFirstParameter()->getName(), AggregateMessage::RESULT_AGGREGATE_OBJECT),
GatewayPayloadBuilder::create($interface->getFirstParameter()->getName())
Copy link
Member Author

Choose a reason for hiding this comment

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

That was missing.

@dgafka dgafka merged commit c53973b into main Dec 22, 2024
65 checks passed
@dgafka dgafka deleted the hotfix/storing-state-stored-aggregate-via-business-repo branch December 22, 2024 12:16
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.

1 participant