Implementation of RCML Java Builder SDK.#23
Implementation of RCML Java Builder SDK.#23rlimonta wants to merge 39 commits intoRestComm:masterfrom
Conversation
|
please ignore target dir to prevent .class files to go into SCM |
|
@jaimecasero We have a /target/ dir on .gitignore file |
gsaslis
left a comment
There was a problem hiding this comment.
Hi @rlimonta !
Thanks for taking the time to contribute this!
Could I please ask for some changes, so that we can make this easier to review and therefore give it a higher chance of getting it merged?
- Let's try to separate the commits that delete the
.classand other maven artifact files undertargetin another PR, as a kind of hotfix. This should be dead simple for us to merge. - If you could then cherry-pick the rest into a separate PR.
- Could you also include some documentation (maybe a couple of lines in the README.md about what this PR adds to the SDK ?
As a final note, I'd also point out that writing more meaningful commit messages (that explain the why, not the what ), really shows some <3 to the person reviewing your code, so it also means they'll more happily spend their time going through your PR and merging it in. ; )
Thanks in advance!
Example of using the RCML library.
|
@jaimecasero and @gsaslis I implemented the requested improvements. Best regards! |
Adjust response content type.
|
@rlimonta thanks for the extra work on this and adding some docs. Are you also planning to proceed with my suggestion to split this PR into 2 separate ones? |
No description provided.