-
In my test setup, I have issued a sequence of commands to an async event store.
The different command handlers are, as expected, executed in different tasks, resulting in an unpredictable order of ex…
-
The exception below was encountered during running $expunge on my Postgres hapi-fhir-jpaserver (5.1.0). The database is in early stages of being populated, but lots of patient and related resources ha…
-
#### Environment
```
HikariCP version: 2.6.3
JDK version : 1.8.0_144
Database : mysql
Driver version : 5.6.42
------------------------------------------------------------------------…
ghost updated
6 years ago
-
**[Jan Zeppenfeld](https://jira.spring.io/secure/ViewProfile.jspa?name=zeppjan)** opened **[DATAREST-733](https://jira.spring.io/browse/DATAREST-733?redirect=false)** and commented
I run into an infi…
-
Is there a way to use a single `Repository` to produce multiple types that inherit from an abstract class if they are stored in a single table? For example if `Cat` and `Dog` both extend `Animal` and …
-
**Inside entity class validate field with respected validations like that**
```
@Entity
public class User {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private long id;
…
-
### Basic information
* Axon Framework version: 4.7.4
* JDK version: OpenJDK 20 with `--enable-preview` switch
* Complete executable reproducer if available (e.g. GitHub Repo): Haven't prepa…
-
The recent fix that was added into 6.4.3 for #4630 does not work on an Oracle Database.
It produces the following ERROR:
```
2023-03-09 12:20:35.680 [cdr-scheduler-clustermgr-local-2] ERROR M: R:…
-
ReflectionUtil.isDate should consider the Java 8 date types as valid dates.
-
Relational databases typically benefit from the knowledge, whether a transation will potentially modify and information (so locks are needed), or only read-only queries are executed (so no locks are n…