George Gastaldi

Results 345 comments of George Gastaldi

> My app is separated between read only API endpoints (high traffic) and write API endpoints (low traffic), so it would be very useful to have `serializable` isolation level for...

@gsmet I'd consider backporting this to avoid future merge conflict headaches in the future, WDYT?

Flyway 9.x points to https://flywaydb.org/licenses/flyway-community, which also returns 404

Sounds like a parsing bug. Thanks for the reproducer

Thanks for your work @OndraZizka, we can provision a Quarkiverse repository for that, no problem. We just need a project lead that will maintain the repository. Would that be @agbaroni...

I tried the reproducer in my Windows machine and I see the error described in https://github.com/quarkusio/quarkus/issues/43940#issuecomment-2422932469

@aloubyansky I gave your branch a try and I still get the same error: ``` [INFO] --- jar:3.4.1:jar (default-jar) @ code-with-quarkus --- [INFO] Building jar: C:\Users\ggastald\Downloads\code-with-quarkus\target\code-with-quarkus-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- quarkus:999-SNAPSHOT:build...

FTR changing to `quarkus-rest` keeps the stream in the filter, so it's a `quarkus-resteasy` problem

Not sure a separate extension for this is necessary: It looks like this feature can be implemented in the `quarkus-flyway` extension directly by making the `io.quarkus:quarkus-hibernate-orm` an optional dependency.

> I will try to explore this option. Should I keep both config isolated ? Yes, that makes sense