[root]/modules/core/src/main/java/org/apache/synapse/config/xml/endpoints/utils
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 18 (100.0%) | 263 (100.0%) | 14.6 |
chathura_ce | 12 (66.7%) | 249 (94.7%) | 20.7 |
asankha | 4 (22.2%) | 10 (3.8%) | 2.5 |
ruwan | 2 (11.1%) | 4 (1.5%) | 2.0 |
Fixed JIRA - SYNAPSE 73. Now WSDL endpoints correctly handles soap12 ports.
5 lines of code changed in:
Remove direct woden dependencies that cause issues with M2 transitive dependency mechanism as we dont support this anyway
Remove some M2 repositories to minimize build time
10 lines of code changed in:
set eol-style=native for java, xml, html and properties files
eol-style=LF for sh and eol-style=CRLF for bat
0 lines of code changed in:
Moved the EndpointDefinition factory code to AddressEndpointFactory. This is used only inside the AddressEndpointFactory. WSDL endpoints may use XML based configuration to override the WSDL details. But in that case, it is better to have a WSDLEndpointFactory specific EndpointDefinition builder.
0 lines of code changed in:
Minor change in the AddressEndpoint configuration.
6 lines of code changed in:
Did minor refactorings to the endpoint code.
11 lines of code changed in:
removed send package and moved SendConstatnts to org.apache.synapse.config.xml.Constatnts
2 lines of code changed in:
Refactored the endpoint package structure and added transactional resource access methods to the Context
2 lines of code changed in:
Implemented the load balance and failover support for synapse. Now endpoints can be nested inside each other to obtain required functionality. Initial support for WSDL based endpoints added.
227 lines of code changed in: