build(deps): bump mybatis-spring-boot-starter from 2.2.0 to 3.0.1 #161

Open
dependabot[bot] wants to merge 1 commits from dependabot/maven/org.mybatis.spring.boot-mybatis-spring-boot-starter-3.0.1 into main
dependabot[bot] commented 2023-01-01 17:00:49 +08:00 (Migrated from github.com)

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

Release notes

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

Mybatis Spring Boot 3.0.1

  • fix #758
  • Correct sources jar generations to not hijack resources. Variation of #759 as was done in mybatis spring module.
  • Fix manifest data on java version requirement #767
  • Fix groovy module to be jdk 17 as well in samples.

note: unrelated known issues with maven javadoc plugin and modular determination from usage of automatic module names caused some friction getting this release out. We moved the tag for 3.0.1 but left the release commits. This is released at the last set of those failed attempts.

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

... (truncated)

Commits
  • 886e1bc [maven-release-plugin] prepare release mybatis-spring-boot-3.0.1
  • 56045b3 [pom] Remove enforcer skip flag as not needed
  • 795fe98 [pom] let site generate for groovy sample, skip spotbugs instead
  • 5f220f7 [pom] Remove 1.8 patch to groovy module as 17 now.
  • e4ff481 [ci] Add missing module names
  • 8aceecc [maven-release-plugin] prepare for next development iteration
  • eda5597 [maven-release-plugin] prepare release mybatis-spring-boot-3.0.1
  • 2d19627 [pom] Add java.deskop to add modules
  • df77287 [maven-release-plugin] prepare for next development iteration
  • 1696dbf [maven-release-plugin] prepare release mybatis-spring-boot-3.0.1
  • 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.1. <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.1</h2> <ul> <li>fix <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/758">#758</a></li> <li>Correct sources jar generations to not hijack resources. Variation of <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/759">#759</a> as was done in mybatis spring module.</li> <li>Fix manifest data on java version requirement <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/767">#767</a></li> <li>Fix groovy module to be jdk 17 as well in samples.</li> </ul> <p>note: unrelated known issues with maven javadoc plugin and modular determination from usage of automatic module names caused some friction getting this release out. We moved the tag for 3.0.1 but left the release commits. This is released at the last set of those failed attempts.</p> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/886e1bcf6b9d3c702858e08ab9ecc03a42c75c34"><code>886e1bc</code></a> [maven-release-plugin] prepare release mybatis-spring-boot-3.0.1</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/56045b36cb19bbf010a50b03ac84a0dad629ea07"><code>56045b3</code></a> [pom] Remove enforcer skip flag as not needed</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/795fe98bfa45886e4abe39f3247648e5ebff699a"><code>795fe98</code></a> [pom] let site generate for groovy sample, skip spotbugs instead</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/5f220f7835dd600eee5ffc9dcab3f3da78857830"><code>5f220f7</code></a> [pom] Remove 1.8 patch to groovy module as 17 now.</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/e4ff481962e5f329aeff31f9a13cb6ff18691815"><code>e4ff481</code></a> [ci] Add missing module names</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/8aceecc6b4a1b7585c7e99b68bd5e5126198a5c6"><code>8aceecc</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/eda5597abcb0cee1eb16a71faf98cebfc9e2bbd4"><code>eda5597</code></a> [maven-release-plugin] prepare release mybatis-spring-boot-3.0.1</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/2d196274df84a69580624a3f379a16336cf4b827"><code>2d19627</code></a> [pom] Add java.deskop to add modules</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/df7728752751a45aded76ddf06ca9a4e3c859676"><code>df77287</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/1696dbfcc8bcc84a4cd716b181a2847ccb80f398"><code>1696dbf</code></a> [maven-release-plugin] prepare release mybatis-spring-boot-3.0.1</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.1">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.1)](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 pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/maven/org.mybatis.spring.boot-mybatis-spring-boot-starter-3.0.1:dependabot/maven/org.mybatis.spring.boot-mybatis-spring-boot-starter-3.0.1
git checkout dependabot/maven/org.mybatis.spring.boot-mybatis-spring-boot-starter-3.0.1
Sign in to join this conversation.
No description provided.