Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 8, 2022

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps exposed_version from 0.38.2 to 0.39.2.
Updates exposed-core from 0.38.2 to 0.39.2

Release notes

Sourced from exposed-core's releases.

Release 0.39.2

Change log

Realease 0.39.1

Change log

Changelog

Sourced from exposed-core's changelog.

0.39.2

Infrastructure:

  • All modules built with Kotlin 1.6 as a target

Libs updates:

  • h2-database 2.1.214
  • MaridDB driver 2.7.6 and 3.0.6
  • MySQL driver 8.0.30
  • PostgreSQL driver 42.4.0
  • SQLServer driver 9.4.1.jre8
  • Java Money API 1.1
  • Spring Framework 5.3.22
  • Spring Boot 2.7.2
  • Spring Security Crypto 5.6.6

Bug Fixes:

  • Converting of LocalDateTime values to Instant supported for JavaInstantColumnType by hfazai
  • [Oracle] Better handling of bool column in queries (#1540). PR by maio
  • [Oracle] Proper resolving tables with schemas

0.39.1

Infrastructure:

  • Kotlin 1.7.10
  • Kotlin Coroutines 1.6.4
  • Datetime/Timestamp comparison test improvements by Jerbell

Feature:

  • Transaction added into afterCommit and afterRollback in StatementInterceptor (#1530). PR by rsromanowski
  • andIfNotNull and orIfNotNull operators was added by xJoeWoo to perform logical operations with nullable condition
  • like/notLike support providing escape character when used with LikePattern. Improvement contributed by spand
  • CurrentDate function introduced by naftalmm
  • Better representation of long query in logs

Bug Fixes:

  • neq incorrectly resolved with nullable values (#1489)
  • newSuspendedTransaction now accepts generic CoroutineContext instead of CoroutineDispatcher, fixed by rasharab
  • Argument value error acquires when REPLACE used with expressions under MySQL. Founded and fixed by Tiscs
  • EntityClass#wramUpReferences doesn't store the cached values. Resolved by Joddev
  • Creating tables with composite primary key and defined schema doesn't work. Fixed by davidwheeler123
  • Eager loading of Parent-Child relations doen't work (#1363)
  • Possible StackOverflowError when processing entities hooks which executes flush
Commits
  • c04cac2 Fix SQLServer test
  • f7082ee Exposed 0.39.2 release
  • 920428b [Oracle] Proper resolving tables with schemas
  • cada1d9 JavaInstantColumnType: Adding ability to convert LocalDateTime to Instant (#1...
  • 53bcb6f Fix bool column behavior in Oracle queries (#1540)
  • 118afbe Build all modules with kotlin 1.6 as a target
  • 8635ed2 Libs update
  • 4d22e98 Exposed 0.39.1 release
  • 2a5f55c Change log preparation for 0.39.1
  • dae4797 #1370 redo datetime/timestamp comparison in tests (#1371)
  • Additional commits viewable in compare view

Updates exposed-dao from 0.38.2 to 0.39.2

Release notes

Sourced from exposed-dao's releases.

Release 0.39.2

Change log

Realease 0.39.1

Change log

Changelog

Sourced from exposed-dao's changelog.

0.39.2

Infrastructure:

  • All modules built with Kotlin 1.6 as a target

Libs updates:

  • h2-database 2.1.214
  • MaridDB driver 2.7.6 and 3.0.6
  • MySQL driver 8.0.30
  • PostgreSQL driver 42.4.0
  • SQLServer driver 9.4.1.jre8
  • Java Money API 1.1
  • Spring Framework 5.3.22
  • Spring Boot 2.7.2
  • Spring Security Crypto 5.6.6

Bug Fixes:

  • Converting of LocalDateTime values to Instant supported for JavaInstantColumnType by hfazai
  • [Oracle] Better handling of bool column in queries (#1540). PR by maio
  • [Oracle] Proper resolving tables with schemas

0.39.1

Infrastructure:

  • Kotlin 1.7.10
  • Kotlin Coroutines 1.6.4
  • Datetime/Timestamp comparison test improvements by Jerbell

Feature:

  • Transaction added into afterCommit and afterRollback in StatementInterceptor (#1530). PR by rsromanowski
  • andIfNotNull and orIfNotNull operators was added by xJoeWoo to perform logical operations with nullable condition
  • like/notLike support providing escape character when used with LikePattern. Improvement contributed by spand
  • CurrentDate function introduced by naftalmm
  • Better representation of long query in logs

Bug Fixes:

  • neq incorrectly resolved with nullable values (#1489)
  • newSuspendedTransaction now accepts generic CoroutineContext instead of CoroutineDispatcher, fixed by rasharab
  • Argument value error acquires when REPLACE used with expressions under MySQL. Founded and fixed by Tiscs
  • EntityClass#wramUpReferences doesn't store the cached values. Resolved by Joddev
  • Creating tables with composite primary key and defined schema doesn't work. Fixed by davidwheeler123
  • Eager loading of Parent-Child relations doen't work (#1363)
  • Possible StackOverflowError when processing entities hooks which executes flush
Commits
  • c04cac2 Fix SQLServer test
  • f7082ee Exposed 0.39.2 release
  • 920428b [Oracle] Proper resolving tables with schemas
  • cada1d9 JavaInstantColumnType: Adding ability to convert LocalDateTime to Instant (#1...
  • 53bcb6f Fix bool column behavior in Oracle queries (#1540)
  • 118afbe Build all modules with kotlin 1.6 as a target
  • 8635ed2 Libs update
  • 4d22e98 Exposed 0.39.1 release
  • 2a5f55c Change log preparation for 0.39.1
  • dae4797 #1370 redo datetime/timestamp comparison in tests (#1371)
  • Additional commits viewable in compare view

Updates exposed-jdbc from 0.38.2 to 0.39.2

Release notes

Sourced from exposed-jdbc's releases.

Release 0.39.2

Change log

Realease 0.39.1

Change log

Changelog

Sourced from exposed-jdbc's changelog.

0.39.2

Infrastructure:

  • All modules built with Kotlin 1.6 as a target

Libs updates:

  • h2-database 2.1.214
  • MaridDB driver 2.7.6 and 3.0.6
  • MySQL driver 8.0.30
  • PostgreSQL driver 42.4.0
  • SQLServer driver 9.4.1.jre8
  • Java Money API 1.1
  • Spring Framework 5.3.22
  • Spring Boot 2.7.2
  • Spring Security Crypto 5.6.6

Bug Fixes:

  • Converting of LocalDateTime values to Instant supported for JavaInstantColumnType by hfazai
  • [Oracle] Better handling of bool column in queries (#1540). PR by maio
  • [Oracle] Proper resolving tables with schemas

0.39.1

Infrastructure:

  • Kotlin 1.7.10
  • Kotlin Coroutines 1.6.4
  • Datetime/Timestamp comparison test improvements by Jerbell

Feature:

  • Transaction added into afterCommit and afterRollback in StatementInterceptor (#1530). PR by rsromanowski
  • andIfNotNull and orIfNotNull operators was added by xJoeWoo to perform logical operations with nullable condition
  • like/notLike support providing escape character when used with LikePattern. Improvement contributed by spand
  • CurrentDate function introduced by naftalmm
  • Better representation of long query in logs

Bug Fixes:

  • neq incorrectly resolved with nullable values (#1489)
  • newSuspendedTransaction now accepts generic CoroutineContext instead of CoroutineDispatcher, fixed by rasharab
  • Argument value error acquires when REPLACE used with expressions under MySQL. Founded and fixed by Tiscs
  • EntityClass#wramUpReferences doesn't store the cached values. Resolved by Joddev
  • Creating tables with composite primary key and defined schema doesn't work. Fixed by davidwheeler123
  • Eager loading of Parent-Child relations doen't work (#1363)
  • Possible StackOverflowError when processing entities hooks which executes flush
Commits
  • c04cac2 Fix SQLServer test
  • f7082ee Exposed 0.39.2 release
  • 920428b [Oracle] Proper resolving tables with schemas
  • cada1d9 JavaInstantColumnType: Adding ability to convert LocalDateTime to Instant (#1...
  • 53bcb6f Fix bool column behavior in Oracle queries (#1540)
  • 118afbe Build all modules with kotlin 1.6 as a target
  • 8635ed2 Libs update
  • 4d22e98 Exposed 0.39.1 release
  • 2a5f55c Change log preparation for 0.39.1
  • dae4797 #1370 redo datetime/timestamp comparison in tests (#1371)
  • Additional commits viewable in compare view

Updates exposed-java-time from 0.38.2 to 0.39.2

Release notes

Sourced from exposed-java-time's releases.

Release 0.39.2

Change log

Realease 0.39.1

Change log

Changelog

Sourced from exposed-java-time's changelog.

0.39.2

Infrastructure:

  • All modules built with Kotlin 1.6 as a target

Libs updates:

  • h2-database 2.1.214
  • MaridDB driver 2.7.6 and 3.0.6
  • MySQL driver 8.0.30
  • PostgreSQL driver 42.4.0
  • SQLServer driver 9.4.1.jre8
  • Java Money API 1.1
  • Spring Framework 5.3.22
  • Spring Boot 2.7.2
  • Spring Security Crypto 5.6.6

Bug Fixes:

  • Converting of LocalDateTime values to Instant supported for JavaInstantColumnType by hfazai
  • [Oracle] Better handling of bool column in queries (#1540). PR by maio
  • [Oracle] Proper resolving tables with schemas

0.39.1

Infrastructure:

  • Kotlin 1.7.10
  • Kotlin Coroutines 1.6.4
  • Datetime/Timestamp comparison test improvements by Jerbell

Feature:

  • Transaction added into afterCommit and afterRollback in StatementInterceptor (#1530). PR by rsromanowski
  • andIfNotNull and orIfNotNull operators was added by xJoeWoo to perform logical operations with nullable condition
  • like/notLike support providing escape character when used with LikePattern. Improvement contributed by spand
  • CurrentDate function introduced by naftalmm
  • Better representation of long query in logs

Bug Fixes:

  • neq incorrectly resolved with nullable values (#1489)
  • newSuspendedTransaction now accepts generic CoroutineContext instead of CoroutineDispatcher, fixed by rasharab
  • Argument value error acquires when REPLACE used with expressions under MySQL. Founded and fixed by Tiscs
  • EntityClass#wramUpReferences doesn't store the cached values. Resolved by Joddev
  • Creating tables with composite primary key and defined schema doesn't work. Fixed by davidwheeler123
  • Eager loading of Parent-Child relations doen't work (#1363)
  • Possible StackOverflowError when processing entities hooks which executes flush
Commits
  • c04cac2 Fix SQLServer test
  • f7082ee Exposed 0.39.2 release
  • 920428b [Oracle] Proper resolving tables with schemas
  • cada1d9 JavaInstantColumnType: Adding ability to convert LocalDateTime to Instant (#1...
  • 53bcb6f Fix bool column behavior in Oracle queries (#1540)
  • 118afbe Build all modules with kotlin 1.6 as a target
  • 8635ed2 Libs update
  • 4d22e98 Exposed 0.39.1 release
  • 2a5f55c Change log preparation for 0.39.1
  • dae4797 #1370 redo datetime/timestamp comparison in tests (#1371)
  • Additional commits viewable in compare view

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 `exposed_version` from 0.38.2 to 0.39.2.

Updates `exposed-core` from 0.38.2 to 0.39.2
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/master/docs/ChangeLog.md)
- [Commits](JetBrains/Exposed@0.38.2...0.39.2)

Updates `exposed-dao` from 0.38.2 to 0.39.2
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/master/docs/ChangeLog.md)
- [Commits](JetBrains/Exposed@0.38.2...0.39.2)

Updates `exposed-jdbc` from 0.38.2 to 0.39.2
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/master/docs/ChangeLog.md)
- [Commits](JetBrains/Exposed@0.38.2...0.39.2)

Updates `exposed-java-time` from 0.38.2 to 0.39.2
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/master/docs/ChangeLog.md)
- [Commits](JetBrains/Exposed@0.38.2...0.39.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 8, 2022
@coolya coolya merged commit f3b2ece into main Aug 11, 2022
@dependabot dependabot bot deleted the dependabot/gradle/exposed_version-0.39.2 branch August 11, 2022 16:33
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant