Chesnay Schepler
Chesnay Schepler
When using a list parameter with multiple names ``` @Parameter(names = {"--label", "-l"},) List labels; ``` and a `IDefaultProvider` ``` public static final class ConstantDefaultProvider implements IDefaultProvider { @Override public...
When a module being verified has a `provided` dependency on some other module that is required at compile time, then japicmp cannot load the classes from the first module because...
The `JarArchiveComparator` keeps way more stuff in memory than it would actually need, and it has caused some issues in our CI pipeline due to memory/GC issues. It first loads...
The Zookeeper DB is currently hard-wired to use a Zookeeper Debian package for installation. However, there are no such packages for Zookeeper 3.5+, which means that no currently maintained version...
When embedding somewhat larger pieces of code it can happen that the focused code is spread around quite a bit. Currently everything between focused lines is being rendered, which causes...
When working against the shaded dependencies it is not possible to jump to the source of a class, since we don't build source jars. The source jars can be created...
https://issues.apache.org/jira/projects/FLINK/issues
Importing a recipe request from the Flink slack. > could also include a recipe for how to join two Kafka topics with the race conditions, competing against each other that...
Converted https://github.com/immerok/recipes/pull/2 to an issue. > I faced an interesting challenge not a while ago where duplicate records arrived at non-idempotent sinks while using a similar code structure to the...
Let's see if the test still fails when everything gets its own directory.