Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2020

Bumps mybatis from 3.5.5 to 3.5.6.

Release notes

Sourced from mybatis's releases.

mybatis-3.5.6

Enhancements:

  • A new configuration option defaultSqlProviderType is added. The specified class will be used as the SQL provider when the value() or type() is not specified in @SelectProvider, @UpdateProvider, @InsertProvider and @DeleteProvider. #1951
  • A new transaction isolation level SQL_SERVER_SNAPSHOT is added to TransactionIsolationLevel enum to support the MS SQL Server specific isolation level SNAPSHOT. #1973
  • When there is no JEP-290 serialization filter defined, a WARN level message is logged on deserializing object streams. #2079

Bug fixes:

  • Possible NoSuchPropertyException under heavy load. #1648
  • Possible InvalidPathException when registering type aliases by specifying package name. #1974
  • Possible OutOfMemoryError when using BlockingCache. #2044

There is no known backward incompatible change since 3.5.5.

Please see the 3.5.6 milestone page for the complete list of changes.

Commits
  • 4f286a7 [maven-release-plugin] prepare release mybatis-3.5.6
  • d89b300 Merge pull request #2079 from harawata/desrialization-warning
  • 9caf480 Output warning when deserializing object stream with no JEP-290 filter defined
  • 6c6756c Merge pull request #2076 from nothingzhl/test
  • c6df26c Replaced two more URLs, updated license headers, removed extra blank lines
  • f1c6172 replace all failure doc url link
  • 3ffa307 clean failure doc url link
  • 24d672c Merge pull request #2064 from tacoo/parsing
  • 50c83b4 Merge pull request #2072 from mybatis/dependabot/maven/org.mockito-mockito-ju...
  • 56ed918 Merge pull request #2073 from mybatis/dependabot/maven/org.mockito-mockito-co...
  • 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](https://github.com/mybatis/mybatis-3) from 3.5.5 to 3.5.6.
- [Release notes](https://github.com/mybatis/mybatis-3/releases)
- [Commits](mybatis/mybatis-3@mybatis-3.5.5...mybatis-3.5.6)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 7, 2020
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 32f37e4 on dependabot/maven/org.mybatis-mybatis-3.5.6 into eb45ad3 on master.

@jeffgbutler jeffgbutler merged commit db3f342 into master Oct 7, 2020
@dependabot dependabot bot deleted the dependabot/maven/org.mybatis-mybatis-3.5.6 branch October 7, 2020 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants