Sanne Grinovero

Results 35 issues of Sanne Grinovero

Hello! Would it be possible to mark the dependency to `org.jetbrains:annotations` as `provided` or `optional`? We had trouble upgrading to the latest Testcontainers release because the very popular `org.jetbrains.kotlin:kotlin-stdlib` also...

As discussed at JNation, we have some experiments showing that: - there's no compelling reason to start more eventloops than available cores - it's actually harmful for performance in some...

release/noteworthy-feature
area/vertx

Some small optimisations thatwere highlighted during the last round of benchmarking - https://hibernate.atlassian.net/browse/HHH-15275

Hello, we've had Quarkus users complaining about unreliable & inconsistent bootstrap of containers via Testcontainers; a general pattern was that they were either using `podman` or using `Windows`, and out...

resolution/acknowledged
type/enhancement
client/podman

In Quarkus we favour build-time enhanced entities; we need better integration tests to cover this functionality. There's a good template to follow in Hibernate ORM core's `DirtyTrackingTest`

testing

Hi all, I'm from the Hibernate team. We were not aware of this project, I just heard about this on our forums: - https://forum.hibernate.org/viewtopic.php?f=1&t=1044134 Kudos for making this! Redis support...

## What is this? The primary intention here is to make the PostgreSQL JDBC driver easier to run on the SubstrateVM. This patch alone is not sufficient, I'll send more....

Fixes #28018 A cleaner solution would be to avoid transforming this extension, but I've not found a way to exclude a single one w/o making the whole script much more...

area/persistence
area/jakarta

## Description When looking at heap dumps of a Quarkus application running in production mode, the retained memory from `io.quarkus.arc.impl.ArcContainerImpl#removedBeans` stands out as being a little high. Considering this information...

kind/enhancement
area/arc

See also https://github.com/quarkusio/quarkus/issues/27166 ; leaving it here as a draft for now as it's a very late, need to discuss with the ORM team what fix we actually want here....