Björn Kautler

Results 380 issues of Björn Kautler

If a dependency has multiple licenses detected, this can basically mean four things. Either the code is dual-licensed under both licenses (for example `net.java.dev.jna:jna:5.6.0`), or the parent POM is covered...

The `InventoryHtmlReportRenderer` is nicely customizable with a subclass, as all kinds of methods are protected and can be overridden to do fine-grained customizing. But for two reasons said methods should...

It would be nice if you were able to configure a filterspec for the configurations to check instead of just giving them by name. That way you could for example...

If the Gradle execution is failing, the exception is joined to a one-liner and shown in the tab title a little bit. To find the problem you have to open...

Would it be possible to build the Monocle artifacts with / for older Java versions? We for example use Java 17 as runtime, but with JavaFX 21. But our component...

I edited a review comment that had `` in them. The text box did not have the characters, but `<` and `>`. When saving, those were displayed, when editing again,...

bug

`org.sonatype.ossindex:ossindex-service-client` depends on `org.apache.httpcomponents:httpclient` but excludes `commons-logging:commons-logging` and instead badly depends on `jcl-over-slf4j` explicitly while not even using the `commons-logging` API itself. This easily causes problems (most often silently unless...

bug

If you have a look at the top-right corner of https://jeremylong.github.io/DependencyCheck/dependency-check-gradle, you see that the "Fork me on GitHub" image is broken. Navigating to the used URL `https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png` gives an...

bug

Your tags are confused. `v1` points to `v3.14` instead of `v1.0.2` and `v3` points to `v3.17` instead of `v3.18`.