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

chore(deps): Update jdbi to v3.44.0 #393

Merged
merged 1 commit into from
Feb 1, 2024
Merged

chore(deps): Update jdbi to v3.44.0 #393

merged 1 commit into from
Feb 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 29, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jdbi:jdbi3-postgres (source) 3.42.0 -> 3.44.0 age adoption passing confidence
org.jdbi:jdbi3-sqlobject (source) 3.42.0 -> 3.44.0 age adoption passing confidence
org.jdbi:jdbi3-core (source) 3.42.0 -> 3.44.0 age adoption passing confidence

Release Notes

jdbi/jdbi (org.jdbi:jdbi3-postgres)

v3.44.0

  • New Feature: annotate types, methods, or fields as @Definition to define computed constants
  • fix edge condition when calling Connection#commit() threw an Exception, we called commit() again. Now the
    code explicitly calls Connection#rollback(). Fixes #​2595
  • FieldMapper: skip static fields (#​2607, reported by @​mvysny)
  • fix StackOverflowError when encountering recursive types like <T extends This<T>> (#​2582, reported by @​johnarrr)

v3.43.0

  • Support nesting row types into Java Optional or vavr Option (reported by @​martyn0ff, #​2558)
  • finally give up on trying to guess SQL script parsing and add a switch to control whether to strip trailing semicolons or not. Another attempt to
    fix SQL script parsing is (reported by @​IrinaTerlizhenko, #​2554).
  • add a new integration-test module for tests that require different parts of the code base. Should be used to write test cases for issue investigations.
  • support null as a value for binding bean, method, field and pojo objects (Suggested by @​xak2000 in #​2562)
  • Add testcontainers support for MS SQLServer
  • support returning a ResultSet from Call statements for databases that do not support cursor parameters. (suggested in #​2557 by @​metaforte and @​0x1F528 in #​2546)
  • support int, long, short, double and float return values from out parameters directly.

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): Update jdbi to v3.43.0 chore(deps): Update jdbi to v3.44.0 Feb 1, 2024
@jpenilla jpenilla merged commit 790d847 into trunk Feb 1, 2024
2 checks passed
@renovate renovate bot deleted the renovate/jdbi branch February 1, 2024 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant