isudana merged pull request #14: SYNAPSE-1109: copy wsa:From value when
creating request context
URL: https://github.com/apache/synapse/pull/14
This is an automated message from the Apache Git Service.
To respond to the mess
isudana commented on issue #14: SYNAPSE-1109: copy wsa:From value when creating
request context
URL: https://github.com/apache/synapse/pull/14#issuecomment-523099981
Thanks for your contribution.
This is an automated message
auke- opened a new pull request #15: SYNAPSE-1109: fix for unit test
URL: https://github.com/apache/synapse/pull/15
The unit test in the patch for SYNAPSE-1109 contained an error, which is
fixed in this PR.
This is an automat
isudana merged pull request #15: SYNAPSE-1109: fix for unit test
URL: https://github.com/apache/synapse/pull/15
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
auke- opened a new pull request #16: Notify observers when engaging proxy
modules
URL: https://github.com/apache/synapse/pull/16
When the addressing or security module is engaged on the proxy service
the Axis2 Observers aren't notified. This is due to the fact that the
wrong engageMod
auke- opened a new pull request #17: Notify observers when starting proxy
services
URL: https://github.com/apache/synapse/pull/17
When a proxy service is started the Axis2 Observers aren't notified.
This is due to the fact that the proxy services are only loaded by the
Axis2 Synapse c
auke- opened a new pull request #18: Add .gitignore which ignores common IDE
and OS files
URL: https://github.com/apache/synapse/pull/18
This is an automated message from the Apache Git Service.
To respond to the message, pl
isudana merged pull request #18: Add .gitignore which ignores common IDE and OS
files
URL: https://github.com/apache/synapse/pull/18
This is an automated message from the Apache Git Service.
To respond to the message, please
isudana commented on issue #18: Add .gitignore which ignores common IDE and OS
files
URL: https://github.com/apache/synapse/pull/18#issuecomment-525744239
Thank you for your contribution.
This is an automated message from the
isudana commented on issue #17: Notify observers when starting proxy services
URL: https://github.com/apache/synapse/pull/17#issuecomment-529187073
Thank you for your contribution.
This is an automated message from the Apache
isudana merged pull request #17: Notify observers when starting proxy services
URL: https://github.com/apache/synapse/pull/17
This is an automated message from the Apache Git Service.
To respond to the message, please log on
madhawa-gunasekara opened a new pull request #19: Fix SYNAPSE-1104
URL: https://github.com/apache/synapse/pull/19
Fix Transport issue when the pipe is not consumed correctly.
[INFO]
[INFO] Reactor Summary for
sajithaliyanage opened a new pull request #20: Add synapse unit testing
framework
URL: https://github.com/apache/synapse/pull/20
Provide a built-in way to execute a unit test against a given synapse
configuration artifact such as sequence, proxy, api, local entry, endpoint.
Followin
dependabot[bot] opened a new pull request #21: Bump spring.version from 1.2.8
to 5.2.0.RELEASE
URL: https://github.com/apache/synapse/pull/21
Bumps `spring.version` from 1.2.8 to 5.2.0.RELEASE.
Updates `spring-core` from 1.2.8 to 5.2.0.RELEASE
Release notes
*Sourced fro
dependabot[bot] commented on issue #21: Bump spring.version from 1.2.8 to
5.2.0.RELEASE
URL: https://github.com/apache/synapse/pull/21#issuecomment-552690347
OK, I won't notify you again about this release, but will get in touch when
a new version is available.
If you change your mi
isudana closed pull request #21: Bump spring.version from 1.2.8 to 5.2.0.RELEASE
URL: https://github.com/apache/synapse/pull/21
This is an automated message from the Apache Git Service.
To respond to the message, please log o
isudana commented on issue #21: Bump spring.version from 1.2.8 to 5.2.0.RELEASE
URL: https://github.com/apache/synapse/pull/21#issuecomment-552690337
Spring version upgrade cannot be done without a refactoring in the code.
Th
isudana merged pull request #19: Fix SYNAPSE-1104
URL: https://github.com/apache/synapse/pull/19
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
isudana commented on issue #16: Notify observers when engaging proxy modules
URL: https://github.com/apache/synapse/pull/16#issuecomment-552695340
Yes, it looks like AxisConfiguration is parsed as the source AxisDescription
while it should be the ProxyService itself. So currently the observ
isudana merged pull request #16: Notify observers when engaging proxy modules
URL: https://github.com/apache/synapse/pull/16
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
isudana commented on issue #11: Performance save - Replace instances of
Math.Random with Random.nextD…
URL: https://github.com/apache/synapse/pull/11#issuecomment-555270122
There is no conclusive fact to claim that using Random.nextDouble() gives a
significant performance gain over Math.Ra
isudana closed pull request #11: Performance save - Replace instances of
Math.Random with Random.nextD…
URL: https://github.com/apache/synapse/pull/11
This is an automated message from the Apache Git Service.
To respond to t
madhawa-gunasekara opened a new pull request #22: Fix SYNAPSE-1105
URL: https://github.com/apache/synapse/pull/22
TargetConnections getConnection method doesn't retrun null when the
connection is not available.
This is an aut
madhawa-gunasekara opened a new pull request #23: Fix SYNAPSE-1106
URL: https://github.com/apache/synapse/pull/23
MessageContext class store messageContext object in a ThreadLocalVariable
where it doesn't clear created ThreadLocal variables properly. Therefore
synapse passthrough threads c
isudana commented on a change in pull request #23: Fix SYNAPSE-1106
URL: https://github.com/apache/synapse/pull/23#discussion_r384256406
##
File path:
modules/transports/core/nhttp/src/main/java/org/apache/synapse/transport/passthru/ServerWorker.java
##
@@ -107,110 +107,11
isudana merged pull request #23: Fix SYNAPSE-1106
URL: https://github.com/apache/synapse/pull/23
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
madhawa-gunasekara commented on a change in pull request #23: Fix SYNAPSE-1106
URL: https://github.com/apache/synapse/pull/23#discussion_r385136910
##
File path:
modules/transports/core/nhttp/src/main/java/org/apache/synapse/transport/passthru/ServerWorker.java
##
@@ -107,
isudana commented on issue #22: Fix SYNAPSE-1105
URL: https://github.com/apache/synapse/pull/22#issuecomment-592910084
Can you please explain the fix, I can't understand the difference in the
logic made by this PR
This is an
shafreenAnfar opened a new pull request #24: Add an improvement to log-mediator
URL: https://github.com/apache/synapse/pull/24
Consider the below Proxy service in which I have configured the log-mediator
to print logs only when the category is set to DEBUG. However, there is no way
to star
madhawa-gunasekara closed pull request #22: Fix SYNAPSE-1105
URL: https://github.com/apache/synapse/pull/22
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
madhawa-gunasekara commented on issue #22: Fix SYNAPSE-1105
URL: https://github.com/apache/synapse/pull/22#issuecomment-594828088
@isudana yes this is a mistake. I will close the pull request.
This is an automated message from
isudana commented on a change in pull request #24: Add an improvement to
log-mediator
URL: https://github.com/apache/synapse/pull/24#discussion_r388012618
##
File path: modules/distribution/src/main/bin/synapse.sh
##
@@ -146,12 +146,17 @@ if [ "$1" = "-xdebug" ]; then
shafreenAnfar commented on a change in pull request #24: Add an improvement to
log-mediator
URL: https://github.com/apache/synapse/pull/24#discussion_r388671630
##
File path: modules/distribution/src/main/bin/synapse.sh
##
@@ -146,12 +146,17 @@ if [ "$1" = "-xdebug" ]; the
shafreenAnfar opened a new pull request #25: Enable Continuous Integration (CI)
for new PRs
URL: https://github.com/apache/synapse/pull/25
At the moment, when there is a new PR, we always have to build locally to
make sure the new PR doesn't introduce any regression issues. However, with
isudana opened a new pull request #26: Update certificates to fix the expired
cert issue
URL: https://github.com/apache/synapse/pull/26
This is an automated message from the Apache Git Service.
To respond to the message, ple
vanjikumaran merged pull request #26: Update certificates to fix the expired
cert issue
URL: https://github.com/apache/synapse/pull/26
This is an automated message from the Apache Git Service.
To respond to the message, plea
isudana merged pull request #25: Enable Continuous Integration (CI) for new PRs
URL: https://github.com/apache/synapse/pull/25
This is an automated message from the Apache Git Service.
To respond to the message, please log on
isudana merged pull request #24: Add an improvement to log-mediator
URL: https://github.com/apache/synapse/pull/24
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
vanjikumaran opened a new pull request #27: Adding CI Badge in the ReadMe file
URL: https://github.com/apache/synapse/pull/27
This is an automated message from the Apache Git Service.
To respond to the message, please log on
isudana merged pull request #27: Adding CI Badge in the ReadMe file
URL: https://github.com/apache/synapse/pull/27
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
shafreenAnfar opened a new pull request #28: Add synapse daily build github
workflow with a badge
URL: https://github.com/apache/synapse/pull/28
Hi All,
At the moment, there is no direct way to know if the master is broken. For
instance, recently, Synapse master was broken due to an
shafreenAnfar opened a new pull request #29: Add documentation for the log
mediator improvement
URL: https://github.com/apache/synapse/pull/29
This PR adds documentation for the feature which was merged with PR #24.
When merged it will look as below,
 to support HTTP status codes
