You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2019/12/31 01:31:03 UTC

[httpcomponents-core] branch master updated: HTTPCORE-619: org.apache.hc.core5.reactor.EventMask should be a class, not an interface.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 23bd517  HTTPCORE-619: org.apache.hc.core5.reactor.EventMask should be a class, not an interface.
     new 096cb1e  Merge branch 'master' of https://gitbox.apache.org/repos/asf/httpcomponents-core.git
23bd517 is described below

commit 23bd517cfafb2b4fd59d731507ce24f323ead751
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Dec 30 20:30:25 2019 -0500

    HTTPCORE-619: org.apache.hc.core5.reactor.EventMask should be a class,
    not an interface.
---
 RELEASE_NOTES.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 4e052a9..7f1b85f 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -5,6 +5,8 @@ This BETA fixes a number of defects found since the last release.
 
 * HTTPCORE-618: org.apache.hc.core5.http.HttpStatus should be a class, not an interface.
 
+* HTTPCORE-619: org.apache.hc.core5.reactor.EventMask should be a class, not an interface.
+
 Release 5.0-BETA10
 -------------------