Julien Herr

Results 367 comments of Julien Herr

@ctrimble @joelittlejohn Test restored. I suggest merging this first and letting you revisit the integration tests later. Once it’s merged, I’ll rebase #1599.

Any update about this pr?

v2.3.0 is available since 21st February 2025 https://evroaming.org/ocpi-downloads/

@ctrimble I’m not sure applying the style all at once is a good idea, but I wanted to show the impact and highlight whether the `jsonschema2pojo-eclipse-formatter.xml` should be updated to...

@eirnym I didn’t bind the plugin to any Maven phase and added a CI check as you suggested. I can also add a few words to explain how to run...

I’ve been using Spotless on many of my projects and haven't run into the issue you mentioned. ;)

@eirnym Did you see https://github.com/diffplug/spotless/tree/main/plugin-maven#git-hook ?

@ctrimble What do you mean exactly? Are you suggesting creating a custom `maven-format-plugin` that supports `` in its configuration, or overriding the default Maven `jar` lifecycle by adding a new...

The current architecture of testng create all instances, collect tests, order them and run them. To fix this issue, we will have to change a lot, what is not planned...