Re: [DISCUSS] Migrating project website content to markdown (2nd attempt)

2018-02-06 Thread Michael Osipov
Am 2018-02-06 um 19:39 schrieb Oleg Kalnichevski: On Tue, 2018-02-06 at 16:45 +, sebb wrote: On 6 February 2018 at 14:31, Oleg Kalnichevski ... ... I *am* saying we need to preserve links. Moving from Maven may make this harder, so that needs to be factored in to

Re: [DISCUSS] Migrating project website content to markdown (2nd attempt)

2018-02-06 Thread Oleg Kalnichevski
On Tue, 2018-02-06 at 16:28 +, sebb wrote: > On 6 February 2018 at 14:17, Oleg Kalnichevski > wrote: > > On Mon, 2018-02-05 at 23:39 -0700, Bindul Bhowmik wrote: > > > > ... > > Absolutely. Being able to take a full advantage of better tooling > > is a > > primary

[jira] [Created] (HTTPCORE-510) Avoid an {{ArithmeticException}} in AbstractMultiworkerIOReactor by failing earlier by checking ioThreadCount in IOReactorConfig constructor.

2018-02-06 Thread Gary Gregory (JIRA)
Gary Gregory created HTTPCORE-510: - Summary: Avoid an {{ArithmeticException}} in AbstractMultiworkerIOReactor by failing earlier by checking ioThreadCount in IOReactorConfig constructor. Key: HTTPCORE-510 URL:

[jira] [Updated] (HTTPCORE-510) Avoid an ArithmeticException in AbstractMultiworkerIOReactor by failing earlier by checking ioThreadCount in IOReactorConfig constructor.

2018-02-06 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated HTTPCORE-510: -- Summary: Avoid an ArithmeticException in AbstractMultiworkerIOReactor by failing earlier by

[jira] [Updated] (HTTPCORE-510) Avoid an ArithmeticException in AbstractMultiworkerIOReactor by failing earlier by checking ioThreadCount in IOReactorConfig constructor.

2018-02-06 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated HTTPCORE-510: -- Description: Avoid an {{ArithmeticException}} in {{AbstractMultiworkerIOReactor}} by failing

Re: [DISCUSS] Migrating project website content to markdown (2nd attempt)

2018-02-06 Thread sebb
On 6 February 2018 at 14:17, Oleg Kalnichevski wrote: > On Mon, 2018-02-05 at 23:39 -0700, Bindul Bhowmik wrote: > > ... > >> >> If I may ask as a user of the library, would the new site still have >> parts of the site that are generated from releases? For example, >> Javadocs?

Re: [DISCUSS] Migrating project website content to markdown (2nd attempt)

2018-02-06 Thread sebb
On 6 February 2018 at 14:31, Oleg Kalnichevski wrote: > On Tue, 2018-02-06 at 09:55 +, sebb wrote: >> On 4 February 2018 at 11:49, Oleg Kalnichevski >> wrote: >> > On Sat, 2018-02-03 at 23:02 +, sebb wrote: >> > > On 3 February 2018 at 10:32, Oleg

Re: [DISCUSS] Migrating project website content to markdown (2nd attempt)

2018-02-06 Thread Oleg Kalnichevski
On Tue, 2018-02-06 at 16:45 +, sebb wrote: > On 6 February 2018 at 14:31, Oleg Kalnichevski ... > > > ... > > > > > I *am* saying we need to preserve links. > > > Moving from Maven may make this harder, so that needs to be > > > factored > > > in to the decision. > > >

Re: [DISCUSS] Migrating project website content to markdown (2nd attempt)

2018-02-06 Thread Oleg Kalnichevski
On Tue, 2018-02-06 at 19:46 +0100, Michael Osipov wrote: > Am 2018-02-06 um 19:39 schrieb Oleg Kalnichevski: > > On Tue, 2018-02-06 at 16:45 +, sebb wrote: > > > On 6 February 2018 at 14:31, Oleg Kalnichevski > > > > ... > > > > > > > > > ... > > > > > > > > > I *am*

Re: [DISCUSS] Migrating project website content to markdown (2nd attempt)

2018-02-06 Thread sebb
On 4 February 2018 at 11:49, Oleg Kalnichevski wrote: > On Sat, 2018-02-03 at 23:02 +, sebb wrote: >> On 3 February 2018 at 10:32, Oleg Kalnichevski > > ... > >> >> > Like, better tools tend to use markdown. >> >> But Maven is not a content generation

[jira] [Created] (HTTPCORE-511) Do not cache result of Runtime.getRuntime().availableProcessors() in IOReactorConfig

