-
**Describe the bug**
On editing catchment of the user, we get a toast saying "Sever communication error" and it doesn't all the user to edit and save.
**Steps to reproduce**
1. Remove grant sele…
-
According to the [migration guide](https://github.com/spring-projects/spring-framework/wiki/Upgrading-to-Spring-Framework-6.x#data-access-and-transactions-1):
> The corresponding Hibernate Validator …
-
### Describe the bug
I use the following Panache **filter** query:
```
..
// JPQL-fragment throws exception
repository.filter("CAST(created as String) LIKE CONCAT(:created, '%')", "2024);
..
```
T…
-
## What problem are you trying to solve?
Hibernate 6.2 dropped support for legacy database versions. As a result, legacy code corresponding to those versions was cleaned. One aspect of it is the clea…
-
```
eclipse.buildId=4.34.0.I20241113-1800
java.version=21.0.2
java.vendor=Eclipse Adoptium
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=de_DE
Command-line arguments: -os win32 -ws w…
jukzi updated
8 hours ago
-
I have Manjaro 15.12 with Mate 1.12.1 on Thinkpad X250
In Mate Power Manager I have set to put computer to sleep when it is inactive for 30 minutes.
But instead of sleep, my computer goes to hibernat…
-
It seems like d2d71f6f43c450d808919a8414815a24b6f77dca broke resuming from hibernation for me. I hibernate into a swap file located in my encrypted root partition, which I unlock with a passphrase. Af…
-
As part of the migration to Spring 6, a migration to Hibernate Validator 7.0.x (at least) must be done. See [release details](https://in.relation.to/2020/12/08/hibernate-validator-700-62-cr1-released/…
-
see: https://github.com/orgs/grails/discussions/13521
The latest conversations have been for development to begin around org.hibernate:hibernate-core-jakarta:5.6.15.Final and see how well it will pla…
-
We can formalize mots of our thawing logic by declaring a fetching profile and enabling it when loading an entity. This would result in less boilerplate logic in the DAO.