Details
-
Type:
Enhancement
-
Status: Closed
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: 7.0.0
-
Fix Version/s: 7.0.0
-
Component/s: Mission Control Client
-
Labels:
-
Subcomponent:
-
CPU:generic
-
OS:generic
-
Sprint:JMC 7 Sprint 18 ATR 2
Description
JMC 7.0.0 is intended to work with JDK 11. For
javax.activiation is an EE module and its not shipped any more with JDK 9 onwards. In order to use mail feature in JMC 7.0.0 we need to use mail.api which requires javax.activation.
javax.activation:1.2.0 is available in maven central and it works with mail.api:1.6.0.