t9t / jooq-postgresql-json

jOOQ support for PostgreSQL json & jsonb
Apache License 2.0
55 stars 10 forks source link

Use jOOQ native JSON/JSONB types #4

Closed t9t closed 4 years ago

t9t commented 5 years ago

Since jOOQ 1.12 there are now native JSON and JSONB types, so the ones in this library can be dropped and replaced with the native types.

See also: https://www.jooq.org/notes#3.12.0

Note that this either will have to be a breaking change in the API, or there should be two different kinds of JsonDSL/JsonbDSL, or those classes need to have overloads for both the native and custom types.

t9t commented 4 years ago

This was done in #5 and release in 1.0.0 and I have no idea why I didn't close this issue then.