On Sun, 2018-07-22 at 15:13 -0600, Gary Gregory wrote: > 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? >
We have been doing the latter up to this point. 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. > You can also use a private branch of 5.0-beta2 with bug fixes only. Branch off at 5.0-beta2 and cherry pick commits that you need. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
