This is small lib for integration PostgreSQL types like jsonb and enum with JdbcClient/Template.
It provides easy way to map jsonb/json/enum in parameter
Also it's possible to create own types avoiding PGObject getter/setter methods
Version1.0.9compared with
Version Details
| 1.0.8 | 1.0.9 | |
|---|---|---|
| Release date | Apr 11, 2024 | Feb 08, 2025 |
| Licenses | MIT | MIT |
| Vulnerabilities | None | None |
Compile Changes (3)
| 1.0.8 | 1.0.9 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | com.fasterxml.jackson.core » jackson-databind | 2.16.1 | 2.18.2 |
| ~ Updated | com.fasterxml.jackson.module » jackson-module-kotlin | 2.16.1 | 2.18.2 |
| ~ Updated | org.jetbrains.kotlin » kotlin-stdlib | 1.9.22 | 2.0.0 |
Runtime Changes (4)
| 1.0.8 | 1.0.9 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | org.jetbrains.kotlin » kotlin-reflect | 1.9.22 | 2.0.0 |
| ~ Updated | org.postgresql » postgresql | 42.7.1 | 42.7.2 |
| ~ Updated | org.springframework.boot » spring-boot-starter | 3.2.2 | 3.4.2 |
| ~ Updated | org.springframework.boot » spring-boot-starter-jdbc | 3.2.2 | 3.4.2 |