jloisel

Results 36 comments of jloisel

You can easily make a pull request to add this region.

Made a pull request: https://github.com/docker/machine/pull/3945

Same issue here, we need to be able to be able to call Class.getSimpleName() too: ``` ```

This is a blocker bug, it completely prevents upgrading Thymeleaf, please consider reverting those changes.

A workaround is to inject a service as thymeleaf variable. The service provides a method which returns the class simple name of the passed instance as method parameter: ```java public...

Thanks. For now we have excluded the jackson dependency from java-jwt as a workaround (otherwise it crashes with a NoSuchMethodError exception).

There is not much more details needed: 1. Create a Spring Boot App, 2. Add DataFaker as dependency, 3. Package app with spring boot plugin: https://docs.spring.io/spring-boot/maven-plugin/getting-started.html Given the JAR is...

You can create a spring boot app using: https://start.spring.io/ [demo.zip](https://github.com/user-attachments/files/16816900/demo.zip) Make sure to add datafaker jar as dependency in pom.xml

It's more robust to rely on datafaker listing the locales, instead of hardcoding them on our side. We use Datafaker to generate fake csv data files for test environments. I'm...

It's not a feasable approach to have a fallback / error handler for every external library called from your code. We cannot suppose for every method being call that "it...