Skip to content
This repository was archived by the owner on Oct 27, 2020. It is now read-only.

Bump mybatis from 3.3.0 to 3.4.6 #36

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jan 18, 2019

Bumps mybatis from 3.3.0 to 3.4.6.

Release notes

Sourced from mybatis's releases.

mybatis-3.4.6

Enhancements:

  • Apply custom ResultHandler to CURSOR type OUT parameter. #493
  • Substitute variables in attribute values of included SQL fragments. #1069
  • BatchExecutor now closes each statement immediately after execution. #1110
  • It is now possible to use a static method as SQL provider. #1131
  • SQL provider method can now return CharSequence instead of String. #1134
  • Add resource path to the exception message when parsing XML mapper failed. #1172

Bug fixes:

  • Registering type handler against HashMap causes ClassCastException. #1089
  • Unable to register TypeHandler once TypeHandlerRegistry.hasTypeHandler is called. #1177
  • Serializing and deserializing cached objects causes NullPointerException. #1084
  • Invalid error message 'Two methods with same method signature but not providing classes assignable?' in System.err. #929

There should be no backward incompatible change since 3.4.5.
Follow this link to see the full list of changes.

mybatis-3.4.5

Enhancements:

  • Make default enum type handler customizable. #971
  • Make mapper method and its interface type accessible to SqlProvider. #1055
  • Allow using configuration properties in SqlProvider. #1061
  • Merge type handlers for JSR-310 (Java Date and Time API) into the core. #974

Bug fixes:

  • The type handler registered for a common interface of enums was not applied correctly. #976
  • Lazy loading should not overwrite a property value set by user. #988
  • Prevent foreach xml tag from polluting the global context. #966
  • Some parameter names (e.g. 'size') can cause ClassCastException. #1031
  • Not all result sets are processed when UPDATE or INSERT is performed in between. #1036
  • With PostgreSQL, ExecutorException is thrown if useGeneratedKeys is enabled globally. #902

There should be no backward incompatible change since 3.4.4.
Follow this link to see the full list of changes.

mybatis-3.4.4

This is no change since 3.4.3. Please see 3.4.3 release note

There was an error in the 3.4.3 JAR on Meven Central and we had to release 3.4.4 to fix it.

mybatis-3.4.3

Enhancements:

  • Allow registering a type handler for a common interface of enums. #947
  • Share Jdbc3KeyGenerator and NoKeyGenerator instances #882
... (truncated)
Commits
  • e7f59b6 [maven-release-plugin] prepare release mybatis-3.4.6
  • 43ab6a2 Updated license years.
  • 761805c Merge pull request #1197 from picc-lu/picc-lu-patch-1
  • aa932bb Correct Chinese translations in dynamic-sql.xml
  • 439bd14 Update dynamic-sql.xml
  • a4da2b0 Merge pull request #1195 from picc-lu/picc-lu-patch-1
  • fa1f98a Correct Chinese translation in logging.xml
  • b5b3fb2 Correct mistranslated Chinese in Java-API section (#1190)
  • f11e860 Removed a redundant class.
  • f385dd8 Fixed a typo in Korean documentation (#1182)
  • 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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 18, 2019
@killerboot
Copy link
Contributor

@dependabot-bot rebase

@dependabot-preview dependabot-preview bot force-pushed the dependabot/maven/org.mybatis-mybatis-3.4.6 branch from 3c1c00d to 59578c2 Compare January 18, 2019 14:15
@killerboot
Copy link
Contributor

@killerboot
Copy link
Contributor

Tests failed on repository, closing this for now.
@dependabot-bot ignore this dependency

@dependabot-preview dependabot-preview bot deleted the dependabot/maven/org.mybatis-mybatis-3.4.6 branch January 18, 2019 16:33
@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you about org.mybatis:mybatis again, unless you re-open this PR or update it yourself. 😢

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants