You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/03/30 15:31:32 UTC

[GitHub] [camel] klease opened a new pull request #7300: CAMEL-17866: fix CamelSqlGeneratedKeyRows issue.

klease opened a new pull request #7300:
URL: https://github.com/apache/camel/pull/7300


   CamelSqlGeneratedKeyRows is not populated if already exists because input
   headers were overwriting the new output header.
   Change code to set headers on input message instead of using deprecated
   getOut() method. Ensure that input body is set to null in case of EMPTY_RESULT
   on SelectOne queries.
   
   <!-- Uncomment and fill this section if your PR is not trivial
   - [x] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/CAMEL) filed for the change (usually before you start working on it).  Trivial changes like typos do not require a JIRA issue.  Your pull request should address just this issue, without pulling in other changes.
   - [x] Each commit in the pull request should have a meaningful subject line and body.
   - [x] If you're unsure, you can format the pull request title like `[CAMEL-XXX] Fixes bug in camel-file component`, where you replace `CAMEL-XXX` with the appropriate JIRA issue.
   - [ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
   - [x] Run `mvn clean install -Psourcecheck` in your module with source check enabled to make sure basic checks pass and there are no checkstyle violations. A more thorough check will be performed on your pull request automatically.
   Below are the contribution guidelines:
   https://github.com/apache/camel/blob/main/CONTRIBUTING.md
   -->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel] github-actions[bot] commented on pull request #7300: CAMEL-17866: fix CamelSqlGeneratedKeyRows issue.

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #7300:
URL: https://github.com/apache/camel/pull/7300#issuecomment-1083297024


   This PR changes components and will be tested automatically


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel] klease commented on pull request #7300: CAMEL-17866: fix CamelSqlGeneratedKeyRows issue.

Posted by GitBox <gi...@apache.org>.
klease commented on pull request #7300:
URL: https://github.com/apache/camel/pull/7300#issuecomment-1083334508


   Thanks @oscerd; I'll merge when the pr build check is done. The checkstyle failure is not due to my changes.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel] klease merged pull request #7300: CAMEL-17866: fix CamelSqlGeneratedKeyRows issue.

Posted by GitBox <gi...@apache.org>.
klease merged pull request #7300:
URL: https://github.com/apache/camel/pull/7300


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org