Guilds
Guilds copied to clipboard
Bump jdbi3-core from 3.8.2 to 3.32.0
Bumps jdbi3-core from 3.8.2 to 3.32.0.
Release notes
Sourced from jdbi3-core's releases.
JDBI 3.32.0
- Use Kotlin 1.7 ecosystem (compiler, plugin) but compile to Kotlin 1.5 compatibility
- Add support for Eclipse LocationTech JTS data types with PostGIS. (#2072, #2074, thank you
@bchapuis
)- Fix exception in Handle#close() when underlying connection is closed (#2065)
- Give access to per-batch row modification count (#2069, #2060, thank you
@doppelrittberger
)- Start new examples module for JDBI3 example code.
3.31.0
- Support binding parameters of type CharSequence (#2057, thanks
@sman-81
)- Fix Sql scripts to support BEGIN / END nested scripts (#2021, thanks
@sman-81
)- ResultIterables have additional convenience methods forEachWithCount and filter (#2056, thanks
@sman-81
)- upgrades to the build system to support external modules. This allows keeping the
jdbi3-oracle12
module up to date.3.30.0
- Fix DefinedAttributeTemplateEngine lexer bug swallowing single-quoted text with escapes (#1906)
- ANTLr 4.10.1
- GSON 2.9.0 fixes CVE-2022-25647
- Spring 5.3.20 fixes CVE-2022-22965
- Promote TemplateEngine.NOP to a NoTemplateEngine class, for use with
@UseTemplateEngine
JDBI 3.29.0
This is a maintenance release. It bumps the minor because of a backwards incompatible change in the
JdbiOtjPostgresExtension
due to a change in the upstreamotj-pg-embedded
component.If you do not use this component, there are no significant changes over 3.28.0.
- build now fully supports building with JDK 17
- minor changes and cleanups (#2020, #2023)
- always load kotlin plugin if using kotlin-sqlobject (#2023)
- change BOM to resolve versions in the released bom version
- update to otj-pg-embedded 1.0.1 (0.13.x started to crash on MacOS Monterey). This is a backwards incompatible change as the component changed the call signature of
getJdbcUrl
. This only affects the JdbiOtjPostgresExtensionJDBI 3.28.0
Changed
- Remove the antlr4-runtime dependency by inlining it into the core jar.
Security
- update baseline dependencies for known CVE (reported by dependabot)
Housekeeping
- [CI] add lgtm checks
- [CI] build integration tests for inlined jar
3.27.2
- Fix NPE in SqlLogger#logAfterExecution when query string is not available (#2000), thanks
@tmichel
!3.27.1
... (truncated)
Changelog
Sourced from jdbi3-core's changelog.
3.32.0
- Use Kotlin 1.7 ecosystem (compiler, plugin) but compile to Kotlin 1.5 compatibility
- Add support for Eclipse LocationTech JTS data types with PostGIS. (#2072, #2074, thank you
@bchapuis
)- Fix exception in Handle#close() when underlying connection is closed (#2065)
- Give access to per-batch row modification count (#2069, #2060, thank you
@doppelrittberger
)- Start new
examples
module for JDBI3 example code.3.31.0
- Support binding parameters of type CharSequence (#2057, thanks
@sman-81
)- Fix Sql scripts to support BEGIN / END nested scripts (#2021, thanks
@sman-81
)- ResultIterables have additional convenience methods forEachWithCount and filter (#2056, thanks
@sman-81
)- upgrades to the build system to support external modules. This allows keeping the
jdbi3-oracle12
module up to date.3.30.0
- Fix DefinedAttributeTemplateEngine lexer bug swallowing single-quoted text with escapes (#1906)
- ANTLr 4.10.1
- GSON 2.9.0 fixes CVE-2022-25647
- Spring 5.3.20 fixes CVE-2022-22965
- Promote TemplateEngine.NOP to a NoTemplateEngine class, for use with
@UseTemplateEngine
3.29.0
This is a maintenance release. It bumps the minor because of a backwards incompatible change in the
JdbiOtjPostgresExtension
due to a change in the upstreamotj-pg-embedded
component.If you do not use this component, there are no significant changes over 3.28.0.
- build now fully supports building with JDK 17
- minor changes and cleanups (#2020, #2023)
- always load kotlin plugin if using kotlin-sqlobject (#2023)
- change BOM to resolve versions in the released bom version
- update to otj-pg-embedded 1.0.1 (0.13.x started to crash on MacOS Monterey). This is a backwards incompatible change as the component changed the call signature of
getJdbcUrl
. This only affects the JdbiOtjPostgresExtension3.28.0
- Remove the antlr4-runtime dependency by inlining it into the core jar.
- [CI] add lgtm checks
- [CI] build integration tests for inlined jar
- [SECURITY] update baseline dependencies for known CVE (reported by dependabot)
3.27.2
- Fix NPE in SqlLogger#logAfterExecution when query string is not available (#2000), thanks
@tmichel
!3.27.1
- Fix Batch binding with serializable transaction retries (#1967), thanks
@sudharsannr
!
... (truncated)
Commits
b3bdac0
[maven-release-plugin] prepare release v3.32.0b3b8b2d
Merge pull request #2076 from hgschmie/kotlin-compatibilitycb21194
Kotlin compile to 1.5 compatibility1cb923a
postgis otj tests must also respect no-docker6210ddb
Merge pull request #2074 from hgschmie/postgis-support9fcc642
Add JTS PostGIS data type support109d2d4
Merge pull request #2075 from hgschmie/custom-sql-array-examplebad4768
Add new example for custom sql array types77908a9
update RELEASE_NOTES453d072
Merge pull request #2073 from hgschmie/examples- Additional commits viewable in compare view
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)