Re: svn commit: r1909778 - in /synapse/site/dev: developer-guide.html release-process.html

2023-05-14 Thread Andreas Veithen-Knowles
These pages are generated from files in https://github.com/apache/synapse/tree/master/modules/documentation/src/site/xdoc/dev. Shouldn't those files have been updated first? Andreas On Fri, May 12, 2023 at 5:48 PM wrote: > Author: isudana > Date: Fri May 12 16:48:49 2023 > New Revision: 1909778

Re: Error when amending WSDL Endpoint serialization unit tests

2022-06-02 Thread Andreas Veithen-Knowles
I think the problem is your change in WSDLEndpointFactory.createEndpoint, specifically this line: wsdlEndpoint.setWsdlURI(injectEnvironmentVariables(wsdlURI).trim()); A few lines after that, the original wsdlURI is used in the following expression: new URL(wsdlURI) That results in an error. An

Re: Synapse source is migrated to Github

2022-06-02 Thread Andreas Veithen-Knowles
It looks like this was never set up properly. https://github.com/apache/synapse/commit/07c91f87e739bd647b11294ebfa94d684774648f should fix that. Andreas On Mon, Aug 19, 2019 at 5:38 AM Vanjikumaran Sivajothy < vanjikuma...@gmail.com> wrote: > We were listening into comm...@synapse.apache.org for