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-core to v3.38.0 (release/4.2.x) #3328

Merged
merged 1 commit into from Apr 27, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 27, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jdbi:jdbi3-core (source) 3.37.1 -> 3.38.0 age adoption passing confidence

Release Notes

jdbi/jdbi

v3.38.0

Compare Source

  • CaseStrategy is now an official API (dropped @​Beta) (#​2309)
    • rewrite AccessibleObjectStrategy into an enum (#​2310)
    • allow user defined functions for message rendering (#​2311)
    • fix GenericType creation in parameterized classes (#​2305)
    • add SqlStatements#setAttachAllStatementsForCleanup. Setting this configuration flag will attach all created statements to their handles for resource cleanup. Default is false. (#​2293, thanks @​jodastephen)
    • add SqlStatements#setAttachCallbackStatementsForCleanup. Setting this configuration flag will attach all created statements within one of the Jdbi callback methods to the handle. This allows code that uses the Jdbi callback methods to delegate resource management fully to Jdbi. This flag is set by default. (#​2293, thanks @​jodastephen)
    • fix problem when using the jdbi bom in spring projects (#​2295, thanks @​jedvardsson)
    • add JdbiExecutor for async Jdbi operations (#​2280, thanks @​leblonk)
    • rewrite the core extension framework, move functionality from sqlobject to core
    • rewrite sqlobject and the generator to use the new extension framework, deprecate functionality that moved to the core
    • StringTemplate engine: handle st4 errors rather than logging to stderr. Allow configuring missing attribute as a fatal error
    • StringTemplate 4.3.4
    • update spring framework dependency to 5.3.27 (address CVE-2023-20861, CVE-2023-20863)
    • ResultIterable methods: set(), collectToMap(), toCollection(), collectInto(), collectIntoList(), collectIntoSet()
    • Helpers to make registering CollectorFactory easier
    • FreemarkerEngine encourages singleton use so caching works better
    • Support Consumer<Iterable> as a consumer argument for operations that return multiple results.

Configuration

📅 Schedule: Branch creation - "before 2am" (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 this update 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 requested review from a team as code owners April 27, 2023 13:59
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 27, 2023
@renovate renovate bot force-pushed the renovate/release/4.2.x-jdbi3.version branch from 9d17ebe to acd6d3f Compare April 27, 2023 14:07
@renovate renovate bot force-pushed the renovate/release/4.2.x-jdbi3.version branch from acd6d3f to bbfc8d6 Compare April 27, 2023 14:13
@sonarcloud
Copy link

sonarcloud bot commented Apr 27, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@joschi joschi merged commit 472100e into release/4.2.x Apr 27, 2023
5 checks passed
@joschi joschi deleted the renovate/release/4.2.x-jdbi3.version branch April 27, 2023 14:26
@joschi joschi added this to the 4.2.19 milestone Apr 27, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant