Hi Oleg and All: Our commits mailing list reports that some commits I pushed today to httpcomponents-core were erased from history.
Is this an innocent mistake in your use of git? See below for the email. Specifically the commits I do not see but are still in my local repo are discard 9eafbe26e Add missing org.apache.hc.core5.http.RequestNotExecutedException.serialVersionUID discard 1aef0be79 Deprecated LangUtils#hashCode() in favor of Objects.hash() and Objects.hashCode(). This has happened before and I'd like an explanation. Thank you, Gary [httpcomponents-core] branch master updated (d9c462cfd -> e59b7adbe) This is an automated email from the ASF dual-hosted git repository. olegk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/httpcomponents-core.git discard d9c462cfd Fix compiler warnings in tests discard 9eafbe26e Add missing org.apache.hc.core5.http.RequestNotExecutedException.serialVersionUID discard 1aef0be79 Deprecated LangUtils#hashCode() in favor of Objects.hash() and Objects.hashCode(). discard a36a65a50 Document fix for HTTPCORE-729 discard 616eb756b Examples should log exceptions instead of swallowing them. omit e300d0f0f Bug fix: NPE in ServerHttp1IOEventHandlerFactory due to a missing null check new e570b4d05 Examples should log exceptions instead of swallowing them. new b3ae4f245 HTTPCORE-729: NPE in ServerHttp1IOEventHandlerFactory due to a missing null check new e59b7adbe Fix compiler warnings in tests This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (d9c462cfd) \ N -- N -- N refs/heads/master (e59b7adbe) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: RELEASE_NOTES.txt | 6 ------ .../java/org/apache/hc/core5/http/HttpHost.java | 7 ++++++- .../hc/core5/http/RequestNotExecutedException.java | 2 -- .../hc/core5/http/message/BasicNameValuePair.java | 6 +++++- .../src/main/java/org/apache/hc/core5/net/Host.java | 7 +++++-- .../java/org/apache/hc/core5/net/URIAuthority.java | 6 +++++- .../java/org/apache/hc/core5/util/LangUtils.java | 21 --------------------- .../java/org/apache/hc/core5/util/TimeValue.java | 4 +++- 8 files changed, 24 insertions(+), 35 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org