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 ormlite-core from 5.1 to 6.1 #457

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 3, 2022

Bumps ormlite-core from 5.1 to 6.1.

Release notes

Sourced from ormlite-core's releases.

6.1

  • ALL: Bumped the optional dependency to log4j2 to version 2.17.0. No direct references to log4j2 code in ormlite.

6.0

  • ALL: Added support for Java 7. Dropped support for Java 6.
  • ALL: Migrated to supporting AutoCloseable. Most close() methods now throw Exception not IOException.
  • CORE: Removed some deprecated methods that had been with us for a while.
  • CORE: Added closeable-spliterator for better handing of JDK8+ streams. Thanks to zhemaituk.
  • CORE: Add Dao.queryForFirst() convenience method.
  • JDBC: ormlite-jdbc jar now includes the -core classes. No need to import ormlite-core jar anymore.
  • JDBC: Fixed exceptions in some JDBC drivers when working with chars. Thanks to Bo98.
  • JDBC: Fixed support for creating index IF NOT EXISTS in MariaDb. Thanks to BluemediaGER.
  • JDBC: Fixed boolean char type handling in Derby.
  • ANDROID: ormlite-android jar now includes the -core classes. No need to import ormlite-core jar anymore.

5.7

  • CORE: Fixed possible thread issue around field-name lookups. Thanks to dlew.
  • CORE: Fixed a number of flaky tests based on field order. Thanks CharlesZKQ, NanaOkada, hwang-pku, and chimo173.
  • CORE: Upgraded SimpleLogging code to fix annoying startup messages. Thanks to JayDi85.
  • CORE: Removed broken getCreateTableStatements(DatabaseType, ...). ConnectionSource needed. Thanks to blacatena.
  • CORE: Added WrappedConnectionSource and other support classes for tracing unclosed connections and statements.
  • CORE: Added better support for JDK8+ streams with lazy foreign collections. Thanks to zhemaituk.
  • ANDROID: Fixed bug in number rows affected with executeUpdateDelete() in newer API versions. Thanks to WonShaw.

5.6

  • CORE: Added support for @​Entity storing of Serializable types. Thanks to arn-cpu.
  • CORE: Fixed a bug with nonreentrant handling of DateFormat. Thanks to Bob Lacatena.
  • ANDROID: Removed the reflection hack support for pre-ice-cream-sandwich annotation performance.

5.5

  • CORE: Added support for java.util.Currency. Thanks for juur.
  • ANDROID: Fixed bug in AndroidLogBackend. Thanks to sanderderks.

5.4

  • CORE: Added LoggerFactory.setLogFactory() for supporting other log implementations and added NullLog.
  • CORE: Migrated the internal logging code to SimpleLogging.
  • CORE: Updated H2 version which shook lose a couple of issues in tests and core support.
  • CORE: Added UPDATE and DELETE database-dependent support for TOP and LIMIT. Thanks to juur.
  • JDBC: Fixed NPE in JdbcSingleConnectionSource because of early initialization. Thanks to Nexxxt99.
  • JDBC: Fixed problem in Postgresql where mixed case sequence names aren't handled right. Thanks to Nick.
  • JDBC: Added database dependent login-timeout seconds setting to the JdbcConnectionSource.

5.3

  • CORE: More improvements to the TransactionManager connection and savepoint handling.
  • CORE: Added a getInternalConnection() method to DatabaseConnection to access underlying objects.
  • CORE: Added support for ORDER BY ... NULLS FIRST and LAST. May not be supported by all database types.
  • CORE: Added optimization to AND and OR queries to reduce the parens in the generated query. Thanks to devjta.
  • CORE: Removed some extraneous spaces from generated queries.
  • CORE: Added missing wiring for the TIME_STAMP_STRING data type for storing Timestamp type as a string.
  • CORE: Added support for OneToMany JPA annotation. Thanks to Bo98.

... (truncated)

Commits
  • 502d357 [maven-release-plugin] prepare release ormlite-core-6.1
  • e8a3ff0 cp
  • fbec2b7 Bumped optional dependency for log4j2 to 2.17.0 (#260)
  • bbf6394 update readme
  • 785d7e6 updating readme
  • 4635c13 updated readme
  • 108bc67 Updated readme
  • da238b3 [maven-release-plugin] prepare for next development iteration
  • 27edded [maven-release-plugin] prepare release ormlite-core-6.0
  • 264f5b7 more doc changes
  • Additional commits viewable in compare view

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 [ormlite-core](https://github.com/j256/ormlite-core) from 5.1 to 6.1.
- [Release notes](https://github.com/j256/ormlite-core/releases)
- [Commits](j256/ormlite-core@ormlite-core-5.1...ormlite-core-6.1)

---
updated-dependencies:
- dependency-name: com.j256.ormlite:ormlite-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 3, 2022
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