You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2022/11/01 01:50:49 UTC

[GitHub] [servicecomb-samples] dependabot[bot] opened a new pull request, #99: Bump mybatis from 3.4.5 to 3.5.6 in /porter_springboot

dependabot[bot] opened a new pull request, #99:
URL: https://github.com/apache/servicecomb-samples/pull/99

   Bumps [mybatis](https://github.com/mybatis/mybatis-3) from 3.4.5 to 3.5.6.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/mybatis/mybatis-3/releases">mybatis's releases</a>.</em></p>
   <blockquote>
   <h2>mybatis-3.5.6</h2>
   <p>Enhancements:</p>
   <ul>
   <li>A new configuration option <code>defaultSqlProviderType</code> is added. The specified class will be used as the SQL provider when the <code>value()</code> or <code>type()</code> is not specified in <code>@SelectProvider</code>, <code>@UpdateProvider</code>, <code>@InsertProvider</code> and <code>@DeleteProvider</code>. <a href="https://github-redirect.dependabot.com/mybatis/mybatis-3/issues/1951">#1951</a></li>
   <li>A new transaction isolation level <code>SQL_SERVER_SNAPSHOT</code> is added to <code>TransactionIsolationLevel</code> enum to support the MS SQL Server specific isolation level <code>SNAPSHOT</code>.  <a href="https://github-redirect.dependabot.com/mybatis/mybatis-3/issues/1973">#1973</a></li>
   <li>When there is no <a href="https://docs.oracle.com/pls/topic/lookup?ctx=javase15&amp;id=GUID-8296D8E8-2B93-4B9A-856E-0A65AF9B8C66">JEP-290 serialization filter</a> defined, a WARN level message is logged on deserializing object streams. <a href="https://github-redirect.dependabot.com/mybatis/mybatis-3/issues/2079">#2079</a></li>
   </ul>
   <p>Bug fixes:</p>
   <ul>
   <li>Possible <code>NoSuchPropertyException</code> under heavy load. <a href="https://github-redirect.dependabot.com/mybatis/mybatis-3/issues/1648">#1648</a></li>
   <li>Possible <code>InvalidPathException</code> when registering type aliases by specifying package name. <a href="https://github-redirect.dependabot.com/mybatis/mybatis-3/issues/1974">#1974</a></li>
   <li>Possible <code>OutOfMemoryError</code> when using <code>BlockingCache</code>. <a href="https://github-redirect.dependabot.com/mybatis/mybatis-3/issues/2044">#2044</a></li>
   </ul>
   <p>There is no known backward incompatible change since 3.5.5.</p>
   <p>Please see the <a href="https://github.com/mybatis/mybatis-3/issues?q=is%3Aclosed+milestone%3A3.5.6">3.5.6 milestone page</a> for the complete list of changes.</p>
   <h2>mybatis-3.5.5</h2>
   <p>Enhancements:</p>
   <ul>
   <li>You can reference single <code>List</code> or <code>Collection</code> type parameter using its actual parameter name when <code>useActualParamName</code> is enabled. <a href="https://github-redirect.dependabot.com/mybatis/mybatis-3/issues/1237">#1237</a></li>
   <li>You can specify <code>resultMap</code> in <code>@One</code> and <code>@Many</code>. <a href="https://github-redirect.dependabot.com/mybatis/mybatis-3/issues/1771">#1771</a></li>
   <li>You can specify <code>columnPrefix</code> in <code>@One</code> and <code>@Many</code>. <a href="https://github-redirect.dependabot.com/mybatis/mybatis-3/issues/1829">#1829</a></li>
   <li>A new option <code>shrinkWhitespacesInSql</code> to remove extra whitespaces in SQL. <a href="https://github-redirect.dependabot.com/mybatis/mybatis-3/issues/1901">#1901</a></li>
   </ul>
   <p>Bug fixes:</p>
   <ul>
   <li>Possible IllegalArgumentException when using <code>@CacheNamespaceRef</code> . <a href="https://github-redirect.dependabot.com/mybatis/mybatis-3/issues/1719">#1719</a></li>
   <li>Mapper method invocation should be non-blocking (work around JDK-8161372). <a href="https://github-redirect.dependabot.com/mybatis/mybatis-3/issues/1929">#1929</a></li>
   </ul>
   <p>There is no known backward incompatible change since 3.5.4.</p>
   <p>Please see the <a href="https://github.com/mybatis/mybatis-3/issues?q=is%3Aclosed+milestone%3A3.5.5">3.5.5 milestone page</a> for the complete list of changes.</p>
   <h2>mybatis-3.5.4</h2>
   <p>Enhancements:</p>
   <ul>
   <li>You can now omit unnecessary <code>@Results</code> and <code>@ConstructorArgs</code> annotation. <a href="https://github-redirect.dependabot.com/mybatis/mybatis-3/issues/1698">#1698</a></li>
   </ul>
   <p>Bug fixes:</p>
   <ul>
   <li>Avoid invoking hashCode() method when setting auto-generated keys. <a href="https://github-redirect.dependabot.com/mybatis/mybatis-3/issues/1719">#1719</a></li>
   <li>Possible ResultMapException when using nested select. <a href="https://github-redirect.dependabot.com/mybatis/mybatis-3/issues/1551">#1551</a></li>
   <li>Possible incorrect TypeVariable resolution in TypeParameterResolver. <a href="https://github-redirect.dependabot.com/mybatis/mybatis-3/issues/1794">#1794</a></li>
   <li>Race condition in TypeHandlerRegistry. <a href="https://github-redirect.dependabot.com/mybatis/mybatis-3/issues/1819">#1819</a></li>
   </ul>
   <p>There is no known backward incompatible change since 3.5.3.</p>
   <p>Please see the <a href="https://github.com/mybatis/mybatis-3/issues?q=is%3Aclosed+milestone%3A3.5.4">3.5.4 milestone page</a> for the complete list of changes.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/mybatis/mybatis-3/commit/4f286a715e898ca502129f2567a8e4bb1b459e5a"><code>4f286a7</code></a> [maven-release-plugin] prepare release mybatis-3.5.6</li>
   <li><a href="https://github.com/mybatis/mybatis-3/commit/d89b30095f4687ae96119d70ef4622128efdd73f"><code>d89b300</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mybatis/mybatis-3/issues/2079">#2079</a> from harawata/desrialization-warning</li>
   <li><a href="https://github.com/mybatis/mybatis-3/commit/9caf480e05c389548c9889362c2cb080d728b5d8"><code>9caf480</code></a> Output warning when deserializing object stream with no JEP-290 filter defined</li>
   <li><a href="https://github.com/mybatis/mybatis-3/commit/6c6756c0edf45d1cb07242d67e7eda89590f5dac"><code>6c6756c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mybatis/mybatis-3/issues/2076">#2076</a> from nothingzhl/test</li>
   <li><a href="https://github.com/mybatis/mybatis-3/commit/c6df26c4d9aa82b6aed584fbb993dd12e04c9f57"><code>c6df26c</code></a> Replaced two more URLs, updated license headers, removed extra blank lines</li>
   <li><a href="https://github.com/mybatis/mybatis-3/commit/f1c61729ab06dea8a1f46a682d40b7dc0060a547"><code>f1c6172</code></a> replace all failure doc url link</li>
   <li><a href="https://github.com/mybatis/mybatis-3/commit/3ffa3071ba49c6743636731c9b4e85ee3ce4379b"><code>3ffa307</code></a> clean failure doc url link</li>
   <li><a href="https://github.com/mybatis/mybatis-3/commit/24d672c654e0707b4127c942edafdfee0a355307"><code>24d672c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mybatis/mybatis-3/issues/2064">#2064</a> from tacoo/parsing</li>
   <li><a href="https://github.com/mybatis/mybatis-3/commit/50c83b4b16b9f1da78ebfc03e243ed69789c4e20"><code>50c83b4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mybatis/mybatis-3/issues/2072">#2072</a> from mybatis/dependabot/maven/org.mockito-mockito-ju...</li>
   <li><a href="https://github.com/mybatis/mybatis-3/commit/56ed918282db4cae3b84f9625ba01770bb7be87d"><code>56ed918</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mybatis/mybatis-3/issues/2073">#2073</a> from mybatis/dependabot/maven/org.mockito-mockito-co...</li>
   <li>Additional commits viewable in <a href="https://github.com/mybatis/mybatis-3/compare/mybatis-3.4.5...mybatis-3.5.6">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.mybatis:mybatis&package-manager=maven&previous-version=3.4.5&new-version=3.5.6)](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)
   - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/servicecomb-samples/network/alerts).
   
   </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@servicecomb.apache.org

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