Greg L. Turnquist

Results 137 issues of Greg L. Turnquist

Hibernate 5.6.9.Final patches https://hibernate.atlassian.net/browse/HHH-15142, which caused anything after Hibernate 5.6.5.Final to break on custom finders that have "startsWith", "endsWith", or "contains" clauses, which used wildcards. Several issues swirl around this...

type: dependency-upgrade
type: task
status: blocked

#2294 introduced the Fluent API. However, scheduling issues prevented us from implementing class-based DTOs. As part of that development effort, the following chunk of code from `FetchableFluentQueryByExample` was withdrawn since...

theme: projections

Plugging in a `` into my web app, it aligns left. Appears the only place where I can get it to center is if I put "margin:auto;" in the ``...

H2 apparently supports the table types backing `BigDecimal` to also return NaN, +Inf, and -Inf, all types unsupported natively by `BigDecimal`. We need expanded testing and verification of handling this...

type: enhancement

Support https://github.com/r2dbc/r2dbc-spi/issues/23.

theme: Observability