Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.mybatis:mybatis from 3.4.6 to 3.5.14 #1028

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2023

Bumps org.mybatis:mybatis from 3.4.6 to 3.5.14.

Release notes

Sourced from org.mybatis:mybatis's releases.

mybatis-3.5.14

Bug fixes:

  • Registered type handler is not used for anonymous enums #2956
  • Discriminator does not work in constructor mapping #2913

There is no known backward incompatible change since 3.5.13.

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

mybatis-3.5.13

This is a maintenance release to address the regression bug found in 3.5.12.

Bug fix:

  • Unable to resolve result type when the target property has a getter with different return type #2834

Mybatis 3.5.12 Release

"The Great Cleanup"

User impactful changes

  • #2703 Referencing collection parameter by name fails fixing #2693

  • #2709 Fix a race condition caused by other threads calling mapper methods while mapped tables are being constructed

  • #2727 Enable ability to provide custom configuration to XMLConfigBuilder

  • #2731 Adding mapper could fail under JPMS

  • #2741 Add 'affectedData' attribute to @​Select, @​SelectProvider, and <select />

  • #2767 Resolve resultType by namespace and id when not provided resultType and resultMap

  • #2804 Search readable property when resolving constructor arg type by name

  • Minor correction: 'boolean' can never be null (primative)

  • General library updates

  • Uses parameters option for compiler now (needed by spring boot 3) (for reflection needs)

Code cleanup

  • #2816 Use open rewrite to partially cleanup java code
  • #2817 Add private constructors per open rewrite
  • #2819 Add final where appropriate per open rewrite
  • #2825 Cleanup if statement breaks / return logic
  • #2826 Eclipse based cleanup

Build

  • #2820 Remove test ci group profile in favor of more direct usage on GH-Actions and update deprecated surefire along in overview in README.md
  • Adjustments to build so shaded ognl and javassist no longer throw warnings
  • Build with jdk 21-ea as well now
  • Various test cleanup, updates, and additions
  • Turn on auto formatting of all java code including note to contributors on readme to skip formatting when necessary in code blocks

... (truncated)

Commits
  • 52715ba [maven-release-plugin] prepare release mybatis-3.5.14
  • f1ba3d5 Format by maven plugin
  • a6e47d8 Merge pull request #2980 from taoyect/xml_parsing_learning_refine
  • c2b5bce Merge pull request #2981 from mybatis/renovate/log4j.version
  • d44c8e7 Merge pull request #2982 from mybatis/renovate/com.mysql-mysql-connector-j-8.x
  • ef3e46b chore(deps): update dependency com.mysql:mysql-connector-j to v8.2.0
  • c66dfbf chore(deps): update log4j.version to v2.21.1
  • 3829cd6 Try to keep several private methods and configuration items symmetrical
  • 0f45691 Merge pull request #2977 from hazendaz/master
  • 14886e4 [pom] Use property for log4j2 version to reduce renovate PRs
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 4, 2023
@chadlwilson
Copy link
Member

@dependabot ignore this minor version

@dependabot dependabot bot closed this Nov 4, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 4, 2023

OK, I won't notify you about version 3.5.x again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/gradle/org.mybatis-mybatis-3.5.14 branch November 4, 2023 03:51
@chadlwilson chadlwilson restored the dependabot/gradle/org.mybatis-mybatis-3.5.14 branch November 4, 2023 03:54
@chadlwilson chadlwilson reopened this Nov 4, 2023
@chadlwilson chadlwilson marked this pull request as draft November 4, 2023 03:54
@dependabot dependabot bot force-pushed the dependabot/gradle/org.mybatis-mybatis-3.5.14 branch from 744a6e1 to 57e57a8 Compare November 4, 2023 03:54
@dependabot dependabot bot force-pushed the dependabot/gradle/org.mybatis-mybatis-3.5.14 branch from 57e57a8 to 698bdae Compare December 1, 2023 03:13
Bumps [org.mybatis:mybatis](https://github.com/mybatis/mybatis-3) from 3.4.6 to 3.5.14.
- [Release notes](https://github.com/mybatis/mybatis-3/releases)
- [Commits](mybatis/mybatis-3@mybatis-3.4.6...mybatis-3.5.14)

---
updated-dependencies:
- dependency-name: org.mybatis:mybatis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/org.mybatis-mybatis-3.5.14 branch from 698bdae to 1d0ff07 Compare December 1, 2023 03:13
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 1, 2024

Superseded by #1047.

@dependabot dependabot bot closed this Jan 1, 2024
@dependabot dependabot bot deleted the dependabot/gradle/org.mybatis-mybatis-3.5.14 branch January 1, 2024 03:07
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant