Sébastien "Maze"
Sébastien "Maze"
Hello, It would be nice to be able to say to `@Loggable` that when an exception is thrown, it should log with another level (like ERROR, for example). Currently, it...
Hello, I recently found this lib, and it's really great. However, I found a little bug, which is just a missing fail-safe. I use object options, and one of my...
Just a simple contribution to a simple but missing feature for Firefox.
**Problem :** When configuring my dependencies, having to find out that `jcef-99c2f7a+cef-127.3.1+g6cbb30e+chromium-127.0.6533.100` is my dependency version "number" for natives is a bit... troublesome... And it is especially problematic when trying...
Please follow the format strictly and do not modify the template. Please *always* test with the official sample app [here](https://github.com/jcefmaven/jcefsampleapp) (you will need to download the version using the maven...
Hello, I found, with great difficulties, that JavaFX 21 (because LTS...) uses [WebKit 615.1](https://github.com/openjdk/jfx/blob/jfx21/doc-files/release-notes-21.md), which is based on [GTK WebKit 2.38](https://bugs.openjdk.org/browse/JDK-8299977), which uses JavaScriptCore, I think. But it is impossible...
**Is your feature request related to a problem? Please describe.** I use a filter on JaCoCo (Java) to exclude some classes from the coverage report (generated classes, POJO, Spring properties...
Hello, This is not a bug, this is not a feature, this is a suggestion for the documentation. I maintain the "Checkstyle checks" file for my client. My client isn't...
**Describe the bug** With the `spring-boot-maven-plugin`, I configured a Spring active profile "local". It works with the command `mvn spring-boot:run` but it doesn't work with Spring Tools ("Spring Apps" explorer)....
**Describe the bug** In the "Spring Apps" explorer, when I click on the "run arrow", it asks me to choose between multiple `@SpringBootApplication` classes : the one from the main...