[root]/modules/core/src/main/java/org/apache/synapse/mediators/builtin/send/endpoints
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 28 (100.0%) | 172 (100.0%) | 6.1 |
chathura_ce | 15 (53.6%) | 125 (72.7%) | 8.3 |
asankha | 6 (21.4%) | 45 (26.2%) | 7.5 |
ruwan | 7 (25.0%) | 2 (1.2%) | 0.2 |
removed send package and moved SendConstatnts to org.apache.synapse.config.xml.Constatnts
0 lines of code changed in:
Fixed some issues in the failover endpoints.
9 lines of code changed in:
Improved the failover behavior of endpoints according to the FaultHandler stack model.
34 lines of code changed in:
Changing the fault handler behaviour and fixing unit tests
2 lines of code changed in:
Implemented the registry support for new endpoints. Now endpoints can be created from the configurations stored in the registry.
66 lines of code changed in:
refactor properties to use local entries and transactional resources (partly), this might break the build temporarily
45 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.
16 lines of code changed in: