You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Wei-Chiu Chuang (Jira)" <ji...@apache.org> on 2021/05/24 16:30:00 UTC

[jira] [Created] (HBASE-25908) Exclude jakarta.activation-api

Wei-Chiu Chuang created HBASE-25908:
---------------------------------------

             Summary: Exclude jakarta.activation-api
                 Key: HBASE-25908
                 URL: https://issues.apache.org/jira/browse/HBASE-25908
             Project: HBase
          Issue Type: Improvement
    Affects Versions: 2.3.0
            Reporter: Wei-Chiu Chuang


Hadoop 3.3.1 replaced its dependency of javax.activation 1.2.0 with jakarta.activation 1.2.1.

They are essentially the same thing (they even have the same classpath name), but Eclipse took over JavaEE development and therefore changed group/artifact id. (https://stackoverflow.com/questions/46493613/what-is-the-replacement-for-javax-activation-package-in-java-9)

See HADOOP-17049 for more details. Hadoop 3.3.0 updated jackson-databind to 2.10 which shades jakarta.activation, causing classpath conflict.

The solution to this issue will be similar to HBASE-22268



--
This message was sent by Atlassian Jira
(v8.3.4#803005)