Sanne Grinovero

Results 140 comments of Sanne Grinovero

@dmlloyd could you comment in regards to `Target_io_smallrye_config_SmallRyeConfigProviderResolver#getConfig` ? Assuming tests pass w/o the `@AlwaysInline("trivial")` can we remove it safely?

@galderz is it worth to work on "-H: options are not public API" in this cycle? As I commented above I see no big value in it - especially no...

yes sure Hibernate could support this theoretically, but rather than aggregation of individually generated SQL statements I would prefer to generate the optimal SQL right away. Which implies it would...

> thanks @Sanne , my opinion is that a client should in practice remains agnostic of SQL that is tied to the application +1 The posgresql (JDBC) driver also does...

Right. However to be clear @markusdlugi : waiting for Hibernate Reactive to upgrade to Hibernate ORM core 6 and have this efficiencly implemented in 6 will take quite some more...

@kiview I hope you remember our quick chat about this at Devoxx UK :) You mentioned this would be harder than it looks and would explore some things; do you...

Yes I think simply chaging the string that points to ryuk would prevent some pain, and I also don't expect that to be problematic. Interesting that Docker Desktop doesn't have...

Sorry I missed the previous notifications. And to be clear this might need to be addressed in ORM core first. The main problem is that there are circumstances in which...

I don't have a strong opinion. Personally I prefer configuration to be precise - as in explicit and unambiguous - but I know I'm in a minority. So my personal...

> I don't think there's ambiguity about a URL that starts with `jdbc:` or `vertx:`. Many drivers offer jdbc connection properties which are declared on the `jdbc` URI. If we...