dependabot[bot] opened a new pull request, #1187: URL: https://github.com/apache/cxf/pull/1187
Bumps [angus-mail](https://github.com/eclipse-ee4j/angus-mail) from 1.0.0 to 2.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eclipse-ee4j/angus-mail/releases">angus-mail's releases</a>.</em></p> <blockquote> <h2>Angus Mail 2.0.1 Final Release</h2> <p>Bugfix release of 2.0.0 fixing compatibility with Java SE 8.</p> <p>Provides implementation of the <a href="https://jakarta.ee/specifications/mail/2.1/">Jakarta Mail 2.1 Specification</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/eclipse-ee4j/angus-mail/compare/2.0.0...2.0.1">https://github.com/eclipse-ee4j/angus-mail/compare/2.0.0...2.0.1</a></p> <h2>Angus Mail 2.0.0 Final Release</h2> <p>The 2.0.0 release of the Angus Mail moves everything from the old <code>com.sun</code> package namespace to <code>org.eclipse.angus</code>:</p> <ul> <li>Changes Java module names <code>com.sun.mail.*</code> to <code>org.eclipse.angus.mail.*</code></li> <li>Changes Java package names <code>com.sun.mail.*</code> to <code>org.eclipse.angus.mail.*</code></li> </ul> <p>Provides implementation of the <a href="https://jakarta.ee/specifications/mail/2.1/">Jakarta Mail 2.1 Specification</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/eclipse-ee4j/angus-mail/compare/1.1.0...2.0.0">https://github.com/eclipse-ee4j/angus-mail/compare/1.1.0...2.0.0</a></p> <h2>Angus Mail 1.1.0 Final Release</h2> <p>Minor release of the Eclipse Angus - Angus Mail project contains new enhancements and bug fixes:</p> <ul> <li><a href="https://redirect.github.com/eclipse-ee4j/angus-mail/issues/12">#12</a> - Check server identity by default</li> <li><a href="https://redirect.github.com/eclipse-ee4j/angus-mail/issues/15">#15</a> - org.eclipse.angus.mail bundle fails to resolve under OSGi due to mandatory 'sun.security.util' package</li> <li><a href="https://redirect.github.com/eclipse-ee4j/angus-mail/issues/20">#20</a> - POP3 Protocol error handling can throw NPE</li> <li><a href="https://redirect.github.com/eclipse-ee4j/angus-mail/issues/26">#26</a> - Illegal reflective access when calling idle()</li> <li><a href="https://redirect.github.com/eclipse-ee4j/angus-mail/issues/30">#30</a> - DSN module with jakarta-mail bundle module issue (1)</li> <li><a href="https://redirect.github.com/eclipse-ee4j/angus-mail/issues/32">#32</a> - DSN module with jakarta-mail bundle module issue (2)</li> <li><a href="https://redirect.github.com/eclipse-ee4j/angus-mail/issues/33">#33</a> - Missing 'uses' in jakarta-mail bundle module-info</li> <li><a href="https://redirect.github.com/eclipse-ee4j/angus-mail/issues/35">#35</a> - Add proper tests with JDK9+ modules</li> <li><a href="https://redirect.github.com/eclipse-ee4j/angus-mail/issues/47">#47</a> - support GraalVM native image</li> <li><a href="https://redirect.github.com/eclipse-ee4j/angus-mail/issues/56">#56</a> - Add the ability to provide own scheduled executor for SMTP timeout</li> </ul> <p>Provides implementation of the <a href="https://jakarta.ee/specifications/mail/2.1/">Jakarta Mail 2.1 Specification</a>.</p> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/egor-ponomarev"><code>@egor-ponomarev</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/eclipse-ee4j/angus-mail/compare/1.0.0...1.1.0">https://github.com/eclipse-ee4j/angus-mail/compare/1.0.0...1.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eclipse-ee4j/angus-mail/commit/6c166592760b6877d7b3e3bd1165c006ea719324"><code>6c16659</code></a> Prepare release org.eclipse.angus:all:2.0.1</li> <li><a href="https://github.com/eclipse-ee4j/angus-mail/commit/9969b391a97c3da4acd6abbc465f58d69fde613b"><code>9969b39</code></a> Inconsistent Java version requirements <a href="https://redirect.github.com/eclipse-ee4j/angus-mail/issues/76">#76</a> (<a href="https://redirect.github.com/eclipse-ee4j/angus-mail/issues/77">#77</a>)</li> <li><a href="https://github.com/eclipse-ee4j/angus-mail/commit/381ba152dd34e6d0b46d5d908dfe6f626ecb56f3"><code>381ba15</code></a> fix pointers to mail-api in faq</li> <li><a href="https://github.com/eclipse-ee4j/angus-mail/commit/18fdc4f962e59dea164d6cd738c02eef9d0ac998"><code>18fdc4f</code></a> update web for 2.0.0 release</li> <li><a href="https://github.com/eclipse-ee4j/angus-mail/commit/bc5d1e146547aae30a1eed362fd4c3f009a92e88"><code>bc5d1e1</code></a> Prepare next development cycle for 2.0.1-SNAPSHOT</li> <li><a href="https://github.com/eclipse-ee4j/angus-mail/commit/9ff6e3825d59c644f06d6ce2a161031b59c10959"><code>9ff6e38</code></a> Prepare release org.eclipse.angus:all:2.0.0</li> <li><a href="https://github.com/eclipse-ee4j/angus-mail/commit/cc6b37dc2f134cbb4c458e4dd06f9981b0fe5e5b"><code>cc6b37d</code></a> update build plugins</li> <li><a href="https://github.com/eclipse-ee4j/angus-mail/commit/379a0d5dc03ebd25b4ba6f6a6c851ea0750df78e"><code>379a0d5</code></a> <a href="https://redirect.github.com/eclipse-ee4j/angus-mail/issues/44">#44</a>: Documentation: SMTP, IMAP and POP3 Javadoc links lead to 404 page</li> <li><a href="https://github.com/eclipse-ee4j/angus-mail/commit/d05372ab770660f05ce2729ebf19f2c7a4bc8525"><code>d05372a</code></a> <a href="https://redirect.github.com/eclipse-ee4j/angus-mail/issues/50">#50</a>: improve documentation</li> <li><a href="https://github.com/eclipse-ee4j/angus-mail/commit/bb9bb7f65e87d585722257b5081e85f426407279"><code>bb9bb7f</code></a> remove obsolete manifest,</li> <li>Additional commits viewable in <a href="https://github.com/eclipse-ee4j/angus-mail/compare/1.0.0...2.0.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
