On Sun, Jul 22, 2018 at 2:54 PM Gary Gregory <[email protected]> wrote:
> Hi All: > > Since we've changed the name of GracefullyCloseable to ModalCloseable, one > cannot use HttpCore 5 SNAPSHOT and HttpClient 5 SNAPSHOT (or beta) > together. > > To remedy this at least temporarily until the next HttpCore beta is out, I > plan on updating HttpClient 5 SNAPSHOT to use HttpCore 5 SNAPSHOT instead > of beta2. > Well, it's not that simple :-( it looks like updating HttpClient master from HttpCore beta2 to beta3-SNAPSHOT breaks a lot more than the above. Thoughts on: (1) updating HttpCore master from beta2 to beta3-SNAPSHOT and fixing things. (2) or releasing HttpCore beta3 and then doing (1) and _then_ fixing things? In the meantime, I will have to @Ignore some tests in my server until I can use the fix for https://issues.apache.org/jira/browse/HTTPCORE-539 from new version of HttpCore/HttpClient SNAPSHOT or beta release. Gary > Gary >
