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 exposed to v0.58.0 #38

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

Update exposed to v0.58.0 #38

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 28, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.exposed:exposed-kotlin-datetime 0.41.1 -> 0.58.0 age adoption passing confidence
org.jetbrains.exposed:exposed-jdbc 0.41.1 -> 0.58.0 age adoption passing confidence
org.jetbrains.exposed:exposed-dao 0.41.1 -> 0.58.0 age adoption passing confidence
org.jetbrains.exposed:exposed-core 0.41.1 -> 0.58.0 age adoption passing confidence

Release Notes

JetBrains/Exposed (org.jetbrains.exposed:exposed-kotlin-datetime)

v0.58.0

Compare Source

What's Changed

Breaking changes:

  • fix: EXPOSED-662 SchemaUtils.listTables() returns empty list & closes db connection by @​joc-a in https://github.com/JetBrains/Exposed/pull/2331
    • SchemaUtils.listTables() returns only the tables from the current schema. The behaviour was returned to the 0.56.0 version.
    • To get tables from all the schemas the method SchemaUtils.listTablesInAllSchemas() could be used.

Features:

Infrastructure:

  • springFramework 6.2.1
  • log4j2 2.24.3
  • org.junit:junit-bom 5.11.4
  • org.jetbrains.dokka 2.0.0
  • springBoot 3.4.1
  • kotlinCoroutines 1.10.0
  • kotlinCoroutines 1.10.1
  • org.xerial:sqlite-jdbc from 3.47.2.0
  • org.jetbrains.kotlinx.binary-compatibility-validator 0.17.0
  • org.jetbrains.kotlinx:kotlinx-serialization-json 1.8.0

Docs:

v0.57.0

Compare Source

Infrastructure:

  • io.github.hakky54:logcaptor 2.10.0
  • Spring Boot 3.4.0
  • Spring Framework 6.2.0
  • log4j2 2.24.2
  • SQLite driver 3.47.1.0
  • Foojay Toolchains Plugin 0.9.0

Breaking changes:

Features:

Bug fixes:

Docs:

v0.56.0

Compare Source

Infrastructure:

  • junit-bom 5.11.3
  • SQLite driver 3.47.0.0
  • log4j2 2.24.1
  • Oracle driver 19.24.0.0
  • Spring Framework 6.1.14
  • Spring Boot 3.3.5

Breaking changes:

Features:

Bug fixes:

Docs:

v0.55.0

Compare Source

Infrastructure:

  • Spring Framework 6.1.13
  • Spring Boot 3.3.4
  • log4j2 2.24.0
  • detekt 1.23.7
  • joda-time:joda-time 2.13.0
  • kotlinCoroutines 1.9.0

Breaking changes:

Deprecations:

Features:

Bug fixes:

Docs:

v0.54.0

Compare Source

Infrastructure:

  • Kotlin 2.0.0
  • Kotlinx Serialization Json 1.7.1
  • Spring Framework 6.1.12
  • junit-bom 5.11.0
  • SQLite driver 3.46.1.0
  • Kotlinx Datetime JVM 0.6.1
  • Spring Boot 3.3.3
  • PostgreSQL driver 42.7.4

Breaking changes:

Deprecations:

Features:

Bug fixes:

Docs:

v0.53.0

Compare Source

Infrastructure:

  • SQLite driver 3.46.0.1
  • Spring Framework 6.1.11
  • Spring Boot 3.3.2
  • junit-bom 5.10.3

Breaking changes:

Features:

Bug fixes:

Docs:

v0.52.0

Compare Source

Breaking changes:

Features:

Bug fixes:

Infrastructure:

v0.51.1

Compare Source

Bug fixes:

v0.51.0

Compare Source

Infrastructure:

  • Spring Boot 3.3.0
  • Kotlin Coroutines 1.8.1
  • Spring Framework 6.1.8
  • SQLite driver 3.46.0.0
  • Kotlinx Datetime JVM 0.6.0

Breaking changes:

Features:

Bug fixes:

Docs:

v0.50.1

Compare Source

Bug fixes:

Docs:

v0.50.0

Compare Source

Infrastructure:

  • Spring Framework 6.1.6

Breaking changes:

Deprecations:

Features:

Bug fixes:

Docs:

Tests:

v0.49.0

Compare Source

Infrastructure:

  • log4j2 2.23.1
  • SQLite driver 3.45.2.0
  • Spring Framework 6.1.5
  • PostgreSQL driver 42.7.3
  • Detekt 1.23.6

Breaking changes:

Features:

Bug fixes:

Docs:

v0.48.0

Compare Source

Infrastructure:

  • PostgreSQL driver 42.7.2
  • Joda Time 2.12.7
  • Kotlin Coroutines 1.8.0
  • log4j2 2.23.0
  • Kotlinx Serialization Json 1.6.3
  • Spring Framework 6.1.4
  • Spring Security Crypto 6.2.1

Breaking changes:

  • nonNullValueToString() in some date/time column types now uses more appropriate string formatters.
  • anyFrom(array) and allFrom(array) may require an additional argument if a matching column type cannot be resolved for the array contents.
  • exposed-crypt module now uses Spring Security Crypto 6.+, which requires Java 17 as a minimum version.
  • More details at Breaking changes

Features:

Bug fixes:


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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update exposed to v0.42.0 Update exposed to v0.42.1 Aug 21, 2023
@renovate renovate bot force-pushed the renovate/exposed branch from 944f0a4 to ffc83f0 Compare August 21, 2023 11:45
@renovate renovate bot changed the title Update exposed to v0.42.1 Update exposed Aug 28, 2023
@renovate renovate bot force-pushed the renovate/exposed branch from ffc83f0 to 44811d6 Compare August 28, 2023 16:13
@renovate renovate bot changed the title Update exposed Update exposed to v0.43.0 Aug 29, 2023
@renovate renovate bot changed the title Update exposed to v0.43.0 Update exposed to v0.44.0 Sep 25, 2023
@renovate renovate bot force-pushed the renovate/exposed branch from 44811d6 to 5107870 Compare September 25, 2023 16:28
@renovate renovate bot force-pushed the renovate/exposed branch from 5107870 to 327a36b Compare October 26, 2023 16:19
@renovate renovate bot changed the title Update exposed to v0.44.0 Update exposed to v0.44.1 Oct 26, 2023
@renovate renovate bot changed the title Update exposed to v0.44.1 Update exposed to v0.45.0 Nov 28, 2023
@renovate renovate bot force-pushed the renovate/exposed branch from 327a36b to 8662950 Compare November 28, 2023 21:14
@renovate renovate bot force-pushed the renovate/exposed branch from 8662950 to 4060810 Compare January 5, 2024 15:51
@renovate renovate bot changed the title Update exposed to v0.45.0 Update exposed to v0.46.0 Jan 5, 2024
@renovate renovate bot force-pushed the renovate/exposed branch from 4060810 to e352b04 Compare January 31, 2024 02:17
@renovate renovate bot changed the title Update exposed to v0.46.0 Update exposed to v0.47.0 Jan 31, 2024
@renovate renovate bot force-pushed the renovate/exposed branch from e352b04 to 444713a Compare February 27, 2024 18:56
@renovate renovate bot changed the title Update exposed to v0.47.0 Update exposed to v0.48.0 Feb 27, 2024
@renovate renovate bot force-pushed the renovate/exposed branch from 444713a to 7bd580c Compare March 27, 2024 17:04
@renovate renovate bot changed the title Update exposed to v0.48.0 Update exposed Mar 27, 2024
@renovate renovate bot changed the title Update exposed Update exposed to v0.49.0 Mar 27, 2024
@renovate renovate bot force-pushed the renovate/exposed branch from 7bd580c to 99dd1df Compare April 29, 2024 22:49
@renovate renovate bot changed the title Update exposed to v0.49.0 Update exposed to v0.50.0 Apr 29, 2024
@renovate renovate bot force-pushed the renovate/exposed branch from 99dd1df to 078df8f Compare May 9, 2024 00:30
@renovate renovate bot changed the title Update exposed to v0.50.0 Update exposed to v0.50.1 May 9, 2024
@renovate renovate bot force-pushed the renovate/exposed branch from 078df8f to 5d6cf9e Compare May 31, 2024 01:51
@renovate renovate bot changed the title Update exposed to v0.50.1 Update exposed to v0.51.0 May 31, 2024
@renovate renovate bot force-pushed the renovate/exposed branch from 5d6cf9e to b25a863 Compare June 4, 2024 00:59
@renovate renovate bot changed the title Update exposed to v0.51.0 Update exposed to v0.51.1 Jun 4, 2024
@renovate renovate bot force-pushed the renovate/exposed branch from b25a863 to 6bf434b Compare June 26, 2024 13:26
@renovate renovate bot changed the title Update exposed to v0.51.1 Update exposed to v0.52.0 Jun 26, 2024
@renovate renovate bot force-pushed the renovate/exposed branch from 6bf434b to 0962310 Compare July 30, 2024 22:40
@renovate renovate bot changed the title Update exposed to v0.52.0 Update exposed to v0.53.0 Jul 30, 2024
@renovate renovate bot force-pushed the renovate/exposed branch from 0962310 to a00ad26 Compare August 30, 2024 14:15
@renovate renovate bot changed the title Update exposed to v0.53.0 Update exposed to v0.54.0 Aug 30, 2024
@renovate renovate bot force-pushed the renovate/exposed branch from a00ad26 to 5d57a1a Compare September 25, 2024 19:43
@renovate renovate bot changed the title Update exposed to v0.54.0 Update exposed to v0.55.0 Sep 25, 2024
@renovate renovate bot force-pushed the renovate/exposed branch from 5d57a1a to ac266fc Compare October 30, 2024 17:45
@renovate renovate bot changed the title Update exposed to v0.55.0 Update exposed to v0.56.0 Oct 30, 2024
@renovate renovate bot force-pushed the renovate/exposed branch from ac266fc to 1c18ffd Compare December 5, 2024 20:24
@renovate renovate bot changed the title Update exposed to v0.56.0 Update exposed Dec 5, 2024
@renovate renovate bot changed the title Update exposed Update exposed to v0.57.0 Dec 5, 2024
@renovate renovate bot force-pushed the renovate/exposed branch from 1c18ffd to 7006399 Compare January 13, 2025 14:37
@renovate renovate bot changed the title Update exposed to v0.57.0 Update exposed to v0.58.0 Jan 13, 2025
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.

0 participants