I use this library for a long time to work with JSONB in Postgres. With release of Spring Boot 4, I noticed that I can use the built-in solution @JdbcTypeCode(SqlTypes.JSON). There is also a version of this library for Hibernate 7.x. Are there any other advantages to this library over the standard one in context of PostgreSQL and JSONB? I apologize if this is not the right place to ask such questions
I use this library for a long time to work with JSONB in Postgres. With release of Spring Boot 4, I noticed that I can use the built-in solution
@JdbcTypeCode(SqlTypes.JSON). There is also a version of this library for Hibernate 7.x. Are there any other advantages to this library over the standard one in context of PostgreSQL and JSONB? I apologize if this is not the right place to ask such questions