[root]/modules/core/src/main/java/org/apache/synapse/config/xml/endpoints
utils
(3 files, 237 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 71 (100.0%) | 1456 (100.0%) | 20.5 |
chathura_ce | 37 (52.1%) | 1423 (97.7%) | 38.4 |
ruwan | 14 (19.7%) | 27 (1.9%) | 1.9 |
indika | 3 (4.2%) | 3 (0.2%) | 1.0 |
asankha | 17 (23.9%) | 3 (0.2%) | 0.1 |
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
3 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:
Minor fix. FailoverEndpointFactory checked the name attribute in the <failover> element. Changed it to get name attribute from the <endpoint> element.
1 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.
102 lines of code changed in:
Did minor refactorings to the endpoint code.
95 lines of code changed in:
removed send package and moved SendConstatnts to org.apache.synapse.config.xml.Constatnts
1 lines of code changed in:
Refactored the endpoint package structure and added transactional resource access methods to the Context
26 lines of code changed in:
Fixed some issues in the failover endpoints.
6 lines of code changed in:
Implemented the registry support for new endpoints. Now endpoints can be created from the configurations stored in the registry.
116 lines of code changed in:
fixed some minor issues
Change property mediator so that It can remove or set properties
3 lines of code changed in:
refactor properties to use local entries and transactional resources (partly), this might break the build temporarily
0 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.
1103 lines of code changed in: