Skip to content
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

refactor: move jakarta mail dependency to spring boot mail #2611

Merged
merged 1 commit into from
Nov 22, 2023

Conversation

strehle
Copy link
Member

@strehle strehle commented Nov 21, 2023

With upgrade to spring boot 3 wont work anymore
but we consume a different library

TODO, move imports
import javax.mail.*
to jakarta.mail.*

e.g. import javax.mail.internet.InternetAddress -> import jakarta.mail.internet.InternetAddress

With upgrade to spring boot 3 wont work anymore
but we consume a different library

TODO, move imports
import javax.mail.*
to jakarta.mail.*

e.g. import javax.mail.internet.InternetAddress -> import jakarta.mail.internet.InternetAddress
@cf-gitbot
Copy link

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/186525787

The labels on this github issue will be updated when the story is started.

@strehle strehle added this to the EOL_Removal milestone Nov 21, 2023
@strehle strehle requested a review from a team November 21, 2023 09:16
@strehle strehle merged commit c4bc391 into develop Nov 22, 2023
20 checks passed
@strehle strehle deleted the refactor/springMail branch November 22, 2023 10:10
@strehle strehle linked an issue Nov 22, 2023 that may be closed by this pull request
@cf-gitbot cf-gitbot added delivered accepted Accepted the issue and removed delivered labels Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Accepted the issue
Projects
Development

Successfully merging this pull request may close these issues.

Spring Boot 3x time line
3 participants