Re: One Git repo per major version

2017-05-15 Thread Julian Sedding
I am in favour of using a single repository and branches (with a clean convention). Having a repo per version IMHO sends the wrong message, namely that the new version is completely different. Again IMHO, we should strive to improve our backwards compatibility with version 6.x (with regard to 5.x)

Re: One Git repo per major version

2017-05-15 Thread Oleg Kalnichevski
On Mon, 2017-05-15 at 10:09 +0200, Julian Sedding wrote: > I am in favour of using a single repository and branches (with a > clean > convention). Having a repo per version IMHO sends the wrong message, > namely that the new version is completely different. > Hi Julian I believe this idea is off

[jira] [Commented] (HTTPCORE-466) Round out the SslContextBuilder by adding missing APIs

2017-05-15 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16010201#comment-16010201 ] Oleg Kalnichevski commented on HTTPCORE-466: Sure. Fair enough. Would you li

Re: Do not commit to HttpCore SVN!

2017-05-15 Thread Julian Sedding
Force pushing is considered a bad practice in Git for good reasons, thus rewriting history of published branches is IMHO a no-go. It makes everybody's life harder (and developers less experienced with Git may not be able to integrate the rewritten history at all). Don't get me wrong. I do a lot of

Re: Do not commit to HttpCore SVN!

2017-05-15 Thread Michael Osipov
Am 2017-05-15 um 11:54 schrieb Julian Sedding: Force pushing is considered a bad practice in Git for good reasons, thus rewriting history of published branches is IMHO a no-go. It makes everybody's life harder (and developers less experienced with Git may not be able to integrate the rewritten hi

Re: Do not commit to HttpCore SVN!

2017-05-15 Thread Oleg Kalnichevski
On Mon, 2017-05-15 at 11:54 +0200, Julian Sedding wrote: > Force pushing is considered a bad practice in Git for good reasons, > thus rewriting history of published branches is IMHO a no-go. It > makes > everybody's life harder (and developers less experienced with Git may > not be able to integrat

Re: [ANNOUNCEMENT] HttpComponents Client 5.0 alpha2 released

2017-05-15 Thread Filipp Gunbin
On 12/05/2017 21:38 +0200, Oleg Kalnichevski wrote: > You are compiling the source with Java 1.8, are you not? HttpClient 5.0 > still requires Java 1.7, which is more lenient about Javadoc content. > > Oleg Yes I do. Filipp - T

Re: Do not commit to HttpCore SVN!

2017-05-15 Thread Michael Osipov
Am 2017-05-15 um 13:13 schrieb Oleg Kalnichevski: On Mon, 2017-05-15 at 11:54 +0200, Julian Sedding wrote: Force pushing is considered a bad practice in Git for good reasons, thus rewriting history of published branches is IMHO a no-go. It makes everybody's life harder (and developers less exper

Re: Do not commit to HttpCore SVN!

2017-05-15 Thread Oleg Kalnichevski
On Mon, 2017-05-15 at 14:58 +0200, Michael Osipov wrote: > Am 2017-05-15 um 13:13 schrieb Oleg Kalnichevski: > > On Mon, 2017-05-15 at 11:54 +0200, Julian Sedding wrote: > > > Force pushing is considered a bad practice in Git for good > > > reasons, > > > thus rewriting history of published branche

Re: Do not commit to HttpCore SVN!

2017-05-15 Thread Michael Osipov
Am 2017-05-15 um 15:05 schrieb Oleg Kalnichevski: On Mon, 2017-05-15 at 14:58 +0200, Michael Osipov wrote: Am 2017-05-15 um 13:13 schrieb Oleg Kalnichevski: On Mon, 2017-05-15 at 11:54 +0200, Julian Sedding wrote: Force pushing is considered a bad practice in Git for good reasons, thus rewriti

Re: Do not commit to HttpCore SVN!

2017-05-15 Thread Oleg Kalnichevski
On Mon, 2017-05-15 at 15:18 +0200, Michael Osipov wrote: > > ... > Am 2017-05-15 um 15:05 schrieb Oleg Kalnichevski: > > I have _no_ intention of policing other committers. It is > > emotionally > > cheaper for me to take time to clean things up and than to hold all > > those conversations abou

