-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ZEPPELIN-6120] Jackson dependency governance
### What is this PR for? Currently, Jackson deps versions are inconsistent, which may cause potential issues. ``` $ ls lib | grep jackson jackson-annotations-2.12.7.jar jackson-core-2.12.7.jar jackson-core-asl-1.9.13.jar jackson-databind-2.12.7.1.jar jackson-mapper-asl-1.9.13.jar jackson-module-jaxb-annotations-2.9.9.jar jersey-media-json-jackson-2.30.jar ``` ### What type of PR is it? Improvement ### Todos * [x] - Pin Jackson 2.12.7.2 * [x] - Manage all Jackson deps via BOM * [x] - Remove redundant exclusions * [x] - Pin `jakarta.activation:jakarta.activation-api:1.2.2` to satisfy enforce-dependency-convergence * [x] - Pin `jakarta.xml.bind:jakarta.xml.bind-api:2.3.3` to satisfy enforce-dependency-convergence ### What is the Jira issue? ZEPPELIN-6120 ### How should this be tested? ``` $ ls lib | grep jackson jackson-annotations-2.12.7.jar jackson-core-2.12.7.jar jackson-core-asl-1.9.13.jar jackson-databind-2.12.7.2.jar jackson-mapper-asl-1.9.13.jar jackson-module-jaxb-annotations-2.12.7.jar jersey-media-json-jackson-2.30.jar ``` ### Screenshots (if appropriate) ### Questions: * Does the license files need to update? Updated. * Is there breaking changes for older versions? No. * Does this needs documentation? No. Closes #4863 from pan3793/ZEPPELIN-6120. Signed-off-by: Cheng Pan <[email protected]>
- Loading branch information
Showing
11 changed files
with
31 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters