bbottema / simple-java-mail

Simple API, Complex Emails (Jakarta Mail smtp wrapper)
http://www.simplejavamail.org
Apache License 2.0
1.2k stars 261 forks source link

Bump org.eclipse.angus:angus-mail from 2.0.2 to 2.0.3 #517

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps org.eclipse.angus:angus-mail from 2.0.2 to 2.0.3.

Release notes

Sourced from org.eclipse.angus:angus-mail's releases.

Angus Mail 2.0.3 Final Release

Bugfix release containing following enhancements and bug fixes:

  • #15 - in jakarta.mail artifact
  • #16 - Remove SecurityManager references from logging package
  • #52 - CompactFormatter support for LogRecord::getLongThreadID
  • #107 - java.io.UnsupportedEncodingException: en_US.iso885915 if charset is "en_US.iso885915"
  • #110 - WildFly support for MailHandler
  • #119 - MailHandler LogManger support for mail entries
  • #123 - MailHandler should catch ServiceConfigurationError
  • #124 - Illegal reflective access by com.sun.mail.util.SocketFetcher
  • #132 -NTLM Auth type3flags set after array is copied
  • Integrates Jakarta Mail API 2.1.3

Provides implementation of the Jakarta Mail 2.1 Specification.

Full Changelog: https://github.com/eclipse-ee4j/angus-mail/compare/2.0.2...2.0.3

Commits
  • 07e957b Prepare release org.eclipse.angus:all:2.0.3
  • 62aae89 #15: in jakarta.mail artifact
  • 57bf854 NTLM Auth type3flags set after array is copied (#132)
  • 9cd659c Illegal reflective access by com.sun.mail.util.SocketFetcher #124 (#126)
  • 154ec8d allow reproducible build
  • 98c92b9 update gh action build
  • a0ef2b5 Update build plugins
  • d8f259a Integrate activation-api 2.1.3, mail-api 2.1.3,
  • 181d10d MailHandler should catch ServiceConfigurationError #123 (#125)
  • d223d1f Remove SecurityManager references from logging package #16 (#117)
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)