AdyChechani opened a new pull request, #9732:
URL: https://github.com/apache/ozone/pull/9732
## What changes were proposed in this pull request?
This PR moves server-only serialization utilities from `hadoop-hdds/common`
to `hadoop-hdds/framework`, enabling the removal of the commons-pool2
dependency from the common module.
Changes:
* Moved three Java files from
`hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/util/` to
`hadoop-hdds/framework/src/main/java/org/apache/hadoop/ozone/util/`:
* ObjectSerializer.java
* WithChecksum.java
* YamlSerializer.java
* Updated dependency in `hadoop-hdds/common/pom.xml`:
* Removed org.apache.commons:commons-pool2 dependency
* Updated dependency in `hadoop-hdds/framework/pom.xml`:
* Added org.apache.commons:commons-pool2 dependency
## What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-14583
## How was this patch tested?
* Compilation tests: Verified successful compilation of affected modules:
* mvn clean compile -pl hadoop-hdds/common -am -DskipTests - SUCCESS
* mvn clean compile -pl hadoop-hdds/framework -am -DskipTests - SUCCESS
* Successful Test run:
* TestOmSnapshotLocalDataYaml
* TestOmSnapshotLocalDataManager
--
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]