Re: Do not commit to HttpCore SVN!

2017-05-15 Thread Michael Osipov
Am 2017-05-15 um 16:00 schrieb Oleg Kalnichevski: On Mon, 2017-05-15 at 15:18 +0200, Michael Osipov wrote: ... Am 2017-05-15 um 15:05 schrieb Oleg Kalnichevski: I have _no_ intention of policing other committers. It is emotionally cheaper for me to take time to clean things up and than to

Re: Do not commit to HttpCore SVN!

2017-05-15 Thread Oleg Kalnichevski
On Mon, 2017-05-15 at 16:18 +0200, Michael Osipov wrote: > > ... > Am 2017-05-15 um 16:00 schrieb Oleg Kalnichevski: > What benefit do you have if it is hard to follow the code paths? How  > much is "good" code worth if you don't have proper documentation? > Even  > if you have to constantly cl

[Httpcomponents Wiki] Update of "GitPoliciesAndPractices" by MichaelOsipov

2017-05-15 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpcomponents Wiki" for change notification. The "GitPoliciesAndPractices" page has been changed by MichaelOsipov: https://wiki.apache.org/HttpComponents/GitPoliciesAndPractices Comment: Prelimary Git rules New page: This

Re: Do not commit to HttpCore SVN!

2017-05-15 Thread Michael Osipov
Am 2017-05-15 um 16:36 schrieb Oleg Kalnichevski: On Mon, 2017-05-15 at 16:18 +0200, Michael Osipov wrote: ... Am 2017-05-15 um 16:00 schrieb Oleg Kalnichevski: What benefit do you have if it is hard to follow the code paths? How much is "good" code worth if you don't have proper documenta

Re: Do not commit to HttpCore SVN!

2017-05-15 Thread Gary Gregory
On Mon, May 15, 2017 at 8:04 AM, Michael Osipov wrote: > Am 2017-05-15 um 16:36 schrieb Oleg Kalnichevski: > >> On Mon, 2017-05-15 at 16:18 +0200, Michael Osipov wrote: >> >>> >> ... >> >> >> Am 2017-05-15 um 16:00 schrieb Oleg Kalnichevski: >>> What benefit do you have if it is hard to foll

Re: Do not commit to HttpCore SVN!

2017-05-15 Thread Oleg Kalnichevski
On Mon, 2017-05-15 at 17:04 +0200, Michael Osipov wrote: > Am 2017-05-15 um 16:36 schrieb Oleg Kalnichevski: > > On Mon, 2017-05-15 at 16:18 +0200, Michael Osipov wrote: > > > > > > > > ... > I actually did:  > https://mail-archives.apache.org/mod_mbox/hc-dev/201705.mbox/%3C01066 > 1f8-4e15-01

[Httpcomponents Wiki] Update of "GitGuidelines" by MichaelOsipov

2017-05-15 Thread Apache Wiki
Dear wiki user, You have subscribed to a wiki page "Httpcomponents Wiki" for change notification. The page "GitGuidelines" has been renamed from "GitPoliciesAndPractices" by MichaelOsipov: https://wiki.apache.org/HttpComponents/GitGuidelines Comment: Rename idea on the dev mailing list -

Re: Do not commit to HttpCore SVN!

2017-05-15 Thread Michael Osipov
Am 2017-05-15 um 17:19 schrieb Gary Gregory: On Mon, May 15, 2017 at 8:04 AM, Michael Osipov wrote: Am 2017-05-15 um 16:36 schrieb Oleg Kalnichevski: On Mon, 2017-05-15 at 16:18 +0200, Michael Osipov wrote: ... Am 2017-05-15 um 16:00 schrieb Oleg Kalnichevski: What benefit do you ha

[Httpcomponents Wiki] Update of "GitGuidelines" by MichaelOsipov

2017-05-15 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpcomponents Wiki" for change notification. The "GitGuidelines" page has been changed by MichaelOsipov: https://wiki.apache.org/HttpComponents/GitGuidelines?action=diff&rev1=3&rev2=4 Comment: Update points ## page was

Re: Do not commit to HttpCore SVN!

