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

Update dependency org.mybatis.dynamic-sql:mybatis-dynamic-sql to v1.5.2 #153

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 3, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.mybatis.dynamic-sql:mybatis-dynamic-sql (source) 1.5.1 -> 1.5.2 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

mybatis/mybatis-dynamic-sql (org.mybatis.dynamic-sql:mybatis-dynamic-sql)

v1.5.2

This is a small maintenance release with the following changes:

  1. Improvements to the Kotlin DSL for CASE expressions (infix methods for "else" and "then"). See this PR for
    details: (#​785)
  2. Potentially Breaking Change: the "in" conditions ("isIn", "isNotIn", "isInCaseInsensitive",
    "isNotInCaseInsensitive") will now render if the input list of values is empty. This will lead
    to a runtime exception. This change was made out of an abundance of caution and is the safest choice.
    If you wish to allow "in" conditions to be removed from where clauses when the list is empty,
    then use the "when present" versions of those conditions. If you are unsure how this works, please
    read the documentation here: https://mybatis.org/mybatis-dynamic-sql/docs/conditions.html#optionality-with-the-%E2%80%9Cin%E2%80%9D-conditions
    For background on the reason for the change, shttps://github.com/mybatis/mybatis-dynamic-sql/issues/788s-dynamic-sql/issues/788

GitHub milestone: https://github.com/mybatis/mybatis-dynamic-sql/milestone/14?closed=1

Important: This is the last release that will be compatible with Java 8.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@coveralls
Copy link

Pull Request Test Coverage Report for Build #387

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.971%

Totals Coverage Status
Change from base Build #386: 0.0%
Covered Lines: 202
Relevant Lines: 217

💛 - Coveralls

@hazendaz hazendaz merged commit 22f6ff4 into master Jun 4, 2024
10 of 58 checks passed
@renovate renovate bot deleted the renovate/mybatis-dynamic-sql.version branch June 4, 2024 03:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants