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

Unqork #2278

Merged
merged 2 commits into from
Jun 12, 2024
Merged

Unqork #2278

merged 2 commits into from
Jun 12, 2024

Conversation

upgradingdave
Copy link
Contributor

Description

Allow for parsing integers found in ENUM section of open api specs

See issue #2277 for more details. This patch addresses that issue.

Related issues

closes #2277

Copy link
Contributor

@johnBgood johnBgood left a comment

Choose a reason for hiding this comment

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

Nice improvement thank you!
Would be nice to have a UT to illustrate this new behavior (maybe in HttpOutboundElementTemplateBuilderTest).

Last thing, did you test the generated template with a request using an Integer param? Just to be sure :)

Thank you again!

@johnBgood johnBgood added the kind:bug Something isn't working label Mar 29, 2024
@upgradingdave
Copy link
Contributor Author

Thanks for your review @johnBgood! I'll go thru and update the code per your suggestions asap.

I was able to import the element template json into Camunda Web Modeler 🎉

Next step is to test it out in an actual process ... I'll keep you posted 🙂

@johnBgood
Copy link
Contributor

Hey @upgradingdave ✋ Just following-up, did you have any chance to test the changes in a process?
Maybe could we address the comments and merge the PR so that our users can enjoy this fix :)

@johnBgood johnBgood self-assigned this Jun 12, 2024
@johnBgood johnBgood enabled auto-merge June 12, 2024 09:14
@johnBgood johnBgood added this pull request to the merge queue Jun 12, 2024
Merged via the queue into main with commit 0a15c20 Jun 12, 2024
3 checks passed
@johnBgood johnBgood deleted the unqork branch June 12, 2024 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to parse integers found in enums in unqork open api spec
2 participants