Robert Kruszewski

Results 111 comments of Robert Kruszewski

I have done bunch of work a while back to not use jks nor pkcs12 and implemented pem parsers. Arguably we don't support encrypted pems but ideally you'd switch to...

You can construct it from PEM encoded file. We support multiple store types https://github.com/palantir/conjure-java-runtime-api/blob/develop/ssl-config/src/main/java/com/palantir/conjure/java/api/config/ssl/SslConfiguration.java#L34-L39

IMHO this would be an improvement. Want to submit a pr?

Not sure I can give you more beyond - start with a test case in https://github.com/palantir/palantir-java-format/tree/develop/palantir-java-format/src/test/resources/com/palantir/javaformat/java/testdata and from there figure out where the formatter decides to add new indentation level

I need to be able to register an ExchangeCompletionListener

Sorry, the complicated bit of this logic is being able to get access to request body. Since if I were to do it before the default handler then it would...

DatasetSizeThresholds makes an external call to fetch size of the data that the request is about.

I am not interested in the byte size of the body but getting the body and using it to make a call to external service and then adding that to...

The issue there was about instantiating the class. Right now we always check the module for class and never anything else