-
https://github.com/spring-projects/spring-data-commons/blob/2937d620ad952e32a0fc0009becd9e880b0b9003/src/main/java/org/springframework/data/querydsl/binding/QuerydslDefaultBinding.java#L61
The valu…
-
### Discussed in https://github.com/aquasecurity/trivy/discussions/6355
Originally posted by **jlamande** March 20, 2024
### Question
Scanning in a CI job with exactly the same setup (only …
-
I am looking for an example of how to search where a field is null. Here's my example:
I have a controller method for searching like so
``` java
@RequestMapping(method = RequestMethod.GET)
public Pa…
-
-
INSERT: http://www.postgresql.org/docs/9.3/static/sql-insert.html
UPDATE: http://www.postgresql.org/docs/9.3/static/sql-update.html
support returning values that were inserted or updated.
In the cas…
-
### Describe the bug
A clear and concise description of what the bug is.
QueryDsl.insert(meta).onDuplicateKeyUpdate(meta.meno).single(error)
### Expected behavior
already has meno key but no…
-
When I upgrade Spring Boot 3.0.0, Hibernate upgrade 6.1.5.Final also.
In the Hibernate 6.x.x, the core package is changed as shown below.
- As-Is: `javax.persistence`
- To-Be: `jakarta.persiste…
-
Any news on the future of the project? The last release was in 2021.
-
I have a kapt error when kapt tries to generate the Q classes.
The error is:
Execution failed for task ':kaptKotlin'.
> A failure occurred while executing org.jetbrains.kotlin.gradle.internal.Kap…
-
**[ft0907](https://jira.spring.io/secure/ViewProfile.jspa?name=ft0907)** opened **[DATACMNS-1623](https://jira.spring.io/browse/DATACMNS-1623?redirect=false)** and commented
As long as the reference …