Re: [PR] [HUDI-7817] Use Jackson Core instead of org.codehaus.jackson for JSON encoding [hudi]

2024-05-30 Thread via GitHub


yihua merged PR #11369:
URL: https://github.com/apache/hudi/pull/11369


-- 
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-unsubscr...@hudi.apache.org

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



Re: [PR] [HUDI-7817] Use Jackson Core instead of org.codehaus.jackson for JSON encoding [hudi]

2024-05-30 Thread via GitHub


hudi-bot commented on PR #11369:
URL: https://github.com/apache/hudi/pull/11369#issuecomment-2140985222

   
   ## CI report:
   
   * 1718840e241dd32dc4c11885ba2bf1311bf822ec Azure: 
[SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=24155)
 
   
   
   Bot commands
 @hudi-bot supports the following commands:
   
- `@hudi-bot run azure` re-run the last Azure build
   


-- 
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-unsubscr...@hudi.apache.org

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



Re: [PR] [HUDI-7817] Use Jackson Core instead of org.codehaus.jackson for JSON encoding [hudi]

2024-05-30 Thread via GitHub


hudi-bot commented on PR #11369:
URL: https://github.com/apache/hudi/pull/11369#issuecomment-2140935788

   
   ## CI report:
   
   * 1718840e241dd32dc4c11885ba2bf1311bf822ec Azure: 
[PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=24155)
 
   
   
   Bot commands
 @hudi-bot supports the following commands:
   
- `@hudi-bot run azure` re-run the last Azure build
   


-- 
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-unsubscr...@hudi.apache.org

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



Re: [PR] [HUDI-7817] Use Jackson Core instead of org.codehaus.jackson for JSON encoding [hudi]

2024-05-30 Thread via GitHub


hudi-bot commented on PR #11369:
URL: https://github.com/apache/hudi/pull/11369#issuecomment-2140928147

   
   ## CI report:
   
   * 1718840e241dd32dc4c11885ba2bf1311bf822ec UNKNOWN
   
   
   Bot commands
 @hudi-bot supports the following commands:
   
- `@hudi-bot run azure` re-run the last Azure build
   


-- 
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-unsubscr...@hudi.apache.org

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



[PR] [HUDI-7817] Use Jackson Core instead of org.codehaus.jackson for JSON encoding [hudi]

2024-05-30 Thread via GitHub


yihua opened a new pull request, #11369:
URL: https://github.com/apache/hudi/pull/11369

   ### Change Logs
   
   `org.codehaus.jackson` is a older version of Jackson Core 
(`com.fasterxml.jackson.core:jackson-core`).  
`org.codehaus.jackson:jackson-mapper-asl` has critical vulnerabilities which 
should be avoided.  This PR changes `JsonEncoder` to use Jackson Core and adds 
rules to check illegal imports of `org.codehaus.jackson`.
   
   ### Impact
   
   Unifies usage of JSON encoding.
   
   ### Risk level
   
   none
   
   ### Documentation Update
   
   none
   
   ### Contributor's checklist
   
   - [ ] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [ ] Change Logs and Impact were stated clearly
   - [ ] Adequate tests were added if applicable
   - [ ] CI passed
   


-- 
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-unsubscr...@hudi.apache.org

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