Łukasz Dróżdż

Results 5 issues of Łukasz Dróżdż

Java 8 has gone to GA in 2014 and, as of 2022, only receives security updates. Additionally, moving to an 11+ version would let us get rid of external dependencies...

enhancement

For compatibility with curl(1), allow specifying the _-d | -data_ parameter more than once. Form curl manpage: > If any of these options is used more than once on the...

enhancement

Support specifying path parameters (e.g. userId, streamId etc.) via command line and JCurl.Builder. To be decided: - command line parameter name (suggestion: _-p -path_) - command line URL placeholder syntax...

enhancement

JCurl.Builder sets a number of global JVM properties (keystore/truststore config, proxy, SSL debugging). This is potentially dangerous when used as a library. Investigate and implement an alternative approach.

enhancement

enhancement