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.15 #1047

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Bumps org.mybatis:mybatis from 3.4.6 to 3.5.15.

Release notes

Sourced from org.mybatis:mybatis's releases.

Mybatis 3.5.15

Changes

  • XNode#toString() should output all child nodes. See #3001 and associated tickets on this issue
  • Fix performance of mappedColumnNames.contains by using 'set' rather than 'list'. See #3023
  • Fix osgi issue with javassist. See #3031
  • Updated shaded OGNL to 3.4.2. See #3035
  • Add support method for generating dynamic sql on SQL class. See #2887
  • General library updates
  • General document updates

Build

  • We now show builds from java 11, 17, 21, and 22 on Github Actions. Code is still java 8 compatible at this time.
  • Update vulnerable hsqldb to 2.7.2 fixing our tests that now work due to newer support. Note, users were never affected by this but at least one user pull request was attempted opened in addition to both renovate and dependabot and various reporting on it.
  • Now using more properties to define versions in pom to lower the frequency of pull requests from renovate

Site

  • We have moved to maven site 4.0.0 using site xsd 2.0.0. This resulted in us needing to turn off the PDF documentation of our site. Please just use our site pages for now.
  • Due to site changes, if anyone finds any issues, please be sure to report them as the upgrade path with maven has been disappointing at best. We believe we got all setup correctly but will fix anything as quickly as discovered problematic. We apologize in advance of this situation as we work through maven 4 site changes.

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 />

... (truncated)

Commits
  • b5380e3 [maven-release-plugin] prepare release mybatis-3.5.15
  • adc312a [site] Fix index.md to point to zh_CN
  • 38d5c3b [ci] Update copyright
  • 9f9310b [site] Reworking the site
  • 7173455 [pom] Use more props for versions so we can get less PRs from renovate
  • 1081c8d [pom] Sort pom
  • eddd154 Merge pull request #3038 from hazendaz/hsqldb
  • a101970 [hsqldb] Now handles timezone so we must use bogus timezones for tests to con...
  • 04f933b [hsqldb] Add in GMT for time zone so time resolves out properly
  • 6c3eb27 [tests] hsqldb adjusted its usage so some date/time values have to change
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 1, 2024
@dependabot dependabot bot force-pushed the dependabot/gradle/org.mybatis-mybatis-3.5.15 branch from f85ed24 to cce9c3b Compare January 1, 2024 03:38
Bumps [org.mybatis:mybatis](https://github.com/mybatis/mybatis-3) from 3.4.6 to 3.5.15.
- [Release notes](https://github.com/mybatis/mybatis-3/releases)
- [Commits](mybatis/mybatis-3@mybatis-3.4.6...mybatis-3.5.15)

---
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.15 branch from cce9c3b to 140f696 Compare January 1, 2024 03:38
@chadlwilson chadlwilson marked this pull request as draft January 1, 2024 03:39
Copy link
Contributor Author

dependabot bot commented on behalf of github May 1, 2024

Superseded by #1104.

@dependabot dependabot bot closed this May 1, 2024
@dependabot dependabot bot deleted the dependabot/gradle/org.mybatis-mybatis-3.5.15 branch May 1, 2024 03:30
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.

0 participants