2017-05-15 Thread Michael Osipov
Am 2017-05-15 um 17:19 schrieb Oleg Kalnichevski: On Mon, 2017-05-15 at 17:04 +0200, Michael Osipov wrote: Am 2017-05-15 um 16:36 schrieb Oleg Kalnichevski: On Mon, 2017-05-15 at 16:18 +0200, Michael Osipov wrote: ... I actually did: https://mail-archives.apache.org/mod_mbox/hc-dev/201

[Httpcomponents Wiki] Update of "GitGuidelines" by MichaelOsipov

2017-05-15 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpcomponents Wiki" for change notification. The "GitGuidelines" page has been changed by MichaelOsipov: https://wiki.apache.org/HttpComponents/GitGuidelines?action=diff&rev1=4&rev2=5 1. Never rewrite (rebase) histor

Re: One Git repo per major version

2017-05-15 Thread Julian Sedding
Hi Oleg On Mon, May 15, 2017 at 11:06 AM, Oleg Kalnichevski wrote: > On Mon, 2017-05-15 at 10:09 +0200, Julian Sedding wrote: >> I am in favour of using a single repository and branches (with a >> clean >> convention). Having a repo per version IMHO sends the wrong message, >> namely that the new

Fwd: [Httpcomponents Wiki] Update of "GitGuidelines" by MichaelOsipov

2017-05-15 Thread Gary Gregory
Hi, Thank you for kicking off this thread. I do not think "/" is good enough. At least when I tried it, EGit would not let me create a branch in a branch which makes sense. Which is what I used dev/4.4.x/HTTPCORE-466 in the HttpCore Git repo. Gary -- Forwarded message -- From

Re: Git policies and practices

2017-05-15 Thread Michael Osipov
Folks, I have updated the link based on the input and put it onto the wiki: https://wiki.apache.org/HttpComponents/GitGuidelines Here is verbatim copy: = Typical Issue Workflow = 1. Branch off master ({{{git checkout -b / master}}}) where {{{}}} is the branch you are going to apply the fix, e

Re: Git policies and practices

2017-05-15 Thread Gary Gregory
I wonder of all the branches that are effectively temporary should be in a "temp/" root to make it obvious this is short term like my dev/4.4.x/HTTPCORE-466? Not great, but maybe less confusing? Gary On Mon, May 15, 2017 at 9:34 AM, Michael Osipov wrote: > Folks, > > I have updated the link bas

Re: Fwd: [Httpcomponents Wiki] Update of "GitGuidelines" by MichaelOsipov

2017-05-15 Thread Michael Osipov
Am 2017-05-15 um 18:34 schrieb Gary Gregory: Hi, Thank you for kicking off this thread. I do not think "/" is good enough. At least when I tried it, EGit would not let me create a branch in a branch which makes sense. Which is what I used dev/4.4.x/HTTPCORE-466 in the HttpCore Git repo. This

Re: [Httpcomponents Wiki] Update of "GitGuidelines" by MichaelOsipov

2017-05-15 Thread Bindul Bhowmik
On Mon, May 15, 2017 at 10:43 AM, Gary Gregory wrote: > Altassian has a plugin to handle (7) IIRC, we use something like that at > work but for SVN. The plugin links a JIRA ticket to commits if the commit > message includes the string [JIRA-ID]. There is also Altassian FishEye. > Gary, Think you

Re: [Httpcomponents Wiki] Update of "GitGuidelines" by MichaelOsipov

2017-05-15 Thread Gary Gregory
Altassian has a plugin to handle (7) IIRC, we use something like that at work but for SVN. The plugin links a JIRA ticket to commits if the commit message includes the string [JIRA-ID]. There is also Altassian FishEye. Gary On Mon, May 15, 2017 at 9:34 AM, Gary Gregory wrote: > Hi, > > Thank yo

Re: [Httpcomponents Wiki] Update of "GitGuidelines" by MichaelOsipov

2017-05-15 Thread Michael Osipov
Am 2017-05-15 um 18:43 schrieb Gary Gregory: Altassian has a plugin to handle (7) IIRC, we use something like that at work but for SVN. The plugin links a JIRA ticket to commits if the commit message includes the string [JIRA-ID]. There is also Altassian FishEye. I aware of that plugin. In fact

