querydsl icon indicating copy to clipboard operation
querydsl copied to clipboard

Unified Queries for Java

Results 22 querydsl issues
Sort by recently updated
recently updated
newest added

Bumps `springboot.version` from 3.2.5 to 3.3.0. Updates `org.springframework.boot:spring-boot-dependencies` from 3.2.5 to 3.3.0 Release notes Sourced from org.springframework.boot:spring-boot-dependencies's releases. v3.3.0 :star: New Features Add support for descriptions of record components in...

dependencies

# Observed vs. expected behavior (This is a continuation from the original QueryDSL issue [#3550](https://github.com/querydsl/querydsl/issues/3550)) When using the following Combination * a custom type extending Number (imho this seems to...

Bumps [jakarta.persistence:jakarta.persistence-api](https://github.com/jakartaee/persistence) from 3.1.0 to 3.2.0. Release notes Sourced from jakarta.persistence:jakarta.persistence-api's releases. Jakarta Persistence 3.2.0-M01 This release contains following changes: Adds factory-level access to named queries and named entity graphs...

dependencies

Bumps `spring.version` from 6.1.7 to 6.1.8. Updates `org.springframework:spring-jdbc` from 6.1.7 to 6.1.8 Release notes Sourced from org.springframework:spring-jdbc's releases. v6.1.8 :star: New Features Avoid creation of SAXParserFactory for every read operation...

dependencies

Unfortounately, I have not dedicated enough time in previous issue (https://github.com/OpenFeign/querydsl/issues/387) and it seems that not all cases are covered. This time I will prepare a more proper PR for...

Reproduces https://github.com/querydsl/querydsl/issues/3618

Hello, I spent a few hours trying to get a project running with this version of QueryDSL. My project basically works with queryDsl v4. I'd like to update it, but...

The bug I raised 5 months ago is not fixed in 6.1 or 6.2: https://github.com/querydsl/querydsl/issues/3618

Existing implementation of `AbstractR2DBCQuery.fetch()` and `unsafeCount()` takes an existing connection from the connection provider and uses it, in case if a connection pool is used, the connections are never closed...