fix(client): implement file body support for native HTTP request builder#3922
Open
jndlansh wants to merge 1 commit into
Open
fix(client): implement file body support for native HTTP request builder#3922jndlansh wants to merge 1 commit into
jndlansh wants to merge 1 commit into
Conversation
Signed-off-by: Ansh Jindal <jndl.ansh@gmail.com>
GMishx
requested changes
Apr 27, 2026
Comment on lines
25
to
27
| <properties> | ||
| <maven.test.skip>true</maven.test.skip> | ||
| <!-- Removed maven.test.skip to allow tests to run --> | ||
| </properties> |
Member
There was a problem hiding this comment.
Checks ran successfully! The entire property can be removed!
| <dependency> | ||
| <groupId>org.junit.jupiter</groupId> | ||
| <artifactId>junit-jupiter</artifactId> | ||
| <version>5.10.2</version> |
Member
There was a problem hiding this comment.
Please put the dependency versions in the parent pom as a property
| @@ -0,0 +1,71 @@ | |||
| /* | |||
| * Copyright Siemens AG, 2026. Part of the SW360 Portal Project. | |||
Member
There was a problem hiding this comment.
Thank you for donating the code to Siemens. But you are not a Siemens employee ASAIK, so please update it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of Changes
Closes: #3855
Suggest Reviewer
How To Test?
Checklist
Must: