xavifeds8 commented on PR #7592: URL: https://github.com/apache/hbase/pull/7592#issuecomment-3989872857
@Apache9 Since Hadoop has moved to `com.nimbusds:nimbus-jose-jwt:jar:10.0.2` (which no longer brings jcip-annotations as a transitive dependency), Hadoop now explicitly depends on `com.github.stephenc.jcip` to provide jcip-annotations. However, in HBase, we currently have `net.jcip` specified in the supplemental-models.xml file, which also brings in jcip-annotations. Should we align with Hadoop and move to `com.github.stephenc.jcip`, or should we continue using `net.jcip`? -- 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]