Re: [Httpcomponents Wiki] Update of "GitGuidelines" by MichaelOsipov

2017-05-15 Thread Michael Osipov
Am 2017-05-15 um 18:59 schrieb Michael Osipov: Am 2017-05-15 um 18:43 schrieb Gary Gregory: Altassian has a plugin to handle (7) IIRC, we use something like that at work but for SVN. The plugin links a JIRA ticket to commits if the commit message includes the string [JIRA-ID]. There is also Alta

Re: Git policies and practices

2017-05-15 Thread Michael Osipov
Am 2017-05-15 um 18:39 schrieb Gary Gregory: I wonder of all the branches that are effectively temporary should be in a "temp/" root to make it obvious this is short term like my dev/4.4.x/HTTPCORE-466? Not great, but maybe less confusing? I don't like that idea because you will never be able t

Re: Git policies and practices

2017-05-15 Thread Gary Gregory
On Mon, May 15, 2017 at 9:45 AM, Michael Osipov wrote: > Am 2017-05-15 um 18:39 schrieb Gary Gregory: > >> I wonder of all the branches that are effectively temporary should be in a >> "temp/" root to make it obvious this is short term like my >> dev/4.4.x/HTTPCORE-466? Not great, but maybe less

Re: Git policies and practices

2017-05-15 Thread Gary Gregory
On Mon, May 15, 2017 at 9:34 AM, Michael Osipov wrote: > Folks, > > I have updated the link based on the input and put it onto the wiki: > https://wiki.apache.org/HttpComponents/GitGuidelines > > Here is verbatim copy: > = Typical Issue Workflow = > > 1. Branch off master ({{{git checkout -b / m

[jira] [Commented] (HTTPCORE-466) Round out the SslContextBuilder by adding missing APIs

2017-05-15 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16010998#comment-16010998 ] Gary Gregory commented on HTTPCORE-466: --- OK, I will do it. > Round out the SslCon

[jira] [Commented] (HTTPCORE-466) Round out the SslContextBuilder by adding missing APIs

2017-05-15 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16011012#comment-16011012 ] Gary Gregory commented on HTTPCORE-466: --- {noformat} commit ccbccceda974f828bfd7d3e

[jira] [Commented] (HTTPCORE-466) Round out the SslContextBuilder by adding missing APIs

2017-05-15 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16011014#comment-16011014 ] Gary Gregory commented on HTTPCORE-466: --- Next, I will propose a branch for 5.0. >

Re: Git policies and practices

2017-05-15 Thread Michael Osipov
Am 2017-05-15 um 19:35 schrieb Gary Gregory: On Mon, May 15, 2017 at 9:34 AM, Michael Osipov wrote: Folks, I have updated the link based on the input and put it onto the wiki: https://wiki.apache.org/HttpComponents/GitGuidelines Here is verbatim copy: = Typical Issue Workflow = 1. Branch o

Re: Git policies and practices

2017-05-15 Thread Oleg Kalnichevski
On Mon, 2017-05-15 at 18:34 +0200, Michael Osipov wrote: > Folks, > > I have updated the link based on the input and put it onto the wiki: > https://wiki.apache.org/HttpComponents/GitGuidelines > > Here is verbatim copy: > = Typical Issue Workflow = > >   1. Branch off master ({{{git checkout -b

Re: Git policies and practices

2017-05-15 Thread Gary Gregory
On Mon, May 15, 2017 at 11:13 AM, Michael Osipov wrote: > Am 2017-05-15 um 19:35 schrieb Gary Gregory: > >> On Mon, May 15, 2017 at 9:34 AM, Michael Osipov >> wrote: >> >> Folks, >>> >>> I have updated the link based on the input and put it onto the wiki: >>> https://wiki.apache.org/HttpComponen

[jira] [Created] (HTTPASYNC-122) CloseableHttpAsyncClient executed old versions of requests

2017-05-15 Thread Jordan Zimmerman (JIRA)
Jordan Zimmerman created HTTPASYNC-122: -- Summary: CloseableHttpAsyncClient executed old versions of requests Key: HTTPASYNC-122 URL: https://issues.apache.org/jira/browse/HTTPASYNC-122 Project: Ht

