This is an automated email from the ASF dual-hosted git repository.
isudana pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/synapse.git
from 83dae083e Merge pull request #70 from shafreenAnfar/bump_parent
new a85a439e1 Add environment variable resolvers for SOAP services
new d725f3fca Add environment variable resolvers for WSDL services
new 5cf128fdb Add log outputs for when env. variables are resolved
new 502ecd0c0 Add junit dependencies to pom
new a12b66cfe Add unit test for env. variable injection
new 3688230dc Add maven central repo to repositories list
new ee3075895 Merge branch 'master' of https://github.com/n-jay/synapse
into feature1
new 8b20738d7 Add SystemProperties to pom.xml
new dd47b7cd8 Enable preliminary unit test for parameter injection
new 4d8627893 Merge branch 'feature1' of https://github.com/n-jay/synapse
into feature1
new cf914b112 Add systemProperties values
new a988bee62 Add environment variable extraction testing library
new 684ed55a5 Add system-rules library in Synapse core module pom
new a0fb33df3 Remove newly added unneeded dependencies from root pom
new e51b2b4c6 Add exception to log malformed variable injections
new 6869b8698 Add unit test to verify parameter injection for SOAP
endpoints
new 68d3f817a Add System-rules library to root pom
new 0ceb0be7e Remove code changes with unnecessary libraries
new 94c85d56e Add environment variables parameter
new af70c0537 Remove assertion code
new 3d28045c4 Add Environment Variable field
new e0a6414d2 Amend debug.info to debug.log
new 7b1869c1a Amend debug.info to debug.log
new 0eae98d8f Add system variable prefix to SynapseConstants
new 8e51818d3 Remove redundant lines and update with new method
implementation
new 7b330d350 Declare unified method for environment variable injection
new 736bd24e3 Add unit tests for WSDL endpoint parameter injection
new 40f9b7e61 Add environment variable parameters for use in WSDL endpoint
unit tests
new bc220e74d Remove redundant unit test
new d7e0f773b Add unit test for validating Address Endpoint variable
injection
new 5242e2bf7 Update environment variables in pom
new e112d0936 Merge remote-tracking branch 'origin/feature1' into feature1
new 3f6ec5956 Comment out buggy unit test
new da9a5d1aa Reset previous line changes
new 2980b5985 Remove unnecessary dependency
new e573f642e Remove redundant method
new 382d86ce6 Add new class with variable injection method
new 467b7ae83 Update WSDL methods to include parameter injection
new 1b2abe73f Update ConfigUtils class
new 8ef353eee Update WSDLEndpoint to accomodate static
fetchEnvironmentVariables method
new 98674a5df Add variable injection and address retrieval to SOAP
endpoint definition
new 7667908df Update serializer and test with new address retrieval method
new 84fa3b148 Remove buggy log.debug line
new 3a3d9cc2c Enable SOAP endpoint parameter injection unit tests
new d3160064c Update WSDL endpoint serializer with new method
new 209d4a249 Update with getters for injected parameter values
new 2ea572f57 Add new parameter injection and retrieval
new 40a997382 Enable WSDL endpoint parameter injection unit tests
new 2b1e2265b Add missing override @ annotation
new e2b19816c Merge branch 'master' into feature1
new 404b2c834 Merge remote-tracking branch 'origin/feature1' into feature1
new 048fe2d6c Remove unused prefix constant
new 60c9ddc3b Change method to startsWith
new 80314352f Amend setAddress method
new 9d048ed5b Add test scope and remove unnecessary repository
new 61fb9e4da Amend function assignment and add javadoc comments
new e81d26dcf Merge pull request #55 from n-jay/feature1
The 4326 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
modules/core/pom.xml | 5 ++
.../java/org/apache/synapse/SynapseConstants.java | 3 +
.../xml/endpoints/AddressEndpointFactory.java | 4 ++
.../xml/endpoints/AddressEndpointSerializer.java | 4 +-
.../xml/endpoints/DefaultEndpointFactory.java | 2 +-
.../config/xml/endpoints/WSDLEndpointFactory.java | 9 +--
.../xml/endpoints/WSDLEndpointSerializer.java | 6 +-
.../xml/endpoints/utils/ConfigUtils.java} | 24 +++----
.../synapse/endpoints/EndpointDefinition.java | 20 +++++-
.../org/apache/synapse/endpoints/WSDLEndpoint.java | 37 ++++++++++-
.../config/xml/SendMediatorSerializationTest.java | 75 ++++++++++++++++++++--
.../AddressEndpointSerializationTest.java | 1 +
pom.xml | 7 +-
13 files changed, 162 insertions(+), 35 deletions(-)
copy
modules/core/src/main/java/org/apache/synapse/{endpoints/algorithms/WeightedRoundRobinView.java
=> config/xml/endpoints/utils/ConfigUtils.java} (61%)