Vlad Mihalcea

Results 212 comments of Vlad Mihalcea

Around 90% of all the work was done by me, so issuing a PR that I review myself and rebase afterward would have been a waste of time. PRs are...

At the moment, the library does not support GraalVM. The #202 issue was created some time ago, but no one added support for it. If you want to investigate what's...

If you think it's useful, send me a Pull Request with the implementation and I'll review it when I have some time.

The project can use PostgreSQL 14. It's just a small change in the Testcontainers. So, you can provide the PR, as it can be tested.

It's true that the Spring Boot `application.properties` is not used, but you can define the `hibernate.types.jackson.object.mapper` in a `hibernate-types.properties` file, and everything will work fine in Spring Boot too. Or,...

@fdubuisson The `PropertyKey.JACKSON_OBJECT_MAPPER` setting could be set at runtime before you bootstrap the `EntityManagerFactory` to a `Supplier` that gives the object configured by Spring. That's how it's loaded by Hibernate...

What can be done is adding a `ThreadLocal` in the Configuration class, which can allow passing the `ObjectMapperWrapper` That one could be used to cache the already computed one as,...

@Tom-Ritense Looking forward to your PR.