Sylwester Lachiewicz
Sylwester Lachiewicz
@copilot fix formatting with spotless
@copilot fix all macos build errors like "Error: org.codehaus.mojo.natives.javah.JavahExecutableTest.testDefaultJavahExecutable -- Time elapsed: 0.009 s
@copilot fix spotless reported issues
Yes, let's remove the report. Checkstyle still will be checked
if someone would fork this repo and then on the personal fork, enable security/dependabot scanners - more is visible. Here in this repo - the security tab is empty unfortunately.
With update to Java 17 - Docker file also can be adjusted
We use the Spotless plugin to format Maven projects. https://github.com/apache/maven-parent/blob/maven-parent-40/pom.xml#L1168-L1211 our configuration files can be found here: https://github.com/apache/maven-shared-resources/tree/master/src/main/resources/config It works with sometimes minor issues like duplicate license headers for the...
and we disabled completely checkstyle plugin completely because with Spotless it is redundant.
> After comparing Maven Clean Plugin versions 3.4.0 and 3.4.1, it is clear that the root cause of the reported issue is a major internal refactoring introduced in 3.4.1. In...
probably soon we should add v3 branches also