-
## Issue Description
When using Sonarqube 7.9.5 (LTS) or 8.8.0 joing the latest configured findbug 4.0.3 plugin we get the following messages in the log output:
The following classes needed for an…
-
I am using `SpringBoot-Starter-Data-JPA-Version: 3.3.3`. When I use `Page findAll(@Nullable Specification spec, Pageable pageable)`, I will get 2 queries. The first query is correct, but the second qu…
-
I implemented numerous own Specification classes that implement the interface called `Specification` in the `org.springframework.data.jpa.domain` package. This `Specification` interface has a `Predica…
-
Dear spring devs,
I'd like to suggest the following change in interface `Specification`:
`Predicate toPredicate(Root root, CriteriaQuery query, CriteriaBuilder criteriaBuilder);`
to
`Predi…
-
Hello,
i saw in your example that you used Spring Boot 2. Is it your lbrary also compatible with v3? I am using v3 and received the current error:
`RuntimeException@14876 "java.lang.RuntimeExcep…
-
Where is the fault? https://github.com/spotbugs/spotbugs/issues/527#issuecomment-1508008828
-
BlazePaginationRepository:
```
public PagedList findTopN(Specification specification,
Sort sortBy,
int pageSize,
…
-
I guess it is not possible to implement this idea --if at all possible-- in `purescript-css`, it will need a library of it's own.
What I mean by specific types for CSS names can be seen in this Elm l…
-
I have a sql like below:
```sql
SELECT
t0.*
FROM
(
SELECT
stat_month
FROM
iceberg.test.a
WHERE
stat_month I…
-
**[Dimitri](https://jira.spring.io/secure/ViewProfile.jspa?name=newdimitri)** opened **[DATAJPA-1573](https://jira.spring.io/browse/DATAJPA-1573?redirect=false)** and commented
I have this code:
```…