BLasan commented on pull request #1597:
URL: https://github.com/apache/fineract/pull/1597#issuecomment-781391887


   > > Yuh, if we can avoid having the 
`jakarta.activation/jakarta.activation-api/1.2.2` dependency from javax.mail, 
we'll be able to resolve this
   > 
   > @BLasan and yet without it we will be getting this error
   > java.lang.noclassdeffounderror: com/sun/activation/registries/logsupport
   > 
   > i have even tried com.sun.activation:jakarta.activation:1.2.0 as suggested 
[here] 
(https://stackoverflow.com/questions/58029104/cant-send-email-using-javamail-and-jdk-12)
 but i still got an error that 1.2.0 is not available
   
   Does the version matter? I tried that approach earlier. But got the same 
issue. I think we need to remove  
`jakarta.activation/jakarta.activation-api/1.2.2` . If we could exclude that 
dependency when installing `javax.mail`, I think we can resolve this issue. If 
you do have any idea on resolving this, please try and update us here. I'll 
give a try from my side (already tried multiple approaches) :)


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to