Clément de Tastes
Clément de Tastes
Goal is to add a new inspection that reports non-existing target properties 
When a `@Mapping(target = x)` is defined where x does not effectively exist, an error shall be reported. Example of code that does should raise an error : ``` @Mapper...
This issue will be opened and closed depending on the state of https://github.com/quarkiverse/quarkus-fx build against Quarkus main SNAPSHOT. If you are interested in being notified, please subscribe to this issue.
Add new social : bluesky
I just struggled setting up connection. It appears that i had to accept the certificate (so i had to login in my browser first) then was able to setup login...
### Description Add a `findById()`-like method that conveniently returns a `PanacheQuery` so we can `project` on it. Currently : - `findById` returns the entity - `find` returns the `PanacheQuery` but...