ArafatKhan2198 opened a new pull request, #6147:
URL: https://github.com/apache/ozone/pull/6147

   ## What changes were proposed in this pull request?
   This issue is related to the use of GSON in the codebase and its 
compatibility with Java 17. The proposed solution is to replace GSON with 
Jackson to reduce dependencies.
   
   ### Affected Modules:
   The replacement of GSON with Jackson is considered for several modules in 
the project, including:
   
   - `KeyValueContainerMetadataInspector` and 
`TestKeyValueContainerMetadataInspector` in the `hadoop-hdds/container-service` 
module.
   - `HddsConfServlet` and `EventQueue` in the `hadoop-hdds/framework` module, 
along with its corresponding tests.
   - Several classes in `hadoop-ozone/common`, especially related to 
multitenancy and access policies `AccessPolicy` 
    & `RangerAccessPolicy`.
   - Multiple integration tests and tools within the `hadoop-ozone` module, 
such as `TestReconWithOzoneManager`, `TestOzoneShellHA`, and various classes in 
the tools sub-module related to Ozone Shell, tenant management, and debug tools.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-10122?filter=-1
   
   ## How was this patch tested?
   
   Currently Draft State will be adding more classes into it. 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to