build(deps): bump mybatis-spring-boot-starter from 2.2.0 to 3.0.0 #152

Closed
dependabot[bot] wants to merge 1 commits from dependabot/maven/org.mybatis.spring.boot-mybatis-spring-boot-starter-3.0.0 into master-old
dependabot[bot] commented 2022-12-01 17:00:44 +08:00 (Migrated from github.com)

Bumps mybatis-spring-boot-starter from 2.2.0 to 3.0.0.

Release notes

Sourced from mybatis-spring-boot-starter's releases.

mybatis-spring-boot-3.0.0

Here is the complete list of changes. Some of the changes in 2.3 are also included.

Bug Fixes

  • Failed to scan resources when exits non ascii characters in resource path on SpringBootVFS #635

Enhancements

  • Switch base line to Spring Boot 3.0 #708
  • Switch base line to MyBatis Spring 3.0 #707
  • Add imports file that define auto configure classes supported by spring-boot 2.7 #657
  • Liquibase/Flyway autoconfiguration order #537
  • Compile with -parameters option on 3.x #737
  • Add new nested configuration properties instead of Configuration of mybatis core module #735

Dependencies Updates

  • Update dependency org.mybatis.scripting:mybatis-thymeleaf to v1.0.4 #743
  • Update dependency org.mybatis:mybatis to v3.5.11 #713

Notes

  • No native image support yet. But we have a plan to support it as soon as possible.

mybatis-spring-boot-2.3.0

Here is the complete list of changes.

Bug Fixes

  • Failed to scan resources when exits non ascii characters in resource path on SpringBootVFS #635

Enhancements

  • Switch base line to Spring Boot 2.7 #656
  • Siwrch base line to MyBatis Spring 2.1 #649
  • Add imports file that define auto configure classes supported by spring-boot 2.7 #657
  • Liquibase/Flyway autoconfiguration order #537

Dependencies Updates

  • Update dependency org.mybatis.scripting:mybatis-thymeleaf to v1.0.4 #743
  • Update spring boot to v2.7.6 #742
  • Update dependency org.mybatis:mybatis to v3.5.11 #713
  • Update to MyBatis Spring 2.1.0 #649

mybatis-spring-boot-2.2.2

Here is the complete list of changes.

... (truncated)

