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

Bump exposed from 0.41.1 to 0.44.0 in /reposilite-backend #1944

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2023

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

Release notes

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

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.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:

0.43.0

... (truncated)

Commits
  • c44a6f5 chore: Bump Exposed version from 0.43.0 to 0.44.0
  • c7e0bf9 chore: Bump Exposed version from 0.43.0 to 0.44.0
  • 22a687c chore: Bump Exposed version from 0.43.0 to 0.44.0
  • 3b4402a fix: EXPOSED-178 DELETE_RULE read incorrectly for Oracle (#1868)
  • a9e6456 chore: EXPOSED-186 Replace JDK 1.7 support in exposed-jodatime classes (#1866)
  • d3d254b feat: EXPOSED-188 Support Propagation in SpringTransactionManager (#1867)
  • 8550a32 fix: EXPOSED-173 UPDATE_RULE read incorrectly for Oracle (#1865)
  • 58f8c38 docs: EXPOSED-132 Add annotations to spring-boot-starter README samples (#1856)
  • 17a9dc8 fix!: EXPOSED-150 Auto-quoted column names change case across databases (#1841)
  • 30a9ce0 fix: Exception when using RESTRICT reference option (#1862)
  • Additional commits viewable in compare view

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

Release notes

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

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.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:

0.43.0

... (truncated)

Commits
  • c44a6f5 chore: Bump Exposed version from 0.43.0 to 0.44.0
  • c7e0bf9 chore: Bump Exposed version from 0.43.0 to 0.44.0
  • 22a687c chore: Bump Exposed version from 0.43.0 to 0.44.0
  • 3b4402a fix: EXPOSED-178 DELETE_RULE read incorrectly for Oracle (#1868)
  • a9e6456 chore: EXPOSED-186 Replace JDK 1.7 support in exposed-jodatime classes (#1866)
  • d3d254b feat: EXPOSED-188 Support Propagation in SpringTransactionManager (#1867)
  • 8550a32 fix: EXPOSED-173 UPDATE_RULE read incorrectly for Oracle (#1865)
  • 58f8c38 docs: EXPOSED-132 Add annotations to spring-boot-starter README samples (#1856)
  • 17a9dc8 fix!: EXPOSED-150 Auto-quoted column names change case across databases (#1841)
  • 30a9ce0 fix: Exception when using RESTRICT reference option (#1862)
  • Additional commits viewable in compare view

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

Release notes

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

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.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:

0.43.0

... (truncated)

Commits
  • c44a6f5 chore: Bump Exposed version from 0.43.0 to 0.44.0
  • c7e0bf9 chore: Bump Exposed version from 0.43.0 to 0.44.0
  • 22a687c chore: Bump Exposed version from 0.43.0 to 0.44.0
  • 3b4402a fix: EXPOSED-178 DELETE_RULE read incorrectly for Oracle (#1868)
  • a9e6456 chore: EXPOSED-186 Replace JDK 1.7 support in exposed-jodatime classes (#1866)
  • d3d254b feat: EXPOSED-188 Support Propagation in SpringTransactionManager (#1867)
  • 8550a32 fix: EXPOSED-173 UPDATE_RULE read incorrectly for Oracle (#1865)
  • 58f8c38 docs: EXPOSED-132 Add annotations to spring-boot-starter README samples (#1856)
  • 17a9dc8 fix!: EXPOSED-150 Auto-quoted column names change case across databases (#1841)
  • 30a9ce0 fix: Exception when using RESTRICT reference option (#1862)
  • Additional commits viewable in compare view

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

Release notes

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

0.44.0

Change log

New Contributors:

0.43.0

Change log

0.42.1

Change log

0.42.0

What's Changed

Bumps `exposed` from 0.41.1 to 0.44.0.

Updates `org.jetbrains.exposed:exposed-core` from 0.41.1 to 0.44.0
- [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.0)

Updates `org.jetbrains.exposed:exposed-dao` from 0.41.1 to 0.44.0
- [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.0)

Updates `org.jetbrains.exposed:exposed-jdbc` from 0.41.1 to 0.44.0
- [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.0)

Updates `org.jetbrains.exposed:exposed-java-time` from 0.41.1 to 0.44.0
- [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.0)

---
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 added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 1, 2023
@dzikoysk dzikoysk closed this Nov 1, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/gradle/reposilite-backend/exposed-0.44.0 branch November 1, 2023 23:58
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