Bump jdbi3-jodatime2 from 3.32.0 to 3.33.0 in /pgp-keys-map-test1 by dependabot[bot] · Pull Request #1051 · s4u/pgp-keys-map (original) (raw)
Bumps jdbi3-jodatime2 from 3.32.0 to 3.33.0.
Release notes
Sourced from jdbi3-jodatime2's releases.
JDBI 3.33.0
- make
@Unmappablework with FieldMapper fields and KotlinMapper properties- rework the mapping logic for all bean related mappers (Bean, Field, Constructor, KotlinMapper)
- clarify the @PropagateNull logic, ensure that it works with nested beans
- ensure that bean mapper annotations work with lombok value and bean classes
- add explicit support for
byte[]->BYTEAfor Postgres. (#2109)- Revert lexer changes #1906 due to regressions
- add missing jdbi3-postgis and jdbi3-json (tests) to the BOM
- update build tooling for Java and Kotlin
- internal kotlin packages are considered undocumented and no longer show up in the docs
- Bean mapping now prefers setter annotations over getter annotations. (#2103)
- Various methods that accept SQL statements now take CharSequence in preference to String (#2047)
- Add a typesafe
Sqlclass for SQL statements.- Upgrade Postgres driver to 42.5.0
- call warm() correctly for SqlStatementCustomizer (#2040)
Changelog
Sourced from jdbi3-jodatime2's changelog.
3.33.0
- make
@Unmappablework with FieldMapper fields and KotlinMapper properties- rework the mapping logic for all bean related mappers (Bean, Field, Constructor, KotlinMapper)
- clarify the @PropagateNull logic, ensure that it works with nested beans
- ensure that bean mapper annotations work with lombok value and bean classes
- add explicit support for
byte[]->BYTEAfor Postgres. (#2109)- Revert lexer changes #1906 due to regressions
- add missing jdbi3-postgis and jdbi3-json (tests) to the BOM
- update build tooling for Java and Kotlin
- internal kotlin packages are considered undocumented and no longer show up in the docs
- Bean mapping now prefers setter annotations over getter annotations. (#2103)
- Various methods that accept SQL statements now take CharSequence in preference to String (#2047)
- Add a typesafe
Sqlclass for SQL statements.- Upgrade Postgres driver to 42.5.0
- call warm() correctly for SqlStatementCustomizer (#2040)
Commits
- e22c6a7 [maven-release-plugin] prepare release v3.33.0
- ce1dd1d add URL and SCM to build parent, otherwise oss does not accept release
- fb1f5b2 Merge pull request #2107 from hgschmie/bean-fix
- e1cfcf3 Add test for lombok generated classes
- 332c97f Mapper reworking
- c293492 Clarify prefix/name work for bean mappers
- e61a03e Clarify the column to java name matcher
- 5e617ff Merge pull request #2113 from hgschmie/postgres-bytea
- a69eb56 Support Postgres BYTEA as array type
- bcd059f Merge pull request #2112 from hgschmie/java-19
- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)