URL: https://github.com/apache/synapse/pull/32
At the moment, current MFP implementation does not support retrying based on
HTTP status codes. It only supports retrying for
shafreenAnfar opened a new pull request #33: Add windows runner to workflow
URL: https://github.com/apache/synapse/pull/33
This will run the daily build on latest windows apart from running it on
latest linux os.
This is an a
shafreenAnfar opened a new pull request #34: Add windows runner to workflow
URL: https://github.com/apache/synapse/pull/34
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
shafreenAnfar commented on issue #33: Add windows runner to workflow
URL: https://github.com/apache/synapse/pull/33#issuecomment-605590064
Closing this PR. I have sent the same PR from a different branch.
This is an automated
shafreenAnfar closed pull request #33: Add windows runner to workflow
URL: https://github.com/apache/synapse/pull/33
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
shafreenAnfar commented on a change in pull request #32: Improve Message
Forwarding Processor (MFP) to support HTTP status codes
URL: https://github.com/apache/synapse/pull/32#discussion_r399756268
##
File path: modules/core/src/main/java/org/apache/synapse/SynapseConstants.java
##
isudana merged pull request #34: Add windows runner to workflow
URL: https://github.com/apache/synapse/pull/34
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
isudana commented on a change in pull request #32: Improve Message Forwarding
Processor (MFP) to support HTTP status codes
URL: https://github.com/apache/synapse/pull/32#discussion_r400340740
##
File path: modules/core/src/main/java/org/apache/synapse/SynapseConstants.java
shafreenAnfar commented on issue #32: Improve Message Forwarding Processor
(MFP) to support HTTP status codes
URL: https://github.com/apache/synapse/pull/32#issuecomment-606358193
Btw, do let me know if there is way to write a solid test-case for this.
-
isudana merged pull request #32: Improve Message Forwarding Processor (MFP) to
support HTTP status codes
URL: https://github.com/apache/synapse/pull/32
This is an automated message from the Apache Git Service.
To respond to
shafreenAnfar opened a new pull request #35: Fix the typo in the class name
URL: https://github.com/apache/synapse/pull/35
Hi All,
I have fixed the typo in the class as follows,
`MessageProcessorConsents` -> `MessageProcessorConstants`
-
shafreenAnfar opened a new pull request #36: Update documentation for the HTTP
status code retry
URL: https://github.com/apache/synapse/pull/36
This PR contains the documentation for the feature in PR #32.
This is an automate
vanjikumaran merged pull request #36: Update documentation for the HTTP status
code retry
URL: https://github.com/apache/synapse/pull/36
This is an automated message from the Apache Git Service.
To respond to the message, pl
vanjikumaran merged pull request #35: Fix the typo in the class name
URL: https://github.com/apache/synapse/pull/35
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
vanjikumaran commented on issue #20: Add synapse unit testing framework
URL: https://github.com/apache/synapse/pull/20#issuecomment-607959370
@isudana we should look into this feature
This is an automated message from the Apa
shafreenAnfar opened a new pull request #37: Format the synapse code in the
sample 705
URL: https://github.com/apache/synapse/pull/37
$subject.
This is an automated message from the Apache Git Service.
To respond to the messa
isudana merged pull request #37: Format the synapse code in the sample 705
URL: https://github.com/apache/synapse/pull/37
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
shafreenAnfar opened a new pull request #38: Refactor ForwardingJob class and
fix few issues
URL: https://github.com/apache/synapse/pull/38
Hi All,
This PR does the $subject and in the process I have fixed two issues as
well.
Programmers spend more time to reading code and l
shafreenAnfar opened a new pull request #39: Add mac-os runner for the daily
build
URL: https://github.com/apache/synapse/pull/39
At the moment daily build only runs on ubuntu and windows. This PR adds
mac-os the the list.
T
isudana merged pull request #39: Add mac-os runner for the daily build
URL: https://github.com/apache/synapse/pull/39
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
isudana commented on issue #38: Refactor ForwardingJob class and fix few issues
URL: https://github.com/apache/synapse/pull/38#issuecomment-609533832
Thanks Shafreen, I will take time and review the PR.
This is an automated me
isudana merged pull request #38: Refactor ForwardingJob class and fix few issues
URL: https://github.com/apache/synapse/pull/38
This is an automated message from the Apache Git Service.
To respond to the message, please log o
shafreenAnfar opened a new pull request #40: Add retry interval feature
URL: https://github.com/apache/synapse/pull/40
At the moment Message Processor only support one interval for both fetching
messages from the store and retrying when there is a failure. But, IMO, these
are two different
shafreenAnfar commented on issue #40: Add retry interval feature
URL: https://github.com/apache/synapse/pull/40#issuecomment-612645251
Had to close this PR due to unwanted commits.
This is an automated message from the Apache
shafreenAnfar closed pull request #40: Add retry interval feature
URL: https://github.com/apache/synapse/pull/40
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
shafreenAnfar commented on issue #40: Add retry interval feature
URL: https://github.com/apache/synapse/pull/40#issuecomment-612647624
Please find the new PR.
https://github.com/apache/synapse/pull/41
This is an automated m
shafreenAnfar opened a new pull request #41: Add retry interval feature
URL: https://github.com/apache/synapse/pull/41
At the moment Message Processor only support one interval for both fetching
messages from the store and retrying when there is a failure. But, IMO, these
are two different
shafreenAnfar opened a new pull request #42: Add Java 7 to build matrix
URL: https://github.com/apache/synapse/pull/42
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
vanjikumaran merged pull request #42: Add Java 7 to build matrix
URL: https://github.com/apache/synapse/pull/42
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
isudana commented on a change in pull request #41:
URL: https://github.com/apache/synapse/pull/41#discussion_r411376184
##
File path:
modules/core/src/main/java/org/apache/synapse/message/processors/forward/ForwardingJob.java
##
@@ -80,20 +85,31 @@ private void configureForwar
shafreenAnfar commented on a change in pull request #41:
URL: https://github.com/apache/synapse/pull/41#discussion_r411504565
##
File path:
modules/core/src/main/java/org/apache/synapse/message/processors/forward/ForwardingJob.java
##
@@ -80,20 +85,31 @@ private void configure
shafreenAnfar commented on a change in pull request #41:
URL: https://github.com/apache/synapse/pull/41#discussion_r411504565
##
File path:
modules/core/src/main/java/org/apache/synapse/message/processors/forward/ForwardingJob.java
##
@@ -80,20 +85,31 @@ private void configure
shafreenAnfar opened a new pull request #43:
URL: https://github.com/apache/synapse/pull/43
This PR adds documentation for feature in #41.
This is an automated message from the Apache Git Service.
To respond to the message,
shafreenAnfar opened a new pull request #44:
URL: https://github.com/apache/synapse/pull/44
At the moment the build that runs for each PR only runs on ubuntu and Java
8. With this PR I have added windows and mac to the build along with Java 7.
-
shafreenAnfar opened a new pull request #45:
URL: https://github.com/apache/synapse/pull/45
At the moment, when there is a failure in Message Processor (i.e. Connection
refused) fault sequence is not invoked in `OUT_ONLY` scenario. This issue is
fixed with this PR.
--
vanjikumaran commented on a change in pull request #43:
URL: https://github.com/apache/synapse/pull/43#discussion_r422676323
##
File path: modules/documentation/src/site/xdoc/userguide/samples/sample705.xml
##
@@ -58,6 +58,7 @@
3
isudana merged pull request #45:
URL: https://github.com/apache/synapse/pull/45
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the
shafreenAnfar opened a new pull request #46:
URL: https://github.com/apache/synapse/pull/46
Current behavior of the Message Forwarding Processor is to consume all the
messages at once. For instance, say, the Message Forwarding Processor is
configured to run every 10 seconds and the Message
shafreenAnfar opened a new pull request #47:
URL: https://github.com/apache/synapse/pull/47
This PR includes the documentation for `consume.all` property. For more
details please refer to #46.
This is an automated message fr
isudana merged pull request #47:
URL: https://github.com/apache/synapse/pull/47
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the
isudana merged pull request #46:
URL: https://github.com/apache/synapse/pull/46
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the
shafreenAnfar opened a new pull request #48:
URL: https://github.com/apache/synapse/pull/48
I have removed the matrix from the daily build. It seems there are
intermittent test failures which causes the daily build to fail.
vanjikumaran merged pull request #48:
URL: https://github.com/apache/synapse/pull/48
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to
shafreenAnfar opened a new pull request #49:
URL: https://github.com/apache/synapse/pull/49
At the moment both daily build and the PR builds are failing due to SSL
issue. This issue is only seen when the build is run with Java 8 which is
provided by setup-java github action. I am further l
isudana merged pull request #49:
URL: https://github.com/apache/synapse/pull/49
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the
shafreenAnfar opened a new pull request #51:
URL: https://github.com/apache/synapse/pull/51
$subject.
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
veithen merged pull request #51:
URL: https://github.com/apache/synapse/pull/51
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the
isudana merged pull request #50:
URL: https://github.com/apache/synapse/pull/50
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the
1 - 100 of 241 matches
Mail list logo