FrankChen021 opened a new pull request, #20233: URL: https://github.com/apache/druid/pull/20233
### Description Replace the remaining `DatatypeConverter` calls in `services/src/main/java/org/apache/druid/cli/ExportMetadata.java` with the JDK `HexFormat` API. This removes the unused JAXB and legacy activation dependencies from the core `services` and `processing` modules and removes the obsolete `javax.activation-api` license metadata. The Jakarta JAXB and Jakarta Activation dependencies and license metadata used by `cloudfiles-extensions` remain unchanged because they are pinned for jclouds compatibility. This follows up on Dependabot PR #20226. #### Release note No user-facing behavior change. #### Testing - `mvn -o -ntp -pl services -am compile -DskipTests -Pskip-static-checks -Dweb.console.skip=true` - `mvn -o -ntp -pl services test -Dtest=MainTest -Dsurefire.failIfNoSpecifiedTests=false -Pskip-static-checks -Dweb.console.skip=true` ##### Key changed/added classes in this PR * `org.apache.druid.cli.ExportMetadata` This PR has: - [x] been self-reviewed. - [x] added or updated version, license, or notice information in `licenses.yaml`. -- 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]
