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 mybatis-generator-core from 1.3.7 to 1.4.1 #128

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 9, 2022

Bumps mybatis-generator-core from 1.3.7 to 1.4.1.

Release notes

Sourced from mybatis-generator-core's releases.

MyBatis Generator Release 1.4.1

This release is primarily focused on improving the generated code targeting MyBatis Dynamic SQL.

For Java users (targetRuntime = "MyBatis3DynamicSQL") the changes are relatively minor and should be transparent to most users.

For Kotlin users (targetRuntime = "MyBatis3Kotlin") the changes are more impactful and are aligned with updates to the Kotlin DSL in newer versions of MyBatis Dynamic SQL. After upgrading, the generated code will be different than Kotlin code generated with earlier versions of MyBatis Generator. There is information about making changes to accommodate these changes here: https://mybatis.org/generator/whatsNew.html

There are several other relatively minor changes.

For all users, the changes are fully detailed in the documentation here: https://mybatis.org/generator/whatsNew.html and the GitHub milestone here: https://github.com/mybatis/generator/issues?q=milestone%3A1.4.1

The new artifacts are available in Maven central at

<dependency>
    <groupId>org.mybatis.generator</groupId>
    <artifactId>mybatis-generator</artifactId>
    <version>1.4.1</version>
</dependency>

and

<dependency>
    <groupId>org.mybatis.generator</groupId>
    <artifactId>mybatis-generator-maven-plugin</artifactId>
    <version>1.4.1</version>
</dependency>

You can install the eclipse feature from the eclipse market place here: https://marketplace.eclipse.org/content/mybatis-generator

MyBatis Generator Release 1.4.0

This is a major release of the generator. Important themes include:

  1. Kotlin! New runtime for generating Kotlin code
  2. Updated runtime for MyBatis Dynamic SQL
  3. Removal of support for iBatis2
  4. Update to Java 8

There are many other enhancements and fixes. Please read the release notes here for details: http://mybatis.org/generator/whatsNew.html

You can also see a list of other bug fixes and enhancements here: https://github.com/mybatis/generator/issues?q=milestone%3A1.4.0

The new artifacts are available in Maven central at

<dependency>
    <groupId>org.mybatis.generator</groupId>
    <artifactId>mybatis-generator</artifactId>
</tr></table> 

... (truncated)

Changelog

Sourced from mybatis-generator-core's changelog.

Pre-requisites:

  1. Make sure you have your SSH key setup to GitHub per these instructions:

    https://help.github.com/categories/ssh/

  2. Make sure you have generated a GPG key and have the gpg executable in your path per these instructions:

    https://github.com/mybatis/committers-stuff/wiki/Release-Process


Before releasing:

  1. Make sure the version numbers are updated in the runningWithMaven.xhtml page
  2. Make sure the GitHub issues and pull requests are associated with the GitHub milestone for this release.

Releasing Core:

  1. Clone the main repo (with ssh), checkout the master branch
  2. cd core
  3. mvn release:prepare
  4. mvn release:perform (this also updates the site)
  5. Logon to https://oss.sonatype.org/
  6. Find the mybatis staging repo
  7. Verify everything looks OK (I usually delete the bundle files as they're not really maven artifacts)
  8. Close the repo
  9. Release the repo

Releasing the Eclipse Feature:

  1. Clone the main repo and checkout the release tag. e.g.:

    git clone https://github.com/mybatis/generator.git cd generator git checkout mybatis-generator-1.4.1

  2. cd eclipse/

  3. mvn -Prelease-composite clean integration-test

  4. cd ../org.mybatis.generator.eclipse.site/target/p2-composite-repo

  5. Edit jfrogUpload.sh and add your jFrog credentials

  6. ./jfrogUpload.sh

  7. Logon to the eclipse marketplace and add the new release information


Final Details:

... (truncated)

Commits
  • 6806385 [maven-release-plugin] prepare release mybatis-generator-1.4.1
  • 347c61f Turn off site by default
  • 2e1d588 [maven-release-plugin] rollback the release of mybatis-generator-1.4.1
  • 03beb59 [maven-release-plugin] prepare for next development iteration
  • 05d2f92 [maven-release-plugin] prepare release mybatis-generator-1.4.1
  • 56da58f Skip site generation on the maven plugin
  • 7ea3871 [maven-release-plugin] rollback the release of mybatis-generator-1.4.1
  • cfea7c8 [maven-release-plugin] prepare for next development iteration
  • 31be7b5 [maven-release-plugin] prepare release mybatis-generator-1.4.1
  • 4403c77 Merge pull request #826 from jeffgbutler/docs
  • 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-generator-core](https://github.com/mybatis/generator) from 1.3.7 to 1.4.1.
- [Release notes](https://github.com/mybatis/generator/releases)
- [Changelog](https://github.com/mybatis/generator/blob/master/ReleaseChecklist.txt)
- [Commits](mybatis/generator@mybatis-generator-1.3.7...mybatis-generator-1.4.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 9, 2022
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.

0 participants