-
**[Andrew Geery](https://jira.spring.io/secure/ViewProfile.jspa?name=ageery)** opened **[DATAJPA-105](https://jira.spring.io/browse/DATAJPA-105?redirect=false)** and commented
The method `Page findAl…
-
Certain tags such as `{@inheritdoc}` contain references to other API items. [AEDoc](https://github.com/Microsoft/web-build-tools/wiki/API-Extractor-~-AEDoc-tags#api-item-references) supports two nota…
-
I'm having a problem using a bean in a SPEL `@Value` expression by combining Projections and Specifications.
Example project : [spring-jpa-projections-specs.zip](https://github.com/spring-projects/…
-
In my work, I have been using the convenient features provided by Spring Data JPA's JpaRepository for rapid development. However, when I attempted to call the following code for the first time, it res…
-
Updating Rust toolchain from nightly-2024-05-17 to nightly-2024-05-18 requires source changes.
The failed automated run [can be found here.](https://github.com/model-checking/kani/actions/runs/9136681…
-
Only a question or if it does not work, something to add.
I am using this method to parse my query.
` RSQLQueryDslSupport.toPredicate(query, getQClazz());`
and then to get my data
`getReposito…
-
```java
@Override
public long delete(Specification spec) {
CriteriaBuilder builder = this.em.getCriteriaBuilder();
CriteriaDelete delete = builder.createCriteriaDelete(getDomainClas…
-
Проблема такая. На данный момент по сути выполняется два запроса на получение тасок в колонке при получении дашбоарда:
![image](https://github.com/FEBFES/FF-TM-BACK/assets/42907301/526371ce-987f-44b…
-
Hi everybody,
First of all thanks for give us this amazing tool, it's sweet how useful and simple it is to use.
But sadly I'm having a hard time trying to find a way to avoid getting duplicate r…
zuryx updated
10 months ago
-
First of all thanks you a lot for this amazing library. I recently faced an issue when users wanted to filter globally by a date, our entity have a LocalDate which we show to user as dd/MM/yyyy but if…