You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Been trying to update the version of postal on a project and noticed some dependency mismatches where the project is pulling in jakarta but importing javax.
Was wondering if it would be okay to update the imports to reference jakarta to future proof it for a bit?
The text was updated successfully, but these errors were encountered:
I end up getting a compilation error at line 1 message.clj stating javax.mail is not present as the dependency in the postal build pulls in the new none javax version of the library that I believe is due to licensing called jakarata:
Been trying to update the version of postal on a project and noticed some dependency mismatches where the project is pulling in jakarta but importing javax.
Was wondering if it would be okay to update the imports to reference jakarta to future proof it for a bit?
The text was updated successfully, but these errors were encountered: