Skip to content

chore(deps): bump org.jetbrains.exposed:exposed-jdbc from 0.39.2 to 0.42.0 in /backend#839

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/backend/org.jetbrains.exposed-exposed-jdbc-0.42.0
Closed

chore(deps): bump org.jetbrains.exposed:exposed-jdbc from 0.39.2 to 0.42.0 in /backend#839
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/backend/org.jetbrains.exposed-exposed-jdbc-0.42.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2023

Bumps org.jetbrains.exposed:exposed-jdbc from 0.39.2 to 0.42.0.

Release notes

Sourced from org.jetbrains.exposed:exposed-jdbc's releases.

Release 0.41.1

Change log

Release 0.40.1

Change log

Changelog

Sourced from org.jetbrains.exposed:exposed-jdbc's changelog.

0.41.1

Infrastructure:

  • Kotlin 1.7.21
  • spring-security-crypto 5.7.3
  • Few improvements in text infrastructure with help of valery1707

Deprecations:

  • StatementInterceprot.afterCommit and StatementInterceptor.afterRollback without transaction parameter have ERROR deprecation level
  • Column<*>.autoIncSeqName has HIDDEN deprecation level
  • Database.connect with datasource: ConnectionPoolDataSource parameter has HIDDEN deprecation level
  • SchemaUtils.createFKey with reference: Column<*> parameter has ERROR deprecation level
  • Sequence.nextVal has ERROR deprecation level
  • SqlExpressionBuilderClass has ERROR deprecation level
  • CurrentDateTime() has ERROR deprecation level

Feature:

  • [PostgreSQL] NOWAIT/SKIP LOCKED modes supported in all kinds of FOR UPDATE. Also, it's now possible to provide tables to be locked (#1623) *ExposedBlob now wraps InputStream instead of ByteArray that can lead to significant memory improvements (#1617)
  • [H2] All compatibility modes are fully supported for known dialects (#1615)
  • mod/rem operations with EntityID expressions supported with help of Alexey Soshin (#1597)

Bug Fixes:

  • Don't alert entity hook subscribers while inserting new entities as it can lead to entity cache misses
  • clientDefault should allow nullable values (#1617). Reported and fixed by terminalnode
  • [Oracle] Use VARCHAR2 column for VarCharColumnType (#1628). Reported and fixed by dakriy
  • [PostgreSQL] Correct comparison of defaults for String type columns (#1587). Resolved by Alexey Soshin
  • Transaction was initialized with a wrong isolation level (#1575)

0.40.1

Infrastructure:

  • Kotlin 1.7.20

Feature:

  • Read-only transactions/connections support. Read-Only option can be set on all levels (via DatabaseConfig, transaction, TransactionManager). Thanks Alex Shubert for the improvement
  • Table.deleteWhere now captures receiver table and allows to omit the table in a lambda. Greetings to Alexey Soshin for the first PR in the project!
    • Breaking change: Code using deleteWhere with eq will need to import org.jetbrains.exposed.sql.SqlExpressionBuilder.eq. Lambdas previously using an implicit it reference from an outer scope will also need to introduce an explicit name to access that binding.
  • New mediumText and largeText columns were introduced by Alex Shubert to allow use more suitable data types for databases where they are supported.
  • ForUpdateOption (like ForUpdateOption.PostgreSQL.ForKeyShare) added for more flexible management of locks in your SELECT queries. You can set it as a parameter via Query.forUpdate function. Another kudos goes to Alex Shubert
  • Preserve a colection type for Iterable.with() function
  • LazySizedCollection can be checked for loaded data with LazySizedCollection.isLoaded(). Added by unbearables

Bug Fixes:

  • [Regression] NoSuchMethod error: long kotlin.time.TimeSource$Monotonic.markNow (#1556)
  • insertIgnoreAndGet must explicitly mark failed insert on conflicts. Fixed by Alex Shubert in PR (#1584)
  • Comma is missing in UPDATE with multiple tables (#1595)
  • suspendedTransaction should accept CoroutineContext instead of CourutineDispatcher was fixed by rasharab in PR (#1515)
  • [MySQL/MariaDB] REPLACE fails when Expression used as a replacement parameter. Thank you Tiscs for the fix.
  • EntityClass#wramUpReferences should cache reference of referrer. Located and fixed by Joddev.
  • NullPointerException when IdTable with overridden tableName is defined (#1588)

... (truncated)

Commits

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 [org.jetbrains.exposed:exposed-jdbc](https://github.com/JetBrains/Exposed) from 0.39.2 to 0.42.0.
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/docs/ChangeLog.md)
- [Commits](https://github.com/JetBrains/Exposed/commits)

---
updated-dependencies:
- dependency-name: org.jetbrains.exposed:exposed-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 29, 2023
@dependabot dependabot bot requested a review from rm3l July 29, 2023 04:41
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Aug 26, 2023

Superseded by #856.

@dependabot dependabot bot closed this Aug 26, 2023
@dependabot dependabot bot deleted the dependabot/gradle/backend/org.jetbrains.exposed-exposed-jdbc-0.42.0 branch August 26, 2023 04:42
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