Julien Herr

Results 87 issues of Julien Herr

Try checkerframework and errorprone

https://jreleaser.org/

``` Exception in thread "main" java.util.ServiceConfigurationError: org.testng.remote.support.RemoteTestNGFactory: Error reading configuration file at java.util.ServiceLoader.fail(Unknown Source) at java.util.ServiceLoader.parse(Unknown Source) at java.util.ServiceLoader.access$200(Unknown Source) at java.util.ServiceLoader$LazyIterator.hasNextService(Unknown Source) at java.util.ServiceLoader$LazyIterator.hasNext(Unknown Source) at java.util.ServiceLoader$1.hasNext(Unknown Source) at...

p: need more info
f: launch

It looks it is already possible for JUnit but not for TestNG. From https://stackoverflow.com/q/45052427/4234729

From: https://github.com/cbeust/testng/blob/master/src/main/java/org/testng/internal/EclipseInterface.java#L4-L5 > Symbols in this class are used by the Eclipse plug-in, do not modify them without updating the plug-in as well. But I'm not able to find any...

Hi, Because the GPG export can have some issues when a passphrase is needed in CI, we want to use ["in-memory ascii-armored keys"](https://docs.gradle.org/current/userguide/signing_plugin.html#sec:in-memory-keys) and provide `-Psigning.signingKey` option instead of the...

### Description of change Fix links ### Pull-Request Checklist - [ ] Code is up-to-date with the `master` branch - [ ] `npm run format` to apply prettier formatting -...

documentation

Hi, All dependabot commits are marked as failed due to the "not found" error because the change doesn't have any code line. See https://github.com/steve-community/steve/commits/master Maybe an extra option (`failIfNoCode: true|false`?)...

``` Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class io.netty.util.concurrent.DefaultPromise at io.netty.util.concurrent.MultithreadEventExecutorGroup.(MultithreadEventExecutorGroup.java:35) at io.netty.channel.MultithreadEventLoopGroup.(MultithreadEventLoopGroup.java:49) at io.netty.channel.nio.NioEventLoopGroup.(NioEventLoopGroup.java:61) at io.netty.channel.nio.NioEventLoopGroup.(NioEventLoopGroup.java:52) at io.netty.channel.nio.NioEventLoopGroup.(NioEventLoopGroup.java:44) at io.netty.channel.nio.NioEventLoopGroup.(NioEventLoopGroup.java:36) at Main.main(Main.java:9) ``` With: ``` xml ```...

[The Ktlint default version is currently `0.36.0`](https://github.com/autostyle/autostyle/blob/master/lib/src/main/java/com/github/autostyle/kotlin/KtLintStep.java#L42) when the latest version is `0.41.0`.