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

build(deps): bump exposed_version from 0.41.1 to 0.44.1 #527

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 13, 2023

Bumps exposed_version from 0.41.1 to 0.44.1.
Updates org.jetbrains.exposed:exposed-core from 0.41.1 to 0.44.1

Release notes

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

0.44.1

Change log

New Contributors

0.44.0

Change log

New Contributors:

0.43.0

Change log

0.42.1

Change log

0.42.0

What's Changed

... (truncated)

Changelog

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

0.44.1

Infrastructure:

  • MySQL driver 8.0.33

Bug fixes:

Deprecations:

Docs:

0.44.0

Infrastructure:

  • Kotlin 1.9.10
  • Kotlin Coroutines 1.7.3
  • log4j2 2.20.0
  • h2-database driver 2.2.220
  • MariaDB driver 2.7.9 and 3.1.4
  • MySQL driver 8.0.30
  • PostgreSQL driver 42.6.0
  • SQLite driver 3.43.0.0
  • Spring Framework 6.0.11
  • Spring Boot 3.1.3

Breaking changes:

  • SpringTransactionManager no longer extends DataSourceTransactionManager; instead, it directly extends AbstractPlatformTransactionManager. The class also no longer implements the Exposed interface TransactionManager, as transaction operations are instead delegated to Spring.
  • spring-transaction and exposed-spring-boot-starter modules now use Spring Framework 6.0 and Spring Boot 3.0, which require Java 17 as a minimum version.
  • A table that is created with a keyword identifier now logs a warning that the identifier's case may be lost when it is automatically quoted in generated SQL. DatabaseConfig now includes the property preserveKeywordCasing, which can be set to true to remove these warnings and to ensure that the identifier matches the exact case used.
  • More details at Breaking changes

Features:

Bug fixes:

... (truncated)

