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

Modify synapse expression return object for JSON #2246

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

GDLMadushanka
Copy link
Contributor

Purpose

Return object for synapse expressions on JSON payloads.
Change the default error response from null to ""

@@ -220,6 +225,17 @@ public SynapseJsonPath createSynJsonPath(String key) {
return synapseJsonPath;
}

public SynapseExpression createSynapseExpression(String key) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Shall we have this private?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

+1 fixed

Return object for synapse expressions on JSON payloads.
Change the default error response from null to ""
@GDLMadushanka GDLMadushanka merged commit 80e83df into wso2:master Dec 2, 2024
1 of 2 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