Re: [Dev] Feign proxy server support

2018-03-20 Thread Madawa Soysa
Hi Madhawa, Method [3] is used to generate the feign client in the APIM integration client which publishes the APIs. Can we try to modify this method as follows to support proxy capabilities? I believe this method is better than forking the feign repo. public static Client getSSLClient() { bo

Re: [Dev] Feign proxy server support

2018-03-20 Thread Madhawa Perera
Hi Thusitha, I saw this GitHub issue and did the fix on Feign client instead of using okhttp client. Fix worked as in my previous comment. But we will try OkHttpClient.Builder() as well. Thank you Best Regards, Madhawa On Wed, Mar 21, 2018 at 2:11 AM, Thusitha Thilina Dayaratne < thusithathil...

Re: [Dev] Feign proxy server support

2018-03-20 Thread Thusitha Thilina Dayaratne
Hi Madhawa, I think you can refer to [1] and [2]. Basic idea is to use okhttp client inside the feign instead of feign default client. [1] - https://github.com/OpenFeign/feign/issues/370 [2] - https://github.com/OpenFeign/feign/tree/master/okhttp Thanks Thusitha On Tue, Mar 20, 2018 at 11:45 PM

Re: [Dev] 6.2 GA release date

2018-03-20 Thread Maneesha Wijesekara
Hi Norberto, WSO2 Enterprise Integrator 6.2.0 RC2 will be released as 'WSO2 Enterprise Integrator 6.2.0 GA' since it was passed with release voting [1]. We will send a release mail for Enterprise Integrator 6.2.0 separately (most probably this week or early next week). Meanwhile you can use the WS

[Dev] Installation Resources Released!

2018-03-20 Thread Vimukthi Perera
WSO2 Installation Experience team is pleased to announce the release of WSO2 Docker and Vagrant resources for WSO2 products. *Docker* Released Artifacts: - WSO2 Enterprise Integrator v6.1.1.5 - https:// github.com/wso2/docker-ei/releases/tag/v6.1.1.5

[Dev] 6.2 GA release date

2018-03-20 Thread Norberto Fernandes
Hi Devs, Noticed that 6.2 RC2 was released and tested. Do you have any indication regarding the 6.2 GA release date? Do you expect it to be this week? Regards, Norberto ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] Address endpoint and 404 code

2018-03-20 Thread Thomas LEGRAND
Hello, I have a situation where I want to retrieve data from two sources. So, the client sends a request to a specific resource of an ESB API and the sequence follows like this : - retrieve the data from the local source - retrieve a corresponding id for the other source - if the correspondence e

Re: [Dev] Feign proxy server support

2018-03-20 Thread Madhawa Perera
Hi Rasika, Yes, I tried this [2] with a slight modification. It seems working. Need to modify the nonProxyHost check to be compatible with multiple hostnames. That is nonProxyHost can hold multiple values like "localhost|127.0.0.1". [2] https://github.com/madhawap/feign/commit/4aebf954e730cbeb4fd

Re: [Dev] Feign proxy server support

2018-03-20 Thread Rasika Perera
Hi Madhawa, Have you tried forking Feign client? Seems there's a fix[1] for the issue of HTTP Proxy. Can you try it as well? [1] https://github.com/rhudson/feign/commit/5d611d7bcb767a26c06bffdc396f256d02dca353 On Tue, Mar 20, 2018 at 5:41 PM, Madhawa Perera wrote: > Hi Devs, > > It seems that

[Dev] Feign proxy server support

2018-03-20 Thread Madhawa Perera
Hi Devs, It seems that Feign isn't routing traffic through a configured proxy. I'm using Feign version 9.3.1 Is there any way to route Feign traffic through an HTTP proxy server? I set VM args: -Dhttp.proxyHost and -Dhttp.proxyPort yet Feign seems not using these configurations. From looking at F

Re: [Dev] [Architecture] [IAM] eIDAS profile support for SAML

2018-03-20 Thread Indunil Upeksha Rathnayake
Hi, Thanks for all of your ideas. Please note that with this implementation, following extensions in SAML has been introduced for the following reasons. EidasExtensionProcessor - process the SAML extension and retrieve the required attribute list. EidasSAMLAssertionBuilder - validate whether all