You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by dependabot on 2023/01/27 02:11:35 UTC

[PR] Bump simple-java-mail from 7.6.0 to 7.8.0 (streampipes)

dependabot[bot] opened a new pull request, #1170:
URL: https://github.com/apache/streampipes/pull/1170

   Bumps [simple-java-mail](https://github.com/bbottema/simple-java-mail) from 7.6.0 to 7.8.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/bbottema/simple-java-mail/releases">simple-java-mail's releases</a>.</em></p>
   <blockquote>
   <h2>v7.8.0 reject emails based on large size</h2>
   <p><a href="https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C7.8.0%7Cjar">v7.8.0</a> (24-January-2023)</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/436">#436</a> Enhancement: add mailerBuilder.withTransportModeLoggingOnly() as mailer API entry point</li>
   <li><a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/435">#435</a> Enhancement: SMTP server config should be optional in case a CustomMailer is used</li>
   <li><a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/427">#427</a> Feature: set a maximum email size on Mailer level which throws EmailToBig exception when exceeded</li>
   </ul>
   <h2>v7.7.1 CustomMailer regression bug</h2>
   <p><a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/434">#434</a> Regression bug in <a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/430">#430</a>: Email parameter missing in CustomMailer interface</p>
   <h2>v7.7.0 improved connection pools and cluster config</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/430">#430</a> Enhancement: auto-reconnect (if needed) when reclaiming a Transport connection from the SMTP connection pool (to avoid needless errors)</li>
   <li><a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/383">#383</a> Feature: be able to set defaults and overrides on the Mailer level, rather than email or global level</li>
   </ul>
   <p>This moves the conversion of Email to MimeMessage to after a Transport instance has been selected (in case of a cluster of SMTP servers),
   so we can apply defaults/overrides on the Mailer level, meaning you can configure 'global' values for individual SMTP servers</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/bbottema/simple-java-mail/blob/master/RELEASE.txt">simple-java-mail's changelog</a>.</em></p>
   <blockquote>
   <p>v7.8.0 (24-January-2023)</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/436">#436</a>: Enhancement: add mailerBuilder.withTransportModeLoggingOnly() as mailer API entry point</li>
   <li><a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/435">#435</a>: Enhancement: SMTP server config should be optional in case a CustomMailer is used</li>
   <li><a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/427">#427</a>: Feature: set a maximum email size on Mailer level which throws EmailToBig exception when exceeded</li>
   </ul>
   <p>v7.7.0 - <a href="https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C7.7.1%7Cjar">v7.7.1</a></p>
   <ul>
   <li>v7.7.1 (18-January-2023): <a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/434">#434</a>: Regression bug in <a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/430">#430</a>: Email parameter missing in CustomMailer interface</li>
   <li>v7.7.0 (17-January-2023): <a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/430">#430</a>: Enhancement: auto-reconnect (if needed) when reclaiming a Transport connection from the SMTP connection</li>
   <li>v7.7.0 (17-January-2023): <a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/383">#383</a>: Feature: be able to set defaults and overrides on the Mailer level, rather than email or global level</li>
   </ul>
   <p>7.7.0 moves the conversion of Email to MimeMessage to after a Transport instance has been selected (in case of a cluster of SMTP servers),
   so we can apply defaults/overrides on the Mailer level, meaning you can configure 'global' values for individual SMTP servers
   (like a fixed FROM per server).</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/bbottema/simple-java-mail/commit/7385c73945ebbe3ced03814c5151c196ef86a210"><code>7385c73</code></a> released 7.8.0 [skip ci]</li>
   <li><a href="https://github.com/bbottema/simple-java-mail/commit/fe2bcb51fde3e2b18ed06a8d2709cb25a7dd89c1"><code>fe2bcb5</code></a> Preparing release 7.8.0</li>
   <li><a href="https://github.com/bbottema/simple-java-mail/commit/aec2bec3ac312dd7ab2f4779750af13e5ef391b9"><code>aec2bec</code></a> Merge branch 'master' of <a href="https://github.com/bbottema/simple-java-mail">https://github.com/bbottema/simple-java-mail</a></li>
   <li><a href="https://github.com/bbottema/simple-java-mail/commit/8f39f045bfd3486ce930e6da4b9bf4277f5f709a"><code>8f39f04</code></a> <a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/427">#427</a>: Added support for maximum email size validation with a possible EmailTo...</li>
   <li><a href="https://github.com/bbottema/simple-java-mail/commit/93a2125773f1219d560816e4bac9ca224a212707"><code>93a2125</code></a> <a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/435">#435</a>, <a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/436">#436</a>: Added MailerBuilder API entries for .withCustomMailer() and .with...</li>
   <li><a href="https://github.com/bbottema/simple-java-mail/commit/5f61d1785d45cee526a453887dc40f787f52e0ef"><code>5f61d17</code></a> released 7.7.1 [skip ci]</li>
   <li><a href="https://github.com/bbottema/simple-java-mail/commit/946cd6734aa499c2b00f4b9c8f6c3ec121697ec4"><code>946cd67</code></a> Preparing release 7.7.1</li>
   <li><a href="https://github.com/bbottema/simple-java-mail/commit/90d0378795d29389e056dd5541e4dd714e85062c"><code>90d0378</code></a> Fixes <a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/434">#434</a>: Regression bug: Email parameter missing in CustomMailer interface</li>
   <li><a href="https://github.com/bbottema/simple-java-mail/commit/99250c443303d9f8e9c8cbc4cbf2627367974403"><code>99250c4</code></a> Merge branch 'master' of <a href="https://github.com/bbottema/simple-java-mail">https://github.com/bbottema/simple-java-mail</a></li>
   <li><a href="https://github.com/bbottema/simple-java-mail/commit/c6d10644ff415597dbc7a20259a74b451b11c843"><code>c6d1064</code></a> released 7.7.0 [skip ci]</li>
   <li>Additional commits viewable in <a href="https://github.com/bbottema/simple-java-mail/compare/7.6.0...7.8.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.simplejavamail:simple-java-mail&package-manager=maven&previous-version=7.6.0&new-version=7.8.0)](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: commits-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump simple-java-mail from 7.6.0 to 7.8.0 (streampipes)

Posted by "tenthe (via GitHub)" <gi...@apache.org>.
tenthe merged PR #1170:
URL: https://github.com/apache/streampipes/pull/1170


-- 
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: dev-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org