mybatis / spring-native

Apache License 2.0
85 stars 16 forks source link

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

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

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`](https://togithub.com/mybatis/mybatis-dynamic-sql/blob/HEAD/CHANGELOG.md#Release-152---June-3-2024) 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](https://togithub.com/mybatis/mybatis-dynamic-sql/pull/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, s[https://github.com/mybatis/mybatis-dynamic-sql/issues/788](https://togithub.com/mybatis/mybatis-dynamic-sql/issues/788)s-dynamic-sql/issues/788 GitHub milestone: **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.



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

coveralls commented 4 months ago

Pull Request Test Coverage Report for Build #387

Details


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

💛 - Coveralls