Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 23, 2020

Bumps jakarta.mail from 1.6.4 to 1.6.5.

Release notes

Sourced from jakarta.mail's releases.

Jakarta Mail 1.6.5 Final Release

The 1.6.5 release is (hopefully) the last release of the Jakarta Mail project in the 1.x line, and includes several bug fixes and enhancements, including:

OAuth2 support for POP3

The main jar file is located at com.sun.mail:jakarta.mail.

The full list of changes is here: https://eclipse-ee4j.github.io/mail/docs/CHANGES.txt

Please note the potential compatibility issues in this release: https://eclipse-ee4j.github.io/mail/docs/COMPAT.txt

Jakarta Mail, like other parts of Jakarta EE, is moving to the jakarta.* package namespace. This is a major change, and so the next release will be Jakarta Mail 2.0.0, which will be included in Jakarta EE 9. Applications should be able to switch to this new version fairly easily by just changing all imports that use javax.mail.* to instead use jakarta.mail.*. Note that SNAPSHOT and Release Candidate versions of Jakarta Mail 2.0.0 are already available.

Enjoy!

The Jakarta Mail Team

Commits
  • 4c09279 Remove old oss.sonatype.org configuration that prevents deployment.
  • b14b8e9 1.6.5 Final Release.
  • adbf124 support more auth mechanisms with pop3: PLAIN, NTLM, XOAUTH2 - fix #416
  • 0eec4c8 update to new parent pom
  • 2b6ceed Improve SMTP error message with server returns bad greeting - fix #387
  • c29f6e5 fix typo
  • 103332e NPE in MailHandler::isLoggable #421 (#422)
  • 1a455bf Fix BASE64DecoderStream.read to return 0 when len is 0 - fix #408
  • 8ac4229 Avoid NPE in POP3Store.close - fix #413
  • 7ad9fe3 Update TCK bundle URL.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [jakarta.mail](https://github.com/eclipse-ee4j/mail) from 1.6.4 to 1.6.5.
- [Release notes](https://github.com/eclipse-ee4j/mail/releases)
- [Commits](jakartaee/mail-api@1.6.4...1.6.5)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 23, 2020
@garydgregory garydgregory merged commit b22ae4a into master Jul 24, 2020
@dependabot dependabot bot deleted the dependabot/maven/com.sun.mail-jakarta.mail-1.6.5 branch July 24, 2020 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant