-
There is a problem with the QuerydsDataFetcher join query. Can I modify the QuerydsDataFetcher.getArgumentValues method to fix it?
![image](https://github.com/user-attachments/assets/87abbbcd-4…
-
## Bug Report
### Which version of ShardingSphere did you use?
spring-boot 3.4.0
shardingsphere-jdbc 5.5.1
shardingsphere-transaction-xa-core 5.5.1
### Which project did you use? ShardingSphe…
-
Supposons qu'on a deux études (etudeA et etudeB). On fait un import dans etudeA dans lequel on créé subjectA et examA. Ensuite on copie les données importées dans etudeA vers etudeB.
Le subject reste…
-
EclipseLink is rejecting JPQL SELECT NEW clauses where an entity contains an attribute that is an ElementCollection.
For example, `SELECT o.comments FROM Rating o WHERE o.id = :id` where the column…
-
Hi,
I am getting following errors all the sudden..
Can't figure out the way to fix it. Any idea on this issue?
Here is my version setup.
```
id("org.jlleitschuh.gradle.ktlint").version("12.1…
-
Thanks to https://github.com/spring-projects/spring-data-commons/commit/4df7a164e9040bb94dddd5133802db5494856d5f, Spring Data can introduce SPI fragments by specifying them in `spring.factories`, it w…
-
### Describe the bug
The overview of a Programming exercise sometimes does not show the results from the latest submission. Instead it shows the result of a previous submission.
### To Reproduce…
-
I found the domain model is marked with JPA annotations, but the repository is not directly implemented by JPA.
So I think the reason the repository is a plain java interface is that we can choose th…
-
Hello,
I am trying to run the application with Java 21 at Windows 10 and get an error after launching.
Do you have an idea, what is going wrong?
PS C:\Users\rogue\Downloads\roborock> java -ja…
-
While using SimpleJpaRepository.deleteAllInBatch method with about 500 entities I noticed that the called hibernate library tends to throw a StackOverflowError due to its antlr parsing nature.
To …