-
```
2024-10-15T19:40:08.435+09:00 INFO 11388 --- [ restartedMain] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate …
-
Jackson has added `@JsonManagedReference`, `@JsonBackReference`, & `@JsonIdentityInfo` to support putting JPA Entities directly to the wire.
Similar annotations in JSON-B would be useful for gettin…
-
# Set Up Backend for AccentOptimizer
**Description:**
We need to set up the backend infrastructure for the **AccentOptimizer** project using Spring Boot with MySQL as the database and Flyway for…
-
Hi, I`m trying to use as a reference project [postgresql-cqrs](https://github.com/cloudcreate-dk/essentials-spring-examples/blob/main/postgresql-cqrs/img/TransferMoneyFlow.png) example but cannot full…
-
the backend is significantly over complicated. _453453041951 doesnt correlate to tables, etc the read me should have a well explained step by step proccess of what to change. i created the postgres db…
-
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 …
-
### Description
The `FEDERATED_IDENTITY` table does not enforce uniqueness on `(realm_id, federated_user_id)`, thus allowing linking the same federated user id to multiple users. This can be achiev…
-
##### **Overview of the issue**
It seems that by creating a new microservice from scratch without entities and with User entity creation disabled, it cannot then be started due to an error in JPA's a…
-
Entities and the Repository API should not dictate which persistence method is used under the covers.
-
Hey
While skimming through the [ADR on CQRS](https://github.com/victorrentea/clean-architecture/blob/master/adr/adr-007-use-cased-optimized-query.md), I noticed a remark:
> Coupling - this repos…