Results 54 comments of Jan Ypma

I can probably spend a bit of time to rebase it and get the tests green. I think @Scalahansolo 's concern should be coverable by just creating a specific connection...

The reason for putting them in `ClientConnectionSettings` / `ConnectionPoolSettings`, is that they affect which connection pool gets used for the connection (proxied connections go to a different host, after all)....

@schmitch can you explain your use case more closely? I can see a system having two fixed `val` settings (one with proxy, one without), but you mention proxy settings change...

@schmitch Thanks a lot for explaining. Would it be possible to model that as 3 methods that each keep a local `var` of the current proxy settings (as `ClientConnectionSettings`), and...

Oh, interesting. Yes, possibly. Either way, good that someone is actually working on it; I hope #921 also comes with a "simple" `.singleRequest` ability to use proxies, since that's what...

Hmm it's been a while... hasn't this PR since been superceded by some other proxy setting implementation?

My suggestion would be actually aligning what `javaOptions` means in `Universal` to what it means in plain SBT. This means, we should only have JVM arguments in there. Since that's...

Is RAML still being extended? OpenAPI is also lacking a "Repeated path parameters" feature, and it would be nice to see it added to either spec :-)

@falkTX Ah, good to hear there's a plan :) Would you be OK with accepting a PR that does this based on environment variables in the meantime (once I confirm...

No problem! Looking forward to the future developments :) Do let me know if I can test/contribute with something.