2018-02-06 Thread Gary Gregory (JIRA)
Gary Gregory created HTTPCORE-511: - Summary: Do not cache result of Runtime.getRuntime().availableProcessors() in IOReactorConfig Key: HTTPCORE-511 URL: https://issues.apache.org/jira/browse/HTTPCORE-511

[jira] [Commented] (HTTPCORE-511) Do not cache result of Runtime.getRuntime().availableProcessors() in IOReactorConfig

2018-02-06 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354435#comment-16354435 ] ASF subversion and git services commented on HTTPCORE-511: -- Commit

[jira] [Commented] (HTTPCORE-511) Do not cache result of Runtime.getRuntime().availableProcessors() in IOReactorConfig

2018-02-06 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354441#comment-16354441 ] Sebb commented on HTTPCORE-511: --- FTR: many physical multi-cpu systems also allow CPUs to be added to or

[jira] [Commented] (HTTPCORE-509) AVAIL_PROCS is autoconfigured based on core count

2018-02-06 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354471#comment-16354471 ] Gary Gregory commented on HTTPCORE-509: --- [~olegk]: What do you think about addressing this ticket

[jira] [Commented] (HTTPCORE-510) Avoid an ArithmeticException in AbstractMultiworkerIOReactor by failing earlier by checking ioThreadCount in IOReactorConfig constructor.

2018-02-06 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354412#comment-16354412 ] ASF subversion and git services commented on HTTPCORE-510: -- Commit

[jira] [Closed] (HTTPCORE-510) Avoid an ArithmeticException in AbstractMultiworkerIOReactor by failing earlier by checking ioThreadCount in IOReactorConfig constructor.

2018-02-06 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed HTTPCORE-510. - Resolution: Fixed Fix Version/s: 5.0-beta3 4.4.10 > Avoid an

[jira] [Commented] (HTTPCORE-511) Do not cache result of Runtime.getRuntime().availableProcessors() in IOReactorConfig

2018-02-06 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354458#comment-16354458 ] Gary Gregory commented on HTTPCORE-511: --- Thanks for the heads up [~s...@apache.org]. Not that

[jira] [Comment Edited] (HTTPCORE-509) AVAIL_PROCS is autoconfigured based on core count

2018-02-06 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354471#comment-16354471 ] Gary Gregory edited comment on HTTPCORE-509 at 2/6/18 7:59 PM: --- [~olegk]:

[jira] [Commented] (HTTPCORE-510) Avoid an ArithmeticException in AbstractMultiworkerIOReactor by failing earlier by checking ioThreadCount in IOReactorConfig constructor.

2018-02-06 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354416#comment-16354416 ] ASF subversion and git services commented on HTTPCORE-510: -- Commit

[jira] [Commented] (HTTPCORE-511) Do not cache result of Runtime.getRuntime().availableProcessors() in IOReactorConfig

2018-02-06 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354436#comment-16354436 ] ASF subversion and git services commented on HTTPCORE-511: -- Commit

[jira] [Closed] (HTTPCORE-511) Do not cache result of Runtime.getRuntime().availableProcessors() in IOReactorConfig

2018-02-06 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed HTTPCORE-511. - Resolution: Fixed Fix Version/s: 5.0-beta3 4.4.10 > Do not cache

[jira] [Commented] (HTTPCORE-509) AVAIL_PROCS is autoconfigured based on core count

2018-02-06 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16353997#comment-16353997 ] Gary Gregory commented on HTTPCORE-509: --- Also, our storing this value in a static does not allow

Re: [DISCUSS] Migrating project website content to markdown (2nd attempt)

2018-02-06 Thread Bindul Bhowmik
On Tue, Feb 6, 2018 at 7:17 AM, Oleg Kalnichevski wrote: > On Mon, 2018-02-05 at 23:39 -0700, Bindul Bhowmik wrote: > > ... > >> >> If I may ask as a user of the library, would the new site still have >> parts of the site that are generated from releases? For example, >>

Re: [DISCUSS] Migrating project website content to markdown (2nd attempt)

2018-02-06 Thread Oleg Kalnichevski
On Mon, 2018-02-05 at 23:39 -0700, Bindul Bhowmik wrote: ... > > If I may ask as a user of the library, would the new site still have > parts of the site that are generated from releases? For example, > Javadocs? > Hi Bindul Yes, most certainly javadocs would still be there (given that

Re: [DISCUSS] Migrating project website content to markdown (2nd attempt)

2018-02-06 Thread Oleg Kalnichevski
On Tue, 2018-02-06 at 09:55 +, sebb wrote: > On 4 February 2018 at 11:49, Oleg Kalnichevski > wrote: > > On Sat, 2018-02-03 at 23:02 +, sebb wrote: > > > On 3 February 2018 at 10:32, Oleg Kalnichevski > > > > ... > > > > > > > > > Like, better tools