-
Notifications
You must be signed in to change notification settings - Fork 41
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
fix(rest connector): add skip decoding field for rest outbound connector #3840
base: main
Are you sure you want to change the base?
fix(rest connector): add skip decoding field for rest outbound connector #3840
Conversation
...e/src/test/java/io/camunda/connector/http/base/client/apache/CustomApacheHttpClientTest.java
Fixed
Show resolved
Hide resolved
cf8fa7e
to
9d46417
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great first one! Left a few comments 💯
...ors/http/http-base/src/main/java/io/camunda/connector/http/base/model/HttpCommonRequest.java
Show resolved
Hide resolved
...ase/src/main/java/io/camunda/connector/http/base/client/apache/builder/parts/UrlEncoder.java
Show resolved
Hide resolved
...ors/http/http-base/src/main/java/io/camunda/connector/http/base/model/HttpCommonRequest.java
Show resolved
Hide resolved
...e/src/test/java/io/camunda/connector/http/base/client/apache/CustomApacheHttpClientTest.java
Show resolved
Hide resolved
@@ -407,6 +407,16 @@ | |||
"type" : "zeebe:input" | |||
}, | |||
"type" : "Boolean" | |||
}, { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just to be sure: did you run the maven command or did you add these lines manually?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is added by the maven command. The changes in the gitlab connector json are done manually.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe should we update the version in HttpJsonFunction ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated the version and ran maven generate templates command, but now the changes to the ".json" files are removed? Is it correct to run the command in the http/rest/
subfolder? I am confused, why they were added first and now they are removed 🤔
Description
Info
Questions
Related issues
closes #3694
Checklist
no milestone
label. (not sure which milestone i should set it too 🤔 )