Davide D'Alto

Results 107 issues of Davide D'Alto
trafficstars

Fixes #26284 It makes it possible to use projection with HQL queries with a select clause. @loicmathieu this seems to work.

area/documentation
area/panache
triage/waiting-for-ci

Insert and select is a common scenario when the id is generated by the database. Different databases have different way to implement this and, at the moment, there is not...

enhancement

This is started as [an issue for Quarkus](https://github.com/quarkusio/quarkus/issues/10768). The problem is that when passing a `LocalDateTime` (or some similar type without a timezone) as parameter of an insert query we...

enhancement

Now that testcontainers seems to work well on all operating systems, I think we can use it as default. We still need to be able to test on machines not...

testing
build

Follows issue #721

testing
build

There's a couple of places where we cannot use method reference because of [JDK-8161588](https://bugs.openjdk.java.net/browse/JDK-8161588) affect Quarkus: * [ReactiveSessionFactoryImpl](https://github.com/hibernate/hibernate-reactive/blob/4d1df78449172aab2655c158e0190dd8e6bbf38f/hibernate-reactive-core/src/main/java/org/hibernate/reactive/session/impl/ReactiveSessionFactoryImpl.java#L37) * [PostgresParameters](https://github.com/hibernate/hibernate-reactive/blob/4d1df78449172aab2655c158e0190dd8e6bbf38f/hibernate-reactive-core/src/main/java/org/hibernate/reactive/pool/impl/PostgresParameters.java#L76)

waiting

We are already using the latest ORM that should have fixed the issue. The `session-example` module is currently disabled: a9027ad22e0af642a05ace4912421d151ee713fd

bug
jakarta

We've introduced [ProxyConnection](https://github.com/hibernate/hibernate-reactive/blob/main/hibernate-reactive-core/src/main/java/org/hibernate/reactive/pool/impl/ProxyConnection.java) to create a connection lazily but [we have then decided to remove it](https://github.com/hibernate/hibernate-reactive/issues/950). The plan was to remove this class before 1.0 Final but it has caused...