Skip to content

Fix typo in readCloudEventExtension method name#1407

Merged
fjtirado merged 1 commit into
serverlessworkflow:mainfrom
fjtirado:Fix_extension_method_typo
May 28, 2026
Merged

Fix typo in readCloudEventExtension method name#1407
fjtirado merged 1 commit into
serverlessworkflow:mainfrom
fjtirado:Fix_extension_method_typo

Conversation

@fjtirado
Copy link
Copy Markdown
Collaborator

No description provided.

Signed-off-by: fjtirado <ftirados@redhat.com>
Copilot AI review requested due to automatic review settings May 28, 2026 08:41
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR corrects a typo in the CloudEvent extension unmarshalling helper name, aligning the reader method with the existing writeCloudEventExtensions naming.

Changes:

  • Renames the misspelled readCloudEventExtenstions helper to readCloudEventExtensions.
  • Updates the internal delegation and bigmap persistence call site to use the corrected name.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
impl/core/src/main/java/io/serverlessworkflow/impl/marshaller/MarshallingUtils.java Corrects the CloudEvent extension reader method name and internal call.
impl/persistence/bigmap/src/main/java/io/serverlessworkflow/impl/persistence/bigmap/BytesMapInstanceTransaction.java Updates CloudEvent unmarshalling to call the corrected helper name.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@fjtirado fjtirado merged commit 5c0cf06 into serverlessworkflow:main May 28, 2026
3 checks passed
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.

2 participants