Sanne Grinovero
Sanne Grinovero
For @beikov to incorporate in his performance polishing ...
This failed today with error: ``` java.util.concurrent.CompletionException: org.opentest4j.AssertionFailedError: expected: 2023-08-03T09:50:51.570Z but was: 2023-08-03T09:50:51.569999Z when comparing values using Comparator$$Lambda$251/0x00000008010d4808 at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ``` The actual value is extremely close to...
Triaging recent bug reports, it seems like some people made some mistake in BOM cocktails ending up to pick a micro of Hibernate ORM slightly behind the version expected by...
As I was working on something unrelated, I spotted a suspicious pattern within `ReactiveDeleteCoordinator` : it declares a field of type `CompletableFuture`. This looks suspiciously similar to the pattern we...
See, for example, field `tableExporter` in `org.hibernate.dialect.Dialect`: all those fields are referring directly to `this`, causing any overrides we attempt to apply in a wrapper of the Dialect ignored.
As a follow up to the ideas discussed on #1610 : the current design was introduced in #1608 and seems to behave correctly under load, but there are two concerns:...
It would seem that if I introduce assertions to check that the current transaction is terminated (in any way) before we close the connection, there's at least one test failing:...
These are minor improvements to check for valid assumptions in `SqlClientConnection`; it's currently triggering the failure of an existing test - hence consider this a failing test for issue #1514
### Version 4.4.2 ### Context I've been running Techempower benchmarks with the [type pollution agent](https://github.com/RedHatPerf/type-pollution-agent) enabled, to identify subtle scalability issues in Quarkus and Vert.x. ### Do you have a...
Draft, to be discussed. See also: https://quarkusio.zulipchat.com/#narrow/stream/187038-dev/topic/Bytecode.20transformers.20caches.20for.20Hibernate.20entities