xpdustry / imperium

ImperiumV2 and Nucleus had a baby.
GNU General Public License v3.0
2 stars 4 forks source link

chore(deps): Update exposed to v0.52.0 - autoclosed #202

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.jetbrains.exposed:exposed-json 0.51.1 -> 0.52.0 age adoption passing confidence
org.jetbrains.exposed:exposed-java-time 0.51.1 -> 0.52.0 age adoption passing confidence
org.jetbrains.exposed:exposed-jdbc 0.51.1 -> 0.52.0 age adoption passing confidence
org.jetbrains.exposed:exposed-core 0.51.1 -> 0.52.0 age adoption passing confidence

Release Notes

JetBrains/Exposed (org.jetbrains.exposed:exposed-json) ### [`v0.52.0`](https://togithub.com/JetBrains/Exposed/blob/HEAD/CHANGELOG.md#0520) [Compare Source](https://togithub.com/JetBrains/Exposed/compare/0.51.1...0.52.0) Features: - feat: EXPOSED-334 Support MERGE statement by [@​obabichevjb](https://togithub.com/obabichevjb) in [https://github.com/JetBrains/Exposed/pull/2047](https://togithub.com/JetBrains/Exposed/pull/2047) - feat: EXPOSED-368 Ordering on References by [@​obabichevjb](https://togithub.com/obabichevjb) in [https://github.com/JetBrains/Exposed/pull/2083](https://togithub.com/JetBrains/Exposed/pull/2083) - Feat: EXPOSED-396 Supports fetchBatchedResults with sorting order by [@​roharon](https://togithub.com/roharon) in [https://github.com/JetBrains/Exposed/pull/2102](https://togithub.com/JetBrains/Exposed/pull/2102) - feat: Add OffsetDateTime extension functions by [@​joc-a](https://togithub.com/joc-a) in [https://github.com/JetBrains/Exposed/pull/2118](https://togithub.com/JetBrains/Exposed/pull/2118) - feat: EXPOSED-295 Support subqueries with preceding LATERAL by [@​obabichevjb](https://togithub.com/obabichevjb) in [https://github.com/JetBrains/Exposed/pull/2095](https://togithub.com/JetBrains/Exposed/pull/2095) - feat: EXPOSED-336 Support Where clause with batchUpsert by [@​bog-walk](https://togithub.com/bog-walk) in [https://github.com/JetBrains/Exposed/pull/2120](https://togithub.com/JetBrains/Exposed/pull/2120) - feat: EXPOSED-416 Support adding special database-specific column definitions by [@​bog-walk](https://togithub.com/bog-walk) in [https://github.com/JetBrains/Exposed/pull/2125](https://togithub.com/JetBrains/Exposed/pull/2125) Bug fixes: - fix: EXPOSED-389 Coalesce operator returning nullable value by [@​joc-a](https://togithub.com/joc-a) in [https://github.com/JetBrains/Exposed/pull/2107](https://togithub.com/JetBrains/Exposed/pull/2107) - fix: EXPOSED-390 ASC_NULLS_LAST and DESC_NULLS_FIRST for MySQL string columns by [@​zly2006](https://togithub.com/zly2006) in [https://github.com/JetBrains/Exposed/pull/2091](https://togithub.com/JetBrains/Exposed/pull/2091) - fix: EXPOSED-402 ClassCastException when eager loading with uuid().references() by [@​bog-walk](https://togithub.com/bog-walk) in [https://github.com/JetBrains/Exposed/pull/2112](https://togithub.com/JetBrains/Exposed/pull/2112) - fix(DoubleColumnType): correctly handle precision when casting Float to DoubleColumnType for a `real` column by [@​jackgisel-RL](https://togithub.com/jackgisel-RL) in [https://github.com/JetBrains/Exposed/pull/2115](https://togithub.com/JetBrains/Exposed/pull/2115) - fix: EXPOSED-277 statementsRequiredToActualizeScheme does not check s… by [@​obabichevjb](https://togithub.com/obabichevjb) in [https://github.com/JetBrains/Exposed/pull/2096](https://togithub.com/JetBrains/Exposed/pull/2096) - fix: EXPOSED-411 ClassCastException when `uuid().references()` is used with `referrersOn` by [@​joc-a](https://togithub.com/joc-a) in [https://github.com/JetBrains/Exposed/pull/2127](https://togithub.com/JetBrains/Exposed/pull/2127) - fix: EXPOSED-412 Remove all the usage of isOldMySql function in tests by [@​obabichevjb](https://togithub.com/obabichevjb) in [https://github.com/JetBrains/Exposed/pull/2126](https://togithub.com/JetBrains/Exposed/pull/2126) - fix: EXPOSED-405 SQLite bugs: Table with custom ID behaves weirdly in DAO and batchInsert by [@​obabichevjb](https://togithub.com/obabichevjb) in [https://github.com/JetBrains/Exposed/pull/2119](https://togithub.com/JetBrains/Exposed/pull/2119) - fix: EXPOSED-393 H2 upsert with JSON column creates invalid data by [@​obabichevjb](https://togithub.com/obabichevjb) in [https://github.com/JetBrains/Exposed/pull/2104](https://togithub.com/JetBrains/Exposed/pull/2104) - fix: EXPOSED-400 ClassCastException when using `fetchBatchedResults` by [@​joc-a](https://togithub.com/joc-a) in [https://github.com/JetBrains/Exposed/pull/2113](https://togithub.com/JetBrains/Exposed/pull/2113) - EXPOSED-398 Gradle task testH2\_v1 runs tests on version 2.2.224 by [@​obabichevjb](https://togithub.com/obabichevjb) in [https://github.com/JetBrains/Exposed/pull/2110](https://togithub.com/JetBrains/Exposed/pull/2110) - test: EXPOSED-191 Flaky Oracle test on TC build by [@​obabichevjb](https://togithub.com/obabichevjb) in [https://github.com/JetBrains/Exposed/pull/2098](https://togithub.com/JetBrains/Exposed/pull/2098) Infrastructure: - Spring Boot 3.3.1 - io.github.hakky54:logcaptor 2.9.3 - Spring Framework 6.1.10 - org.junit:junit-bom 5.10.2 - chore: Fix TC Docker `version` is obsolete by [@​bog-walk](https://togithub.com/bog-walk) in [https://github.com/JetBrains/Exposed/pull/2111](https://togithub.com/JetBrains/Exposed/pull/2111) - test: EXPOSED-249 Add MySQL8 to tests for AllAnyFromBaseOp feature by [@​bog-walk](https://togithub.com/bog-walk) in [https://github.com/JetBrains/Exposed/pull/2123](https://togithub.com/JetBrains/Exposed/pull/2123) - chore: Add migration module and move `generateMigrationScript` function to it by [@​joc-a](https://togithub.com/joc-a) in [https://github.com/JetBrains/Exposed/pull/2128](https://togithub.com/JetBrains/Exposed/pull/2128) - Add workflow to build documentation website by [@​e5l](https://togithub.com/e5l) in [https://github.com/JetBrains/Exposed/pull/2134](https://togithub.com/JetBrains/Exposed/pull/2134)

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 these updates again.



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

github-actions[bot] commented 4 months ago

test results

30 tests  Β±0   30 :white_check_mark: Β±0   1m 8s :stopwatch: -1s  7 suites Β±0    0 :zzz: Β±0   7 files   Β±0    0 :x: Β±0 

Results for commit 987e1121. ± Comparison against base commit a4721dc9.

:recycle: This comment has been updated with latest results.