Dmytro Nosan

Results 45 comments of Dmytro Nosan

Thanks @wilkinsona > I think we should leave the rest as it currently is as that change feels a little riskier. Indeed, it is risky. > If you agree, would...

Thanks, @wilkinsona I was also thinking about this but I have not found a good name for it. Maybe `spring.jpa.hibernate.auto-configure.json-format-mapper` ?

I also used `properties.putIfAbsent` in case someone already has registered they own `JsonFormatMapper`

Thanks, @wilkinsona. That makes sense. What do you think about the following property format? ``` spring.jpa.hibernate.auto-configure.json-format-mapper=none spring.jpa.hibernate.auto-configure.json-format-mapper=jackson spring.jpa.hibernate.auto-configure.json-format-mapper=jsonb ``` By default, for example, `jackson`, as it is more popular.

Should I also configure ApplicationName in `PostgresR2dbcDockerComposeConnectionDetailsFactory`?

> Should I also configure ApplicationName in `PostgresR2dbcDockerComposeConnectionDetailsFactory`? Auto-configure for r2dbc as well.

Thank you for your feedback @snicoll and @wilkinsona 1. I can add unit tests for `PostgresJdbcDockerComposeConnectionDetails` and `PostgresDbR2dbcDockerComposeConnectionDetails` without involving docker, to verify that all options are set correctly. 2....

Also, should I revert my `DockerComposeTestExtension` changes? I can test the application name is set via docker-compose labels.

PR has been updated. - I reverted my `DockerComposeTestExtension` and `JdbcUrlBuilder` changes. - I added unit tests for both `ConnectionDetails` and removed docker-compose integration tests. - I left only two...

Hi @thiagoteichmann, The issue is still in progress. Before moving forward, @wilkinsona reached out to the Lettuce team to request support for more complex ReadFrom types, such as `regex` and...