Skip to content

138 transactional #139

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

Merged
merged 13 commits into from
Jun 7, 2022
Merged

138 transactional #139

merged 13 commits into from
Jun 7, 2022

Conversation

sanagaraj-pivotal
Copy link
Contributor

Addresses issue 138

Other Refactor:
DSLSnippet is converted from constructor based to builder based pattern.

return new DslSnippet(
"/* TODO: LinkedMultiValueMap might not be apt, substitute with right input type*/\n" +
return DslSnippet.builder()
.renderedSnippet("/* TODO: LinkedMultiValueMap might not be apt, substitute with right input type*/\n" +
Copy link
Contributor

Choose a reason for hiding this comment

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

Leading space for comment for correct indent in method block?

@fabapp2 fabapp2 merged commit e7fe085 into spring-projects-experimental:main Jun 7, 2022
@sanagaraj-pivotal sanagaraj-pivotal deleted the 138-transactional branch June 7, 2022 13:54
@fabapp2 fabapp2 added type: enhancement New feature or request Mule-3.9 labels Sep 23, 2022
@fabapp2 fabapp2 added this to the v0.12.0 milestone Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants