[jira] [Updated] (HTTPCLIENT-1773) [OSGi] HttpProxyConfigurationActivator does not unregister HttpClientBuilderFactory

2016-09-30 Thread Julian Sedding (JIRA)

 [ 
https://issues.apache.org/jira/browse/HTTPCLIENT-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Sedding updated HTTPCLIENT-1773:
---
 Assignee: Julian Sedding
Affects Version/s: (was: 5.0 Alpha1)

> [OSGi] HttpProxyConfigurationActivator does not unregister 
> HttpClientBuilderFactory
> ---
>
> Key: HTTPCLIENT-1773
> URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1773
> Project: HttpComponents HttpClient
>  Issue Type: Bug
>  Components: HttpClient (classic)
>Affects Versions: 4.5.2
>Reporter: Julian Sedding
>Assignee: Julian Sedding
> Attachments: HTTPCLIENT-1773-jsedding.patch
>
>
> The {{HttpProxyConfigurationActivator}} does not unregister the   
> {{HttpClientBuilderFactory}} service when the bundle is stopped. This seems 
> to be a copy & past error, because the {{CachingHttpClientBuilderFactory}} 
> registration overrides the value of the field {{clientFactory}}, which before 
> holds the required registration.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org



[jira] [Updated] (HTTPCLIENT-1773) [OSGi] HttpProxyConfigurationActivator does not unregister HttpClientBuilderFactory

2016-09-27 Thread Julian Sedding (JIRA)

 [ 
https://issues.apache.org/jira/browse/HTTPCLIENT-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Sedding updated HTTPCLIENT-1773:
---
Attachment: HTTPCLIENT-1773-jsedding.patch

Replaced the patch. I noticed I had forgotten to clear the list of 
registrations.

> [OSGi] HttpProxyConfigurationActivator does not unregister 
> HttpClientBuilderFactory
> ---
>
> Key: HTTPCLIENT-1773
> URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1773
> Project: HttpComponents HttpClient
>  Issue Type: Bug
>  Components: HttpClient (classic)
>Affects Versions: 4.5.2, 5.0 Alpha1
>Reporter: Julian Sedding
> Attachments: HTTPCLIENT-1773-jsedding.patch
>
>
> The {{HttpProxyConfigurationActivator}} does not unregister the   
> {{HttpClientBuilderFactory}} service when the bundle is stopped. This seems 
> to be a copy & past error, because the {{CachingHttpClientBuilderFactory}} 
> registration overrides the value of the field {{clientFactory}}, which before 
> holds the required registration.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org



[jira] [Updated] (HTTPCLIENT-1773) [OSGi] HttpProxyConfigurationActivator does not unregister HttpClientBuilderFactory

2016-09-27 Thread Julian Sedding (JIRA)

 [ 
https://issues.apache.org/jira/browse/HTTPCLIENT-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Sedding updated HTTPCLIENT-1773:
---
Attachment: (was: HTTPCLIENT-1773-jsedding.patch)

> [OSGi] HttpProxyConfigurationActivator does not unregister 
> HttpClientBuilderFactory
> ---
>
> Key: HTTPCLIENT-1773
> URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1773
> Project: HttpComponents HttpClient
>  Issue Type: Bug
>  Components: HttpClient (classic)
>Affects Versions: 4.5.2, 5.0 Alpha1
>Reporter: Julian Sedding
>
> The {{HttpProxyConfigurationActivator}} does not unregister the   
> {{HttpClientBuilderFactory}} service when the bundle is stopped. This seems 
> to be a copy & past error, because the {{CachingHttpClientBuilderFactory}} 
> registration overrides the value of the field {{clientFactory}}, which before 
> holds the required registration.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org



[jira] [Updated] (HTTPCLIENT-1773) [OSGi] HttpProxyConfigurationActivator does not unregister HttpClientBuilderFactory

2016-09-27 Thread Julian Sedding (JIRA)

 [ 
https://issues.apache.org/jira/browse/HTTPCLIENT-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Sedding updated HTTPCLIENT-1773:
---
Attachment: HTTPCLIENT-1773-jsedding.patch

The attached patch [^HTTPCLIENT-1773-jsedding.patch] replaces the individual 
field for service registrations with a list. This should help avoid future copy 
& paste issues.

> [OSGi] HttpProxyConfigurationActivator does not unregister 
> HttpClientBuilderFactory
> ---
>
> Key: HTTPCLIENT-1773
> URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1773
> Project: HttpComponents HttpClient
>  Issue Type: Bug
>  Components: HttpClient (classic)
>Affects Versions: 4.5.2, 5.0 Alpha1
>Reporter: Julian Sedding
> Attachments: HTTPCLIENT-1773-jsedding.patch
>
>
> The {{HttpProxyConfigurationActivator}} does not unregister the   
> {{HttpClientBuilderFactory}} service when the bundle is stopped. This seems 
> to be a copy & past error, because the {{CachingHttpClientBuilderFactory}} 
> registration overrides the value of the field {{clientFactory}}, which before 
> holds the required registration.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org