jcabi-http
jcabi-http copied to clipboard
Fluent Java HTTP client
There currently (that I'm aware of) isn't a way to externalize the cache to a Reddis/Cassandra/etc. There are a number of caching wires that are unable to do the job:...
The puzzle `200-8bafc4f4` from #200 has to be resolved: https://github.com/jcabi/jcabi-http/blob/9fc2a547586875beaa7cd549466c625de89e8300/src/main/java/com/jcabi/http/request/ApacheRequest.java#L68-L70 The puzzle was created by andreoss on 08-Jul-20. Estimate: 30 minutes, role: DEV. If you have any technical questions, don't...
Bumps [junit-jupiter](https://github.com/testcontainers/testcontainers-java) from 1.17.2 to 1.17.3. Release notes Sourced from junit-jupiter's releases. 1.17.3 What's Changed 🚀 Features & Enhancements modules/clickhouse: JDBC driver name changed, liveness port (#5474) @anavrotski Elasticsearch: Fix...
Bumps [testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.17.2 to 1.17.3. Release notes Sourced from testcontainers's releases. 1.17.3 What's Changed 🚀 Features & Enhancements modules/clickhouse: JDBC driver name changed, liveness port (#5474) @anavrotski Elasticsearch: Fix...
Bumps [jcabi-aspects](https://github.com/jcabi/jcabi-aspects) from 0.23.2 to 0.24.1. Release notes Sourced from jcabi-aspects's releases. fresh release See #302, release log: 7f265c504152edbe7ec6982d7d03781a20a439f4 by @yegor256: #302 site fix e8e4bd8d5bdc82ed2365ee514b6d1e039ed96617 by @yegor256: #302 new parent...
Bumps [jcabi-log](https://github.com/jcabi/jcabi-log) from 0.20.0 to 0.21.0. Release notes Sourced from jcabi-log's releases. fresh release See #114, release log: 6ad03557a8b687600eccb15f69d594779a7f4008 by @yegor256: #114 test jacoco fix 04c9cebdfeb047a1eeb23318ca62b0d984cd00e0 by @yegor256: #114 test...
Bumps [slf4j-log4j12](https://github.com/qos-ch/slf4j) from 2.0.0-alpha5 to 2.0.0-alpha6. Commits 66e9c25 prepare release 2.0.0-alpa6 2852809 mentioned reload4j in the docs 6abaf68 rename slf4j-reload4j classes 39cf0fc fix SimpleLogger javadoc comment 0e04efd add slf4j-reload4j module...
1.3 branch is obsolete right now, upgrade this dependency to 2.2 Dependabot's failed attempt: https://github.com/jcabi/jcabi-http/pull/269#issue-679459524
In short, `filename` in `Content-Disposition form-data` is hardcoded to `"binary"` and make it impossible to set a custom filename.
Make it possible to create `Request` without specifying URL at construction type Allowing this idiom: ``` new JdkRequest() .uri() .set("https://...") .back() ```