PipelinR icon indicating copy to clipboard operation
PipelinR copied to clipboard

PipelinR is a lightweight command processing pipeline ❍ ⇢ ❍ ⇢ ❍ for your Java awesome app.

Results 2 PipelinR issues
Sort by recently updated
recently updated
newest added

**Problem** Can't override matches method in implementation of `Notification.Handler`. **Steps to Reproduce** Just launch this test: ```Java import org.junit.jupiter.api.Test; public class PipelinrMatchesTest { class Event1 implements Notification {} class Event2...

Would it be possible to create javadoc jars that have content? I see they exist in maven central (eg https://repo1.maven.org/maven2/net/sizovs/pipelinr/0.8/pipelinr-0.8-javadoc.jar) but are essentially empty save for a META-INF/MANIFEST.MF. I took...