Commits
  • c42796c [maven-release-plugin] prepare release mybatis-spring-boot-3.0.0
  • f0404af Merge pull request #755 from kazuki43zoo/gh-754
  • 83bbac7 Drop EnableAutoConfiguration from spring.factories
  • af74ca5 Merge pull request #753 from mybatis/renovate/tomcat.version
  • 7173f56 Update dependency org.apache.tomcat:tomcat to v10.1.2
  • 1f4cd9b Update README
  • 60be33d Merge pull request #751 from kazuki43zoo/update-dependencies
  • e7cc715 Merge pull request #750 from mybatis/dependabot/maven/mybatis-spring-boot-sam...
  • 0582169 Update to spring-boot 3.0.0 GA
  • 74df81d Update to mybatis-spring 3.0.0 GA
  • 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 [mybatis-spring-boot-starter](https://github.com/mybatis/spring-boot-starter) from 2.2.0 to 3.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mybatis/spring-boot-starter/releases">mybatis-spring-boot-starter's releases</a>.</em></p> <blockquote> <h2>mybatis-spring-boot-3.0.0</h2> <p>Here is the <a href="https://github.com/mybatis/spring-boot-starter/milestone/31?closed=1">complete list of changes</a>. Some of the <a href="https://github.com/mybatis/spring-boot-starter/milestone/30?closed=1">changes in 2.3</a> are also included.</p> <h2>Bug Fixes</h2> <ul> <li>Failed to scan resources when exits non ascii characters in resource path on SpringBootVFS <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/635">#635</a></li> </ul> <h2>Enhancements</h2> <ul> <li>Switch base line to Spring Boot 3.0 <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/708">#708</a></li> <li>Switch base line to MyBatis Spring 3.0 <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/707">#707</a></li> <li>Add imports file that define auto configure classes supported by spring-boot 2.7 <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/657">#657</a></li> <li>Liquibase/Flyway autoconfiguration order <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/537">#537</a></li> <li>Compile with -parameters option on 3.x <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/737">#737</a></li> <li>Add new nested configuration properties instead of Configuration of mybatis core module <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/735">#735</a></li> </ul> <h2>Dependencies Updates</h2> <ul> <li>Update dependency org.mybatis.scripting:mybatis-thymeleaf to v1.0.4 <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/743">#743</a></li> <li>Update dependency org.mybatis:mybatis to v3.5.11 <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/713">#713</a></li> </ul> <h2>Notes</h2> <ul> <li><strong>No native image support yet. But we have a plan to support it as soon as possible.</strong></li> </ul> <h2>mybatis-spring-boot-2.3.0</h2> <p>Here is the <a href="https://github.com/mybatis/spring-boot-starter/milestone/30?closed=1">complete list of changes</a>.</p> <h2>Bug Fixes</h2> <ul> <li>Failed to scan resources when exits non ascii characters in resource path on SpringBootVFS <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/635">#635</a></li> </ul> <h2>Enhancements</h2> <ul> <li>Switch base line to Spring Boot 2.7 <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/656">#656</a></li> <li>Siwrch base line to MyBatis Spring 2.1 <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/649">#649</a></li> <li>Add imports file that define auto configure classes supported by spring-boot 2.7 <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/657">#657</a></li> <li>Liquibase/Flyway autoconfiguration order <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/537">#537</a></li> </ul> <h2>Dependencies Updates</h2> <ul> <li>Update dependency org.mybatis.scripting:mybatis-thymeleaf to v1.0.4 <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/743">#743</a></li> <li>Update spring boot to v2.7.6 <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/742">#742</a></li> <li>Update dependency org.mybatis:mybatis to v3.5.11 <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/713">#713</a></li> <li>Update to MyBatis Spring 2.1.0 <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/649">#649</a></li> </ul> <h2>mybatis-spring-boot-2.2.2</h2> <p>Here is the <a href="https://github.com/mybatis/spring-boot-starter/milestone/28?closed=1">complete list of changes</a>.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/c42796cc2d029b0e6fceccd8eeff025706431563"><code>c42796c</code></a> [maven-release-plugin] prepare release mybatis-spring-boot-3.0.0</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/f0404af93e1699fdff973f0abbd1fc9417c2049e"><code>f0404af</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/755">#755</a> from kazuki43zoo/<a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/754">gh-754</a></li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/83bbac7a09a4990607d0e86c89f5db2c13b31316"><code>83bbac7</code></a> Drop EnableAutoConfiguration from spring.factories</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/af74ca5749d8bbc677e56b34e1c21c3eb87c3a1e"><code>af74ca5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/753">#753</a> from mybatis/renovate/tomcat.version</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/7173f56b0857fcfabe2cc74b2ff20b66706df349"><code>7173f56</code></a> Update dependency org.apache.tomcat:tomcat to v10.1.2</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/1f4cd9bb2e4a3d9bbe2eec76128985ecc6a251ae"><code>1f4cd9b</code></a> Update README</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/60be33d3f0ec32c51a354010376a82d1936fa203"><code>60be33d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/751">#751</a> from kazuki43zoo/update-dependencies</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/e7cc715ec1850977ea30897bd3a5ab3821173d31"><code>e7cc715</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/750">#750</a> from mybatis/dependabot/maven/mybatis-spring-boot-sam...</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/0582169bab09639e525117d366f25f8989998b30"><code>0582169</code></a> Update to spring-boot 3.0.0 GA</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/74df81d80950629bca9ae9d025bca58ca55f3b13"><code>74df81d</code></a> Update to mybatis-spring 3.0.0 GA</li> <li>Additional commits viewable in <a href="https://github.com/mybatis/spring-boot-starter/compare/mybatis-spring-boot-2.2.0...mybatis-spring-boot-3.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.mybatis.spring.boot:mybatis-spring-boot-starter&package-manager=maven&previous-version=2.2.0&new-version=3.0.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>
dependabot[bot] commented 2023-01-01 17:00:51 +08:00 (Migrated from github.com)

Superseded by #161.

Superseded by #161.

Pull request closed

Sign in to join this conversation.
No description provided.