Commits
  • c57c997 chore: Bump Exposed version from 0.44.0 to 0.44.1 (#1882)
  • 413c9c5 chore: Remove detekt warnings in exposed-tests module (#1881)
  • ec431aa test: Refactor time tests (#1880)
  • 486adb1 fix: Parsing failure when selecting CURRENT_TIMESTAMP using CurrentDateTime f...
  • 1d45e92 docs: EXPOSED-199 Update configuration section in spring-boot-starter README ...
  • 66ae127 docs: Add missing KDocs in all modules except core and dao (#1876)
  • 3985ef7 test: Change MySQL connector Driver class name and version (#1875)
  • 3656269 fix: Incorrect SQL statements when creating a table with a dot in its name (#...
  • 0eb0ac1 deprecate: Raise deprecation level of currentScheme property (#1874)
  • b579d93 deprecate: Raise deprecation levels of API elements (#1872)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-dao from 0.41.1 to 0.44.1

Release notes

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

0.44.1

Change log

New Contributors

0.44.0

Change log

New Contributors:

0.43.0

Change log

0.42.1

Change log

0.42.0

What's Changed

... (truncated)

Changelog

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

0.44.1

Infrastructure:

  • MySQL driver 8.0.33

Bug fixes:

Deprecations:

Docs:

0.44.0

Infrastructure:

  • Kotlin 1.9.10
  • Kotlin Coroutines 1.7.3
  • log4j2 2.20.0
  • h2-database driver 2.2.220
  • MariaDB driver 2.7.9 and 3.1.4
  • MySQL driver 8.0.30
  • PostgreSQL driver 42.6.0
  • SQLite driver 3.43.0.0
  • Spring Framework 6.0.11
  • Spring Boot 3.1.3

Breaking changes:

  • SpringTransactionManager no longer extends DataSourceTransactionManager; instead, it directly extends AbstractPlatformTransactionManager. The class also no longer implements the Exposed interface TransactionManager, as transaction operations are instead delegated to Spring.
  • spring-transaction and exposed-spring-boot-starter modules now use Spring Framework 6.0 and Spring Boot 3.0, which require Java 17 as a minimum version.
  • A table that is created with a keyword identifier now logs a warning that the identifier's case may be lost when it is automatically quoted in generated SQL. DatabaseConfig now includes the property preserveKeywordCasing, which can be set to true to remove these warnings and to ensure that the identifier matches the exact case used.
  • More details at Breaking changes

Features:

Bug fixes:

... (truncated)

Commits
  • c57c997 chore: Bump Exposed version from 0.44.0 to 0.44.1 (#1882)
  • 413c9c5 chore: Remove detekt warnings in exposed-tests module (#1881)
  • ec431aa test: Refactor time tests (#1880)
  • 486adb1 fix: Parsing failure when selecting CURRENT_TIMESTAMP using CurrentDateTime f...
  • 1d45e92 docs: EXPOSED-199 Update configuration section in spring-boot-starter README ...
  • 66ae127 docs: Add missing KDocs in all modules except core and dao (#1876)
  • 3985ef7 test: Change MySQL connector Driver class name and version (#1875)
  • 3656269 fix: Incorrect SQL statements when creating a table with a dot in its name (#...
  • 0eb0ac1 deprecate: Raise deprecation level of currentScheme property (#1874)
  • b579d93 deprecate: Raise deprecation levels of API elements (#1872)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-jdbc from 0.41.1 to 0.44.1

Release notes

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

0.44.1

Change log

New Contributors

0.44.0

Change log

New Contributors:

0.43.0

Change log

0.42.1

Change log

0.42.0

What's Changed

... (truncated)

Changelog

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

0.44.1

Infrastructure:

  • MySQL driver 8.0.33

Bug fixes:

Deprecations:

Docs:

0.44.0

Infrastructure:

  • Kotlin 1.9.10
  • Kotlin Coroutines 1.7.3
  • log4j2 2.20.0
  • h2-database driver 2.2.220
  • MariaDB driver 2.7.9 and 3.1.4
  • MySQL driver 8.0.30
  • PostgreSQL driver 42.6.0
  • SQLite driver 3.43.0.0
  • Spring Framework 6.0.11
  • Spring Boot 3.1.3

Breaking changes:

  • SpringTransactionManager no longer extends DataSourceTransactionManager; instead, it directly extends AbstractPlatformTransactionManager. The class also no longer implements the Exposed interface TransactionManager, as transaction operations are instead delegated to Spring.
  • spring-transaction and exposed-spring-boot-starter modules now use Spring Framework 6.0 and Spring Boot 3.0, which require Java 17 as a minimum version.
  • A table that is created with a keyword identifier now logs a warning that the identifier's case may be lost when it is automatically quoted in generated SQL. DatabaseConfig now includes the property preserveKeywordCasing, which can be set to true to remove these warnings and to ensure that the identifier matches the exact case used.
  • More details at Breaking changes

Features:

Bug fixes:

... (truncated)

Commits
  • c57c997 chore: Bump Exposed version from 0.44.0 to 0.44.1 (#1882)
  • 413c9c5 chore: Remove detekt warnings in exposed-tests module (#1881)
  • ec431aa test: Refactor time tests (#1880)
  • 486adb1 fix: Parsing failure when selecting CURRENT_TIMESTAMP using CurrentDateTime f...
  • 1d45e92 docs: EXPOSED-199 Update configuration section in spring-boot-starter README ...
  • 66ae127 docs: Add missing KDocs in all modules except core and dao (#1876)
  • 3985ef7 test: Change MySQL connector Driver class name and version (#1875)
  • 3656269 fix: Incorrect SQL statements when creating a table with a dot in its name (#...
  • 0eb0ac1 deprecate: Raise deprecation level of currentScheme property (#1874)
  • b579d93 deprecate: Raise deprecation levels of API elements (#1872)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-java-time from 0.41.1 to 0.44.1

Release notes

Sourced from org.jetbrains.exposed:exposed-java-time's releases.

0.44.1

Change log

New Contributors

0.44.0

Change log

New Contributors:

0.43.0

Change log

0.42.1

Change log

0.42.0

What's Changed

... (truncated)

Changelog

Sourced from org.jetbrains.exposed:exposed-java-time's changelog.

0.44.1

Infrastructure:

  • MySQL driver 8.0.33

Bug fixes:

Deprecations:

Docs:

0.44.0

Infrastructure:

  • Kotlin 1.9.10
  • Kotlin Coroutines 1.7.3
  • log4j2 2.20.0
  • h2-database driver 2.2.220
  • MariaDB driver 2.7.9 and 3.1.4
  • MySQL driver 8.0.30
  • PostgreSQL driver 42.6.0
  • SQLite driver 3.43.0.0
  • Spring Framework 6.0.11
  • Spring Boot 3.1.3

Breaking changes:

  • SpringTransactionManager no longer extends DataSourceTransactionManager; instead, it directly extends AbstractPlatformTransactionManager. The class also no longer implements the Exposed interface TransactionManager, as transaction operations are instead delegated to Spring.
  • spring-transaction and exposed-spring-boot-starter modules now use Spring Framework 6.0 and Spring Boot 3.0, which require Java 17 as a minimum version.
  • A table that is created with a keyword identifier now logs a warning that the identifier's case may be lost when it is automatically quoted in generated SQL. DatabaseConfig now includes the property preserveKeywordCasing, which can be set to true to remove these warnings and to ensure that the identifier matches the exact case used.
  • More details at Breaking changes

Features:

Bug fixes:

... (truncated)

Commits
  • c57c997 chore: Bump Exposed version from 0.44.0 to 0.44.1 (#1882)
  • 413c9c5 chore: Remove detekt warnings in exposed-tests module (#1881)
  • ec431aa test: Refactor time tests (#1880)
  • 486adb1 fix: Parsing failure when selecting CURRENT_TIMESTAMP using CurrentDateTime f...
  • 1d45e92 docs: EXPOSED-199 Update configuration section in spring-boot-starter README ...
  • 66ae127 docs: Add missing KDocs in all modules except core and dao (#1876)
  • 3985ef7 test: Change MySQL connector Driver class name and version (#1875)
  • 3656269 fix: Incorrect SQL statements when creating a table with a dot in its name (#...
  • 0eb0ac1 deprecate: Raise deprecation level of currentScheme property (#1874)
  • b579d93 deprecate: Raise deprecation levels of API elements (#1872)
  • Additional commits viewable in compare view

Depend...

Description has been truncated

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 13, 2023
@dependabot dependabot bot force-pushed the dependabot/gradle/exposed_version-0.44.1 branch from b89e628 to 34548d1 Compare November 14, 2023 22:04
Bumps `exposed_version` from 0.41.1 to 0.44.1.

Updates `org.jetbrains.exposed:exposed-core` from 0.41.1 to 0.44.1
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/docs/ChangeLog.md)
- [Commits](JetBrains/Exposed@0.41.1...0.44.1)

Updates `org.jetbrains.exposed:exposed-dao` from 0.41.1 to 0.44.1
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/docs/ChangeLog.md)
- [Commits](JetBrains/Exposed@0.41.1...0.44.1)

Updates `org.jetbrains.exposed:exposed-jdbc` from 0.41.1 to 0.44.1
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/docs/ChangeLog.md)
- [Commits](JetBrains/Exposed@0.41.1...0.44.1)

Updates `org.jetbrains.exposed:exposed-java-time` from 0.41.1 to 0.44.1
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/docs/ChangeLog.md)
- [Commits](JetBrains/Exposed@0.41.1...0.44.1)

---
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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/exposed_version-0.44.1 branch from 34548d1 to 25ce643 Compare November 14, 2023 22:04
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 8, 2024

Superseded by #550.

@dependabot dependabot bot closed this Jan 8, 2024
@dependabot dependabot bot deleted the dependabot/gradle/exposed_version-0.44.1 branch January 8, 2024 19:43
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.

0 participants