Joe Littlejohn

Results 164 comments of Joe Littlejohn
trafficstars

Hi Rob. A major fix went into version 1.2.0 to avoid this error (see #1427). Could you try upgrading to 1.2.1? It's also possible, however, that your custom rule factory...

Could you fix the formatting, or put these classes into a gist?

Is there any reason to keep the `supported-type?` check at all? Was this added to avoid re-gzipping `.gz` files or something like that? It seems like any response content can...

Maybe a blacklist instead? e.g. `compressed-type?`

The offending line: https://github.com/rest-driver/rest-driver/blob/d7af96801f152af3d7bb0abf534481914bf98e0d/rest-client-driver/src/main/java/com/github/restdriver/clientdriver/HttpRealRequest.java#L50 getPathInfo is decoded according to the servlet specification, and it's this string that is ultimately compared to the expected URL. I realise there would be information...

Hi @X3STeNLiTE. When you use a $ref, the _entire_ node is replaced by the ref contents. No values are kept from the properties that reside alongside the ref. This is...

I'm open to that, but is there a specific benefit to moving to this version? Does 3.x support java 8?

I do wonder if there is something similar to codemodel that has kept up with all the language additions that Java has had recently. I guess probably not as XML...

I think the killer app for 2.0 is the async support. I do agree that 'non-blocking IO can be achieved fairly simply by the Faraday user (or by Faraday) on...

Closing this one as I don't think it is a goal. I think it's more likely we would migrate to cognitect/aws-api in future.