dependabot[bot] opened a new pull request, #19795: URL: https://github.com/apache/druid/pull/19795
Bumps [org.jdbi:jdbi](https://github.com/jdbi/jdbi) from 2.63.1 to 2.78. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md">org.jdbi:jdbi's changelog</a>.</em></p> <blockquote> <h1>2.78</h1> <ul> <li><a href="https://github.com/BindIn"><code>@BindIn</code></a>: fix handling of empty lists on Postgres</li> <li>clear SqlObject ThreadLocals on close, fixes leak on e.g. webapp reload</li> <li>expose Script.getStatements()</li> </ul> <h1>2.77</h1> <ul> <li>Improved BindIn functionality: can now process Iterables and arrays/varargs of any type, and has configurable handling for a null/empty argument. Check the source code comments or your IDE hints for details.</li> </ul> <h1>2.76</h1> <ul> <li>SPRING BREAKING CHANGE: move from Spring 2 to Spring 3, how timely of us</li> <li>SQL lookups in the context of a SqlObject method now also find according to the same rules as annotation</li> <li>DefaultMapper now has option to disable case folding</li> <li>Fix AbstractMethodError swallowing in SqlObject methods</li> </ul> <h1>2.75</h1> <ul> <li>simple <a href="https://github.com/GetGeneratedKeys"><code>@GetGeneratedKeys</code></a> <a href="https://github.com/SqlBatch"><code>@SqlBatch</code></a> support (only int keys for now)</li> <li>ClasspathStatementLocator performance improvements</li> </ul> <h1>2.74</h1> <ul> <li>cglib 3.2.2, asm 5.1; fixes codegen for new Java 8 bridge methods</li> <li><a href="https://github.com/UseStringTemplate3StatementLocator"><code>@UseStringTemplate3StatementLocator</code></a> now caches created locators</li> <li>new <a href="https://github.com/OutParameter"><code>@OutParameter</code></a> annotation for fetching named out params on <a href="https://github.com/SqlCall"><code>@SqlCall</code></a> methods</li> <li>expose Handle.isClosed</li> </ul> <h1>2.73</h1> <ul> <li>Allow clearing of bindings in SQLStatement</li> <li>(finally!) parse Postgres CAST syntax 'value::type' properly in colon prefix statements</li> <li>fix <a href="https://github.com/SqlBatch"><code>@SqlBatch</code></a> hanging if you forget to include an Iterable-like param</li> <li>fix <a href="https://github.com/SqlUpdate"><code>@SqlUpdate</code></a> <a href="https://github.com/GetGeneratedKeys"><code>@GetGeneratedKeys</code></a> to allow non-number return types</li> <li>Expose Foreman on StatementContext</li> </ul> <h1>2.72</h1> <ul> <li>Support for the ability to provide a list of the column names returned in a prepared batch <a href="https://redirect.github.com/jdbi/jdbi/issues/254">#254</a></li> </ul> <h1>2.71</h1> <ul> <li>fix <a href="https://github.com/BindBean"><code>@BindBean</code></a> of private subtypes, <a href="https://redirect.github.com/jdbi/jdbi/issues/242">#242</a></li> </ul> <h1>2.70</h1> <p>*** MAJOR CHANGES ***</p> <ul> <li>allow JDK8 default methods in SQLObject interfaces. Backport of <a href="https://redirect.github.com/jdbi/jdbi/issues/190">#190</a>.</li> <li>switch to standard Maven toolchains.xml for cross-compilation, <a href="https://redirect.github.com/jdbi/jdbi/issues/169">#169</a>. See <a href="https://maven.apache.org/guides/mini/guide-using-toolchains.html">https://maven.apache.org/guides/mini/guide-using-toolchains.html</a> for instructions on how to use it.</li> <li>Correctly handle semicolons and inline comments in SQL statements. Existing SQL statements may break due to lexer changes, ensure you have</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jdbi/jdbi/commit/35a7def8e5be5902ba9400bb6ca1f75111bd33df"><code>35a7def</code></a> [maven-release-plugin] prepare release jdbi-2.78</li> <li><a href="https://github.com/jdbi/jdbi/commit/af01fffcdb012ff35fb65b27f01c018fd34a3a46"><code>af01fff</code></a> BindInNullPostgresTest: don't depend on method ordering, fix NPE if assumptio...</li> <li><a href="https://github.com/jdbi/jdbi/commit/0827868f8a0af22f7313702c6de57299c5e454bf"><code>0827868</code></a> Merge pull request <a href="https://redirect.github.com/jdbi/jdbi/issues/687">#687</a> from mdewilde/master</li> <li><a href="https://github.com/jdbi/jdbi/commit/5ee4b3f3481cc906c8cda1370f08384d2977e0b7"><code>5ee4b3f</code></a> Javadoc cleanup</li> <li><a href="https://github.com/jdbi/jdbi/commit/fb79b547ed433e372df400ae513c683fa06d6d00"><code>fb79b54</code></a> Merge pull request <a href="https://redirect.github.com/jdbi/jdbi/issues/577">#577</a> from stevenschlansker/script-getstatements</li> <li><a href="https://github.com/jdbi/jdbi/commit/b2332323996590869456ded19b59f284f00323a9"><code>b233232</code></a> Expose Script.getStatements()</li> <li><a href="https://github.com/jdbi/jdbi/commit/3fe1480fcc3c42be94d355f8c7335bd784dbbc13"><code>3fe1480</code></a> Release notes for <a href="https://redirect.github.com/jdbi/jdbi/issues/558">#558</a></li> <li><a href="https://github.com/jdbi/jdbi/commit/4244b0f7be1f7ff14db3a3dc3f7b9e7408072a4d"><code>4244b0f</code></a> Merge pull request <a href="https://redirect.github.com/jdbi/jdbi/issues/558">#558</a> from schalkwijk/fix-empty-list-support-for-postgres</li> <li><a href="https://github.com/jdbi/jdbi/commit/fa0c37194f375d5d78a6eb8ec6cc56b776dfef53"><code>fa0c371</code></a> Fix how the <a href="https://github.com/BindIn"><code>@BindIn</code></a> annotation deals with EmptyHandling.NULL when backed by a...</li> <li><a href="https://github.com/jdbi/jdbi/commit/0e47099cd4a88ffcb7e8a8407c60fe6cda9f1d7e"><code>0e47099</code></a> BasicHandle: on close, clear ThreadLocal</li> <li>Additional commits viewable in <a href="https://github.com/jdbi/jdbi/compare/jdbi-2.63.1...jdbi-2.78">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
