[root]/modules/core/src/main/java/org/apache/synapse
config
(5 files, 869 lines)
xml
(51 files, 5165 lines)
endpoints
(15 files, 1373 lines)
utils
(3 files, 237 lines)
core
(1 files, 65 lines)
axis2
(14 files, 2728 lines)
endpoints
(6 files, 781 lines)
algorithms
(2 files, 117 lines)
utils
(1 files, 210 lines)
mediators
(7 files, 602 lines)
base
(2 files, 297 lines)
builtin
(5 files, 798 lines)
send
(0 files, 0 lines)
algorithms
(0 files, 0 lines)
endpoints
(0 files, 0 lines)
ext
(1 files, 146 lines)
filters
(4 files, 457 lines)
transform
(2 files, 499 lines)
metrics
(4 files, 166 lines)
registry
(3 files, 291 lines)
url
(2 files, 369 lines)
statistics
(5 files, 510 lines)
impl
(3 files, 274 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 32 (100.0%) | 858 (100.0%) | 26.8 |
asankha | 20 (62.5%) | 786 (91.6%) | 39.3 |
ruwan | 8 (25.0%) | 55 (6.4%) | 6.8 |
indika | 2 (6.3%) | 9 (1.0%) | 4.5 |
chathura_ce | 2 (6.3%) | 8 (0.9%) | 4.0 |
set eol-style=native for java, xml, html and properties files
eol-style=LF for sh and eol-style=CRLF for bat
493 lines of code changed in:
Fix issues with fault handling, and allow propagation of actual cause to Synapse. Also allow Synapse to send back a fault message through a new MC property named RESPONSE to convert a messages' direction after the changes to the fault mediator
47 lines of code changed in:
Refactored the endpoint package structure and added transactional resource access methods to the Context
3 lines of code changed in:
Fixed some issues in the failover endpoints.
2 lines of code changed in:
Changing the fault handler behaviour and fixing unit tests
10 lines of code changed in:
formated the Fault handlers for mediator
11 lines of code changed in:
fix unit test failures for extensions module
2 lines of code changed in:
refactor properties to use local entries and transactional resources (partly), this might break the build temporarily
73 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.
6 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
6 lines of code changed in:
Introduced Fault handling in Synapse
30 lines of code changed in:
removing the corelate properties in synapse
0 lines of code changed in:
New logic for the proxy service
1 lines of code changed in:
cleanup core/axis2 package and refactor some parts of the code
provide proper one-way (in-only) support for nio transport
0 lines of code changed in:
added the NIO SSL transport listener, and a sample jks keystore to startup the listener
updated the axis2.xml we ship to include the SSL listener
updated the synapse.sh script to support the renaming of the SynapseHTTPServer as SynapseServer
updated pom.xml to include dependency for niossl - but the code should now be compiled under JDK 1.5, and the target code would be 1.4 compatible. Hence it is still possible to run Synapse on JDK 1.4 if the NIO SSL transport is not used
141 lines of code changed in:
Add Statistics Collecting for Message Mediation – Synapse Service
Fixed few bugs
3 lines of code changed in:
Adding statistics collecting capability to sequences ,Endpoints and proxy services
Added required changes to the each mediator,mediator sterilizer and factory
Added statistics processing capability
Added method to Synapse Environment API setting and getting Statistics Collector
-checkin on behalf of Indika
30 lines of code changed in:
committing fix for http://issues.apache.org/jira/browse/SYNAPSE-49 from Tijs with a minor update to RMSequenceMediator
0 lines of code changed in: