[root]/modules/core/src/main/java/org/apache/synapse/mediators/builtin
send
(0 files, 0 lines)
algorithms
(0 files, 0 lines)
endpoints
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 36 (100.0%) | 969 (100.0%) | 26.9 |
asankha | 19 (52.8%) | 704 (72.7%) | 37.0 |
indika | 7 (19.4%) | 171 (17.6%) | 24.4 |
ruwan | 7 (19.4%) | 92 (9.5%) | 13.1 |
tijs | 1 (2.8%) | 1 (0.1%) | 1.0 |
chathura_ce | 2 (5.6%) | 1 (0.1%) | 0.5 |
update rampart.mar groupid and fix log mediator
14 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
418 lines of code changed in:
update and fix copyright notice to be correct
19 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.
1 lines of code changed in:
Axis2 has a strange behaviour where some of the headers returned from getEnvelope().getHeader().examineAllHeaderBlocks() returns raw OMElements and not only SOAPHeaderBlock's - make our code resilient
9 lines of code changed in:
fixed a minor issue when getting Remote IPAddress
A fix for issue In JIRA SYNAPSE-57
1 lines of code changed in:
removed send package and moved SendConstatnts to org.apache.synapse.config.xml.Constatnts
89 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:
fixed some minor issues
Change property mediator so that It can remove or set properties
117 lines of code changed in:
refactor properties to use local entries and transactional resources (partly), this might break the build temporarily
16 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.
0 lines of code changed in:
Fixed to the issues in JIRA 65 ,55
1 lines of code changed in:
Please ignore, just to test SVN with mailinglist
1 lines of code changed in:
Change the get-property XPath function to use two parameters – property name and scope
Improve Property mediator to reflect changes of get-property function
Change the implementation of Switch Mediator- remove switchcase mediator
add AnonymousList Mediator with Factory and Serializer
remove the Try Mediator
49 lines of code changed in:
removing the corelate properties in synapse
1 lines of code changed in:
removed json, pox and rm mediators which are now obsolte or not required
refactored the packages for some of the xslt and validate mediator/related classes
0 lines of code changed in:
fix issue where pox forcing to outgoing endpoint was made on the original message context. This has now been moved to alter the cloned MC used for the sending out, so that the reply message will not be affected
Updated the samples documents and added the sample configs for easy understanding. Also fixed some errors in the text
2 lines of code changed in:
add Statistics collecting to Main Sequence
1 lines of code changed in:
enable fault count in statistics
2 lines of code changed in:
prevent serialization of the message when debug logging is off
limit client processor threads to one to try to overcome concurrent modification exception
add a fast stockquote service that causes least performance implication to be used for performance tests
show a debug log message for connection exceptions
18 lines of code changed in:
(3 more)