Re: Git policies and practices

2017-05-15 Thread Oleg Kalnichevski
On Mon, 2017-05-15 at 20:13 +0200, Michael Osipov wrote: > Am 2017-05-15 um 19:35 schrieb Gary Gregory: > > On Mon, May 15, 2017 at 9:34 AM, Michael Osipov > > > Which of the paths should we pick: > > https://makandracards.com/makandra/527-squash-several-git-commits-i > > nto-a-single-commit > >

Re: [jira] [Commented] (HTTPCORE-466) Round out the SslContextBuilder by adding missing APIs

2017-05-15 Thread Oleg Kalnichevski
On Mon, 2017-05-15 at 18:06 +, Gary Gregory (JIRA) wrote: > [ https://issues.apache.org/jira/browse/HTTPCORE-466?page=com.atl > assian.jira.plugin.system.issuetabpanels:comment- > tabpanel&focusedCommentId=16011014#comment-16011014 ]  > > Gary Gregory commented on HTTPCORE-466: > -

[jira] [Commented] (HTTPASYNC-122) CloseableHttpAsyncClient executed old versions of requests

2017-05-15 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPASYNC-122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16011049#comment-16011049 ] Oleg Kalnichevski commented on HTTPASYNC-122: - Please attach wire / context

Re: Git policies and practices

2017-05-15 Thread Michael Osipov
Am 2017-05-15 um 20:18 schrieb Gary Gregory: On Mon, May 15, 2017 at 11:13 AM, Michael Osipov wrote: Am 2017-05-15 um 19:35 schrieb Gary Gregory: On Mon, May 15, 2017 at 9:34 AM, Michael Osipov wrote: Folks, I have updated the link based on the input and put it onto the wiki: https://wik

Re: Git policies and practices

2017-05-15 Thread Michael Osipov
Am 2017-05-15 um 20:22 schrieb Oleg Kalnichevski: On Mon, 2017-05-15 at 20:13 +0200, Michael Osipov wrote: Am 2017-05-15 um 19:35 schrieb Gary Gregory: On Mon, May 15, 2017 at 9:34 AM, Michael Osipov ... Which of the paths should we pick: https://makandracards.com/makandra/527-squash-sever

[Httpcomponents Wiki] Update of "GitGuidelines" by MichaelOsipov

2017-05-15 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpcomponents Wiki" for change notification. The "GitGuidelines" page has been changed by MichaelOsipov: https://wiki.apache.org/HttpComponents/GitGuidelines?action=diff&rev1=5&rev2=6 Comment: Replaced master with release

Re: Git policies and practices

2017-05-15 Thread Michael Osipov
Am 2017-05-15 um 20:18 schrieb Oleg Kalnichevski: On Mon, 2017-05-15 at 18:34 +0200, Michael Osipov wrote: Folks, I have updated the link based on the input and put it onto the wiki: https://wiki.apache.org/HttpComponents/GitGuidelines Here is verbatim copy: = Typical Issue Workflow = 1. Br

Re: Git policies and practices

2017-05-15 Thread Gary Gregory
On Mon, May 15, 2017 at 11:37 AM, Michael Osipov wrote: > Am 2017-05-15 um 20:18 schrieb Oleg Kalnichevski: > >> On Mon, 2017-05-15 at 18:34 +0200, Michael Osipov wrote: >> >>> Folks, >>> >>> I have updated the link based on the input and put it onto the wiki: >>> https://wiki.apache.org/HttpComp

[jira] [Updated] (HTTPASYNC-122) CloseableHttpAsyncClient executed old versions of requests

2017-05-15 Thread Jordan Zimmerman (JIRA)
[ https://issues.apache.org/jira/browse/HTTPASYNC-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jordan Zimmerman updated HTTPASYNC-122: --- Attachment: log.txt Here's the log when the problem exhibited. Let me know if this

Re: Git policies and practices

2017-05-15 Thread Michael Osipov
Am 2017-05-15 um 20:43 schrieb Gary Gregory: On Mon, May 15, 2017 at 11:37 AM, Michael Osipov wrote: Am 2017-05-15 um 20:18 schrieb Oleg Kalnichevski: On Mon, 2017-05-15 at 18:34 +0200, Michael Osipov wrote: Folks, I have updated the link based on the input and put it onto the wiki: https

Re: Git policies and practices

2017-05-15 Thread Gary Gregory
On Mon, May 15, 2017 at 11:57 AM, Michael Osipov wrote: > Am 2017-05-15 um 20:43 schrieb Gary Gregory: > >> On Mon, May 15, 2017 at 11:37 AM, Michael Osipov >> wrote: >> >> Am 2017-05-15 um 20:18 schrieb Oleg Kalnichevski: >>> >>> On Mon, 2017-05-15 at 18:34 +0200, Michael Osipov wrote: >>>

[jira] [Updated] (HTTPASYNC-122) CloseableHttpAsyncClient executed old versions of requests

2017-05-15 Thread Jordan Zimmerman (JIRA)
[ https://issues.apache.org/jira/browse/HTTPASYNC-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jordan Zimmerman updated HTTPASYNC-122: --- Attachment: log.txt.zip Sorry - wire was missing. This is the full log. > Closeabl

Re: Git policies and practices

2017-05-15 Thread Gary Gregory
On Mon, May 15, 2017 at 11:59 AM, Gary Gregory wrote: > On Mon, May 15, 2017 at 11:57 AM, Michael Osipov > wrote: > >> Am 2017-05-15 um 20:43 schrieb Gary Gregory: >> >>> On Mon, May 15, 2017 at 11:37 AM, Michael Osipov >>> wrote: >>> >>> Am 2017-05-15 um 20:18 schrieb Oleg Kalnichevski: >

org.apache.http.nio.protocol.HttpAsyncService.requestReceived(NHttpServerConnection)

2017-05-15 Thread Gary Gregory
Hi, I find it inconvenient that: org.apache.http.nio.protocol.HttpAsyncService.requestReceived(NHttpServerConnection) Does not take an HttpContext argument. I'm not sure there is pretty way to fix this in 4.4.x with BC. I'm not looked at 5.0.x yet. Gary -- E-Mail: garydgreg...@gmail.com | g

[jira] [Resolved] (HTTPASYNC-122) CloseableHttpAsyncClient executed old versions of requests

2017-05-15 Thread Jordan Zimmerman (JIRA)
[ https://issues.apache.org/jira/browse/HTTPASYNC-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jordan Zimmerman resolved HTTPASYNC-122. Resolution: Not A Problem OK - this was my error. My code was in a loop sending 1

[jira] [Created] (HTTPCORE-467) Add getter methods to HttpAsyncService for subclasses to access instance variables

2017-05-15 Thread Gary Gregory (JIRA)
Gary Gregory created HTTPCORE-467: - Summary: Add getter methods to HttpAsyncService for subclasses to access instance variables Key: HTTPCORE-467 URL: https://issues.apache.org/jira/browse/HTTPCORE-467

Add getter methods to HttpAsyncService for subclasses to access instance variables

2017-05-15 Thread Gary Gregory
In order to my HttpAsyncService to be coded cleanly, I would like to add getter methods to HttpAsyncService for subclasses to access instance variables: https://issues.apache.org/jira/browse/HTTPCORE-467 Any objections? Gary -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persiste

[jira] [Updated] (HTTPCORE-467) Add getter methods to HttpAsyncService for subclasses to access instance variables

2017-05-15 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated HTTPCORE-467: -- Description: Add getter methods to {{org.apache.http.nio.protocol.HttpAsyncService}} for subc

[jira] [Updated] (HTTPCORE-467) Add getter methods to HttpAsyncService for subclasses to access instance variables

2017-05-15 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated HTTPCORE-467: -- Description: In order to my {{org.apache.http.nio.protocol.HttpAsyncService}} subclass to be

[jira] [Created] (HTTPCORE-468) Allow HttpAsyncService subclasses to customize the HTTP status code

2017-05-15 Thread Gary Gregory (JIRA)
Gary Gregory created HTTPCORE-468: - Summary: Allow HttpAsyncService subclasses to customize the HTTP status code Key: HTTPCORE-468 URL: https://issues.apache.org/jira/browse/HTTPCORE-468 Project: Http