-
Hi!
An issue I am not able to find a solution for, so any help will be highly appreciated:
I am using Spring Boot v3.0.5 with Hibernate 6.1.7. I am trying to use pagination when loading the list o…
-
This is a post describing the new Spring Filter major release **version 3.0.0**. Note that a [snapshot](https://github.com/turkraft/spring-filter/releases/tag/3.0.0-SNAPSHOT) is cu…
-
In a very specific scenario involving an entity class extending another entity class and using `@Inheritance(strategy = InheritanceType.JOINED)` and when querying via the repository method `findAll(Sp…
-
When executing the following query on a Repository, spring-data fails with the following error message:
> org.springframework.data.jpa.repository.query.BadJpqlGrammarException: Line 1:46 no viable …
-
We are using spring data cosmos library to fetch results from cosmosdb and have a requirement to build filter query dynamically. i.e User can filter on any property of a document. Spring provides this…
-
### Background
We are encountering the below issue as part of our upgrade from Spring Boot 2.7.13 to Spring Boot 3.1.1 whereby if we perform an initial query against a repository of an entity with …
-
Hi, guys, faced the same issue. Unfortunately, this "feature" totally breaks the pagination.
The problem is when I'm using 'groupBy' than a number of returned elements is much less than the totalEle…
-
On the folder https://mavensync.zkoss.org/maven2/org/zkoss/zkspringboot/zkspringboot-starter/, there are no -SNAPSHOT, seems this need to be changed to 3.0.0 only
And I'm finding problem when us…
-
As we talked about [on this issue here](https://github.com/jakartaee/data/pull/146#issuecomment-1535740767), I would like to allow the spec to have in-depth details and expected behaviors on JPA; at…
-
We very need this feature. Please implement Spring JPA multi-tenant feature.
- Hibernate support Multi-tenant https://docs.jboss.org/hibernate/orm/6.1/javadocs/org/hibernate/annotations/TenantId.ht…