-
See [this section](https://spring.io/blog/2022/05/24/preparing-for-spring-boot-3-0#check-if-third-party-projects-have-jakarta-ee-9-compatible-releases) in [Preparing for Spring Boot 3.0](https://sprin…
-
### Expected Behavior
If query.distinct(true) is used, I am expecting the count query to be count(distinct(...)) instead of count(...).
### Actual Behaviour
From `AbstractSpecificationInterceptor.j…
-
Spring Boot: 3.2.0
Hibernate: 6.3.1
hypersistence-utils-hibernate-63: 3.7.0
DB: PostgreSQL
db coolumn has **jsonb** type, java mapping:
```
Type(JsonType.class)
@Column(name = "json_data", c…
-
**[Triqui Galletas](https://jira.spring.io/secure/ViewProfile.jspa?name=triqui)** opened **[DATAJPA-959](https://jira.spring.io/browse/DATAJPA-959?redirect=false)** and commented
This may sound stupi…
-
Is there any way to return a boolean from assertions?
Something in these lines:
```csharp
bool result = 2.Should().Be(1)
```
Where bool would be returned as `false` in this case.
-
My main issue is that Predicates is a static class and I need to build the predicates value within a reusable method with fairly complex logic which can't simply be created with a single expression. T…
-
@Override
public Predicate toPredicate(Root root, CriteriaQuery criteriaQuery, CriteriaBuilder criteriaBuilder) {
final List predicates = new ArrayList();
if(criteria.getName() != null)
p…
-
The Api used for get all the tasks in the context of the project return an 500 Error with a StackTrace but the same method without API doesn't
Example
```
Request Method: GET
Status Code: 500 Inte…
chin8 updated
9 months ago
-
Hi,
I am having trouble filtering on a ```List``` field on my domain object. Any help would be appreciated!
The field is mapped as follows:
```
@ElementCollection
@CollectionTable(n…
-
### Expected Behavior
As per documented on : [micronaut pages](https://micronaut-projects.github.io/micronaut-data/latest/guide/#mongoCriteriaSpecifications) , I have created an implementation of P…