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

Update dependency org.jdbi:jdbi3-sqlobject to v3.48.0 #98

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 26, 2021

This PR contains the following updates:

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

Release Notes

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

v3.48.0

Compare Source

  • fix new JFR feature failing on some JDKs (#​2736)

v3.47.0

Compare Source

  • spring aot: fix @JdbiRepository so aot generation works (#​2727, thanks @​hpoettker !)
  • spring/spring5: update spring dependency and tests to latest releases (dependabot #​36 / CVE-2024-38820 asks for 5.3.41 but that is not released (neither is 5.3.40. Spring is a mess)).
  • deprecate the spring5 module as Spring Framework 5.x is no longer under OSS support
  • add new spring module that will focus on Spring Framework 6.x and beyond. This is currently the same code as spring5 but no longer needs to maintain Spring Framework 5.x backwards compatibility.

v3.46.0

Compare Source

  • Introduce JDK Flight Recorder and OpenTelemetry support
  • geantyref 2.0.0
  • sqlite: fix sqlite extension memory database usage to share between different connection (#​2688)

v3.45.4

Compare Source

  • Avoid virtual thread deadlock on connection acquire (#​2686, thanks @​mhib !)

v3.45.3

Compare Source

  • Fix Connection.close() on JdbiPlugin customizeConnection (#​2676)
  • Fix multiple commits on handle with autocommit disabled (#​2685, thanks @​mhib !)

v3.45.2

Compare Source

v3.45.1

Compare Source

  • Work around JDK-8320575 losing record constructor generic type information
  • Improve record constructor detection of generic types to work around JDK-8320575 (#​2648, thanks @​elonazoulay !)
  • Attempt to improve ConstructorMapper performance by caching constructor MethodHandles (#​2657, thanks @​elonazoulay! )

v3.45.0

Compare Source

  • Testcontainer support for DB2 (#​2625, thanks @​stoyants)
  • create CycloneDX SBOM files for release versions
  • make builds reproducible
  • add JdbiTestContainersExtension#setShutdownWaitTime(int) to control waiting for extension shutdown if a database is very slow. Addresses #​2629 (thanks @​stoyants).
  • documentation updates

v3.44.1

Compare Source

  • New @Definition feature also supports super-interface definitions

v3.44.0

Compare Source

  • 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

Compare Source

** POTENTIAL BREAKING CHANGE **

With 3.43.0, we have improved the support for calling stored procedures via Call, and in particular
returning result sets.
Like any object that comes from a Statement, the expectation is that code will consume
all results (whether it's "normal" result set or a stored procedure result) before closing the Statement.
However, previously, Jdbi did not enforce this - OutParameters could be used after the statement closed.

So, you might observe new exceptions while trying to use OutParameters after closing the Call they came from.
See: https://github.com/jdbi/jdbi/issues/2592

  • 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 - At any time (no schedule defined), 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 this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-sqlobject-3.x branch from 0204c13 to 70e6792 Compare April 10, 2021 00:16
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-sqlobject to v3.18.1 Update dependency org.jdbi:jdbi3-sqlobject to v3.19.0 Apr 10, 2021
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-sqlobject-3.x branch from 70e6792 to 2e6fcf4 Compare April 23, 2021 00:44
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-sqlobject to v3.19.0 Update dependency org.jdbi:jdbi3-sqlobject to v3.20.0 Apr 23, 2021
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-sqlobject to v3.20.0 Update dependency org.jdbi:jdbi3-sqlobject to v3.20.1 Jun 9, 2021
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-sqlobject-3.x branch from 2e6fcf4 to b1da230 Compare June 9, 2021 01:42
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-sqlobject-3.x branch from b1da230 to 1dd32e8 Compare July 3, 2021 19:35
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-sqlobject to v3.20.1 Update dependency org.jdbi:jdbi3-sqlobject to v3.21.0 Jul 15, 2021
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-sqlobject-3.x branch from 1dd32e8 to 2a379dc Compare July 15, 2021 19:09
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-sqlobject-3.x branch from 2a379dc to ac4cf36 Compare October 18, 2021 17:22
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-sqlobject to v3.21.0 Update dependency org.jdbi:jdbi3-sqlobject to v3.23.0 Oct 18, 2021
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-sqlobject to v3.23.0 Update dependency org.jdbi:jdbi3-sqlobject to v3.24.0 Nov 10, 2021
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-sqlobject-3.x branch from ac4cf36 to 84a9a2b Compare November 10, 2021 02:07
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-sqlobject-3.x branch from 84a9a2b to a16e903 Compare November 17, 2021 11:48
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-sqlobject to v3.24.0 Update dependency org.jdbi:jdbi3-sqlobject to v3.24.1 Nov 17, 2021
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-sqlobject-3.x branch from a16e903 to e95dbe7 Compare March 7, 2022 15:07
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-sqlobject to v3.24.1 Update dependency org.jdbi:jdbi3-sqlobject to v3.27.2 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-sqlobject-3.x branch from e95dbe7 to f0d9aaa Compare March 9, 2022 09:49
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-sqlobject to v3.27.2 Update dependency org.jdbi:jdbi3-sqlobject to v3.28.0 Mar 9, 2022
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-sqlobject-3.x branch from f0d9aaa to fe66d1a Compare June 18, 2022 22:05
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-sqlobject to v3.28.0 Update dependency org.jdbi:jdbi3-sqlobject to v3.30.0 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-sqlobject-3.x branch from fe66d1a to f22a5ff Compare July 17, 2022 10:57
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-sqlobject to v3.30.0 Update dependency org.jdbi:jdbi3-sqlobject to v3.31.0 Jul 17, 2022
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-sqlobject-3.x branch from f22a5ff to 42ba7b0 Compare July 25, 2022 21:13
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-sqlobject to v3.31.0 Update dependency org.jdbi:jdbi3-sqlobject to v3.32.0 Jul 25, 2022
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-sqlobject-3.x branch from 42ba7b0 to 691b0e6 Compare September 29, 2022 01:38
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-sqlobject to v3.32.0 Update dependency org.jdbi:jdbi3-sqlobject to v3.33.0 Sep 29, 2022
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-sqlobject-3.x branch from 691b0e6 to 7cd5336 Compare October 5, 2022 23:36
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-sqlobject to v3.33.0 Update dependency org.jdbi:jdbi3-sqlobject to v3.34.0 Oct 5, 2022
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-sqlobject-3.x branch from 7cd5336 to 8c3d977 Compare March 16, 2023 18:07
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-sqlobject-3.x branch from 5cf3319 to 0cd98e5 Compare September 22, 2023 06:41
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-sqlobject to v3.41.1 Update dependency org.jdbi:jdbi3-sqlobject to v3.41.2 Sep 22, 2023
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-sqlobject-3.x branch from 0cd98e5 to 60f38a3 Compare October 3, 2023 03:55
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-sqlobject to v3.41.2 Update dependency org.jdbi:jdbi3-sqlobject to v3.41.3 Oct 3, 2023
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-sqlobject-3.x branch from 60f38a3 to 159fd30 Compare November 29, 2023 21:08
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-sqlobject to v3.41.3 Update dependency org.jdbi:jdbi3-sqlobject to v3.42.0 Nov 29, 2023
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-sqlobject-3.x branch from 159fd30 to 9ef3b04 Compare January 3, 2024 06:31
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-sqlobject to v3.42.0 Update dependency org.jdbi:jdbi3-sqlobject to v3.43.0 Jan 3, 2024
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-sqlobject-3.x branch from 9ef3b04 to 6807b05 Compare February 1, 2024 00:18
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-sqlobject to v3.43.0 Update dependency org.jdbi:jdbi3-sqlobject to v3.44.0 Feb 1, 2024
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-sqlobject-3.x branch from 6807b05 to 8c91a81 Compare February 8, 2024 19:34
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-sqlobject to v3.44.0 Update dependency org.jdbi:jdbi3-sqlobject to v3.44.1 Feb 8, 2024
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-sqlobject-3.x branch from 8c91a81 to 5e6a19b Compare February 18, 2024 22:15
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-sqlobject to v3.44.1 Update dependency org.jdbi:jdbi3-sqlobject to v3.45.0 Feb 18, 2024
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-sqlobject-3.x branch from 5e6a19b to 21996a3 Compare March 14, 2024 17:32
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-sqlobject to v3.45.0 Update dependency org.jdbi:jdbi3-sqlobject to v3.45.1 Mar 14, 2024
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-sqlobject-3.x branch from 21996a3 to 2b97273 Compare June 28, 2024 18:50
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-sqlobject to v3.45.1 Update dependency org.jdbi:jdbi3-sqlobject to v3.45.2 Jun 28, 2024
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-sqlobject-3.x branch from 2b97273 to 69ed380 Compare July 31, 2024 18:30
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-sqlobject to v3.45.2 Update dependency org.jdbi:jdbi3-sqlobject to v3.45.3 Jul 31, 2024
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-sqlobject-3.x branch from 69ed380 to 3f047f9 Compare August 19, 2024 23:10
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-sqlobject to v3.45.3 Update dependency org.jdbi:jdbi3-sqlobject to v3.45.4 Aug 19, 2024
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-sqlobject-3.x branch from 3f047f9 to 19137cf Compare October 15, 2024 23:09
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-sqlobject to v3.45.4 Update dependency org.jdbi:jdbi3-sqlobject to v3.46.0 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-sqlobject-3.x branch from 19137cf to 71a65e1 Compare October 25, 2024 22:55
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-sqlobject to v3.46.0 Update dependency org.jdbi:jdbi3-sqlobject to v3.47.0 Oct 25, 2024
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-sqlobject-3.x branch from 71a65e1 to e105818 Compare January 11, 2025 22:06
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-sqlobject to v3.47.0 Update dependency org.jdbi:jdbi3-sqlobject to v3.48.0 Feb 12, 2025
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-sqlobject-3.x branch from e105818 to 9655f77 Compare February 12, 2025 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants