gradlex-org / jvm-dependency-conflict-resolution

Gradle plugin to improve Dependency Conflict Detection and Resolution
http://gradlex.org/jvm-dependency-conflict-resolution/
Apache License 2.0
52 stars 14 forks source link

Javax and Jakarta Activation capabilites for com.sun.activation #152

Closed lennartfricke closed 4 months ago

lennartfricke commented 4 months ago

It seems to me that the Jakarta activation capability definition adds the jakarta capability to the com.sun.activation artifacts that still contain the javax packages (version 1.2.2, 1.2.1).

I would have expected the verion 1.2.1,2 to have the javax capability added and the newer versions with the jakarta capability.

jjohannes commented 4 months ago

Thank you for reporting @lennartfricke.

The JAKARTA_ACTIVATION_API capability is handled correctly, but we missed doing the same for JAKARTA_ACTIVATION_IMPL.

jjohannes commented 4 months ago

Release 2.1.2 with the fix