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-jdbc from 5.1 to 5.7 #17

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 8, 2021

Bumps ormlite-jdbc from 5.1 to 5.7.

Release notes

Sourced from ormlite-jdbc's releases.

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.

5.6

  • CORE: Added support for @​Entity storing of Serializable types. Thanks to arn-cpu.
  • CORE: Fixed a bug with nonreentrant handling of DateFormat with the string date types. Thanks to Bob Lacatena.

5.5

  • CORE: Added support for java.util.Currency. Thanks for juur.

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.
  • JDBC: Update the DB2 driver class. Thanks to mauro-palumbo.
  • JDBC: Added support for create table if not exists for HSQLDB versions 2.3.X and greater. Thanks to lukewhitt.
  • JDBC: Fixed a problem with H2's handling of boolean fields.
  • JDBC: Fixed the log4j logger classes broken in 5.2. Also moved them over to core. Thanks to MarcMil.

5.2

  • JDBC: Refactored the JDBC package to make it java9 compliant by moving all classes under jdbc subpackage.
  • CORE: Added support for @​DatabaseField(readOnly) boolean for returning non-column fields.
  • CORE: Added @​DatabaseField(fullColumnDefinition) for fully describing a column as opposed to columnDefinition.
  • CORE: Added BaseSchemaUtil to print out the schema statements necessary to create a table.
  • CORE: Added the ability for users to set a character set for byte array type. Thanks to noordawod.
  • CORE: Added a Logger.setGlobalLogLevel(...) method to set a global filter on all log messages.
  • CORE: Moved from RETURN_GENERATED_KEYS to named columns for generated ids to be more compatible. Thanks to Bo98.
  • CORE: Significant refactoring to make FieldType and TableInfo not depend on Dao or ConnectionSource.
  • CORE: Improved memory usage by unregistering DAOs associated to a connection source. Thanks to bosborn.
  • CORE: Fixed problem with null field assignment causing a NPE in the resulting message. Thanks to hrach.
  • CORE: Fixed problems with the transaction level thread-local not being handled right. Thanks to Bo98.
  • CORE: Fixed @​DatabaseField(fullColumnDefinition) which was completely broken. Thanks to ethanmdavidson.

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

---
updated-dependencies:
- dependency-name: com.j256.ormlite:ormlite-jdbc
  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 Nov 8, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 20, 2021

Superseded by #20.

@dependabot dependabot bot closed this Dec 20, 2021
@dependabot dependabot bot deleted the dependabot/maven/com.j256.ormlite-ormlite-jdbc-5.7 branch December 20, 2021 22:04
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