-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spring-ws-security has a transitive dependency to pre jakarta javamail #1360
Comments
I forgot the stack trace
|
kmccarp
pushed a commit
to kmccarp/spring-projects__spring-ws
that referenced
this issue
Jun 5, 2023
To properly support Jakarta EE, we need to exclude any old JavaMail dependencies. Resolves spring-projects#1360.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using spring-ws-security and spring-boot-starter-mail >= 3.0 causes a
java.lang.NoClassDefFoundError: javax/activation/DataContentHandler
at runtime.I could mitigate it by excluding
org.apache.geronimo.javamail:geronimo-javamail_1.4_mail
:.fixed with #1358.
The text was updated successfully, but these errors were encountered: