EasyEE-Auto
EasyEE-Auto copied to clipboard
Bump mybatis from 3.4.1 to 3.5.6 in /project/easyee-auto-test-smspringboot
Bumps mybatis from 3.4.1 to 3.5.6.
Release notes
Sourced from mybatis's releases.
mybatis-3.5.6
Enhancements:
- A new configuration option
defaultSqlProviderTypeis added. The specified class will be used as the SQL provider when thevalue()ortype()is not specified in@SelectProvider,@UpdateProvider,@InsertProviderand@DeleteProvider. #1951- A new transaction isolation level
SQL_SERVER_SNAPSHOTis added toTransactionIsolationLevelenum to support the MS SQL Server specific isolation levelSNAPSHOT. #1973- When there is no JEP-290 serialization filter defined, a WARN level message is logged on deserializing object streams. #2079
Bug fixes:
- Possible
NoSuchPropertyExceptionunder heavy load. #1648- Possible
InvalidPathExceptionwhen registering type aliases by specifying package name. #1974- Possible
OutOfMemoryErrorwhen usingBlockingCache. #2044There is no known backward incompatible change since 3.5.5.
Please see the 3.5.6 milestone page for the complete list of changes.
mybatis-3.5.5
Enhancements:
- You can reference single
ListorCollectiontype parameter using its actual parameter name whenuseActualParamNameis enabled. #1237- You can specify
resultMapin@Oneand@Many. #1771- You can specify
columnPrefixin@Oneand@Many. #1829- A new option
shrinkWhitespacesInSqlto remove extra whitespaces in SQL. #1901Bug fixes:
- Possible IllegalArgumentException when using
@CacheNamespaceRef. #1719- Mapper method invocation should be non-blocking (work around JDK-8161372). #1929
There is no known backward incompatible change since 3.5.4.
Please see the 3.5.5 milestone page for the complete list of changes.
mybatis-3.5.4
Enhancements:
- You can now omit unnecessary
@Resultsand@ConstructorArgsannotation. #1698Bug fixes:
- Avoid invoking hashCode() method when setting auto-generated keys. #1719
- Possible ResultMapException when using nested select. #1551
- Possible incorrect TypeVariable resolution in TypeParameterResolver. #1794
- Race condition in TypeHandlerRegistry. #1819
There is no known backward incompatible change since 3.5.3.
Please see the 3.5.4 milestone page for the complete list of changes.
... (truncated)
Commits
4f286a7[maven-release-plugin] prepare release mybatis-3.5.6d89b300Merge pull request #2079 from harawata/desrialization-warning9caf480Output warning when deserializing object stream with no JEP-290 filter defined6c6756cMerge pull request #2076 from nothingzhl/testc6df26cReplaced two more URLs, updated license headers, removed extra blank linesf1c6172replace all failure doc url link3ffa307clean failure doc url link24d672cMerge pull request #2064 from tacoo/parsing50c83b4Merge pull request #2072 from mybatis/dependabot/maven/org.mockito-mockito-ju...56ed918Merge pull request #2073 from mybatis/dependabot/maven/org.mockito-mockito-co...- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill 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.