[GitHub] [synapse] isudana merged pull request #14: SYNAPSE-1109: copy wsa:From value when creating request context

2019-08-20 Thread GitBox
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

[GitHub] [synapse] isudana commented on issue #14: SYNAPSE-1109: copy wsa:From value when creating request context

2019-08-20 Thread GitBox
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

[GitHub] [synapse] auke- opened a new pull request #15: SYNAPSE-1109: fix for unit test

2019-08-21 Thread GitBox
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

[GitHub] [synapse] isudana merged pull request #15: SYNAPSE-1109: fix for unit test

2019-08-22 Thread GitBox
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

[GitHub] [synapse] auke- opened a new pull request #16: Notify observers when engaging proxy modules

2019-08-28 Thread GitBox
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

[GitHub] [synapse] auke- opened a new pull request #17: Notify observers when starting proxy services

2019-08-28 Thread GitBox
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

[GitHub] [synapse] auke- opened a new pull request #18: Add .gitignore which ignores common IDE and OS files

2019-08-28 Thread GitBox
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

[GitHub] [synapse] isudana merged pull request #18: Add .gitignore which ignores common IDE and OS files

2019-08-28 Thread GitBox
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

[GitHub] [synapse] isudana commented on issue #18: Add .gitignore which ignores common IDE and OS files

2019-08-28 Thread GitBox
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

[GitHub] [synapse] isudana commented on issue #17: Notify observers when starting proxy services

2019-09-08 Thread GitBox
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

[GitHub] [synapse] isudana merged pull request #17: Notify observers when starting proxy services

2019-09-08 Thread GitBox
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

[GitHub] [synapse] madhawa-gunasekara opened a new pull request #19: Fix SYNAPSE-1104

2019-09-09 Thread GitBox
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

[GitHub] [synapse] sajithaliyanage opened a new pull request #20: Add synapse unit testing framework

2019-09-11 Thread GitBox
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

[GitHub] [synapse] dependabot[bot] opened a new pull request #21: Bump spring.version from 1.2.8 to 5.2.0.RELEASE

2019-10-18 Thread GitBox
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

[GitHub] [synapse] dependabot[bot] commented on issue #21: Bump spring.version from 1.2.8 to 5.2.0.RELEASE

2019-11-11 Thread GitBox
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

[GitHub] [synapse] isudana closed pull request #21: Bump spring.version from 1.2.8 to 5.2.0.RELEASE

2019-11-11 Thread GitBox
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

[GitHub] [synapse] isudana commented on issue #21: Bump spring.version from 1.2.8 to 5.2.0.RELEASE

2019-11-11 Thread GitBox
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

[GitHub] [synapse] isudana merged pull request #19: Fix SYNAPSE-1104

2019-11-11 Thread GitBox
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

[GitHub] [synapse] isudana commented on issue #16: Notify observers when engaging proxy modules

2019-11-11 Thread GitBox
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

[GitHub] [synapse] isudana merged pull request #16: Notify observers when engaging proxy modules

2019-11-11 Thread GitBox
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

[GitHub] [synapse] isudana commented on issue #11: Performance save - Replace instances of Math.Random with Random.nextD…

2019-11-18 Thread GitBox
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

[GitHub] [synapse] isudana closed pull request #11: Performance save - Replace instances of Math.Random with Random.nextD…

2019-11-18 Thread GitBox
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

[GitHub] [synapse] madhawa-gunasekara opened a new pull request #22: Fix SYNAPSE-1105

2020-02-13 Thread GitBox
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

[GitHub] [synapse] madhawa-gunasekara opened a new pull request #23: Fix SYNAPSE-1106

2020-02-13 Thread GitBox
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

[GitHub] [synapse] isudana commented on a change in pull request #23: Fix SYNAPSE-1106

2020-02-25 Thread GitBox
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

[GitHub] [synapse] isudana merged pull request #23: Fix SYNAPSE-1106

2020-02-25 Thread GitBox
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

[GitHub] [synapse] madhawa-gunasekara commented on a change in pull request #23: Fix SYNAPSE-1106

2020-02-27 Thread GitBox
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,

[GitHub] [synapse] isudana commented on issue #22: Fix SYNAPSE-1105

2020-02-28 Thread GitBox
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

[GitHub] [synapse] shafreenAnfar opened a new pull request #24: Add an improvement to log-mediator

2020-03-04 Thread GitBox
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

[GitHub] [synapse] madhawa-gunasekara closed pull request #22: Fix SYNAPSE-1105

2020-03-04 Thread GitBox
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

[GitHub] [synapse] madhawa-gunasekara commented on issue #22: Fix SYNAPSE-1105

2020-03-04 Thread GitBox
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

[GitHub] [synapse] isudana commented on a change in pull request #24: Add an improvement to log-mediator

2020-03-04 Thread GitBox
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

[GitHub] [synapse] shafreenAnfar commented on a change in pull request #24: Add an improvement to log-mediator

2020-03-05 Thread GitBox
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

[GitHub] [synapse] shafreenAnfar opened a new pull request #25: Enable Continuous Integration (CI) for new PRs

2020-03-10 Thread GitBox
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

[GitHub] [synapse] isudana opened a new pull request #26: Update certificates to fix the expired cert issue

2020-03-10 Thread GitBox
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

[GitHub] [synapse] vanjikumaran merged pull request #26: Update certificates to fix the expired cert issue

2020-03-10 Thread GitBox
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

[GitHub] [synapse] isudana merged pull request #25: Enable Continuous Integration (CI) for new PRs

2020-03-10 Thread GitBox
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

[GitHub] [synapse] isudana merged pull request #24: Add an improvement to log-mediator

2020-03-10 Thread GitBox
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

[GitHub] [synapse] vanjikumaran opened a new pull request #27: Adding CI Badge in the ReadMe file

2020-03-11 Thread GitBox
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

[GitHub] [synapse] isudana merged pull request #27: Adding CI Badge in the ReadMe file

2020-03-12 Thread GitBox
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

[GitHub] [synapse] shafreenAnfar opened a new pull request #28: Add synapse daily build github workflow with a badge

2020-03-15 Thread GitBox
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

[GitHub] [synapse] shafreenAnfar opened a new pull request #29: Add documentation for the log mediator improvement

2020-03-15 Thread GitBox
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, ![image](https://user-ima

[GitHub] [synapse] isudana commented on a change in pull request #28: Add synapse daily build github workflow with a badge

2020-03-15 Thread GitBox
isudana commented on a change in pull request #28: Add synapse daily build github workflow with a badge URL: https://github.com/apache/synapse/pull/28#discussion_r392680178 ## File path: README.md ## @@ -1,7 +1,7 @@ +![](https://github.com/shafreenAnfar/synapse/workflows/S

[GitHub] [synapse] shafreenAnfar commented on a change in pull request #28: Add synapse daily build github workflow with a badge

2020-03-15 Thread GitBox
shafreenAnfar commented on a change in pull request #28: Add synapse daily build github workflow with a badge URL: https://github.com/apache/synapse/pull/28#discussion_r392746807 ## File path: README.md ## @@ -1,7 +1,7 @@ +![](https://github.com/shafreenAnfar/synapse/workf

[GitHub] [synapse] vanjikumaran commented on a change in pull request #28: Add synapse daily build github workflow with a badge

2020-03-15 Thread GitBox
vanjikumaran commented on a change in pull request #28: Add synapse daily build github workflow with a badge URL: https://github.com/apache/synapse/pull/28#discussion_r392752732 ## File path: README.md ## @@ -1,7 +1,7 @@ +![](https://github.com/shafreenAnfar/synapse/workfl

[GitHub] [synapse] isudana merged pull request #28: Add synapse daily build github workflow with a badge

2020-03-17 Thread GitBox
isudana merged pull request #28: Add synapse daily build github workflow with a badge URL: https://github.com/apache/synapse/pull/28 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [synapse] shafreenAnfar closed pull request #29: Add documentation for the log mediator improvement

2020-03-17 Thread GitBox
shafreenAnfar closed pull request #29: Add documentation for the log mediator improvement URL: https://github.com/apache/synapse/pull/29 This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [synapse] shafreenAnfar commented on issue #29: Add documentation for the log mediator improvement

2020-03-17 Thread GitBox
shafreenAnfar commented on issue #29: Add documentation for the log mediator improvement URL: https://github.com/apache/synapse/pull/29#issuecomment-600444926 Closing this PR and I will send a new one. This is an automated me

[GitHub] [synapse] shafreenAnfar opened a new pull request #30: Add documentation for the log mediator improvement

2020-03-17 Thread GitBox
shafreenAnfar opened a new pull request #30: Add documentation for the log mediator improvement URL: https://github.com/apache/synapse/pull/30 This PR adds documentation for the feature which was merged with PR #24. When merged it will look as below, ![76703308-eea4ff00-66f6-

[GitHub] [synapse] isudana merged pull request #30: Add documentation for the log mediator improvement

2020-03-18 Thread GitBox
isudana merged pull request #30: Add documentation for the log mediator improvement URL: https://github.com/apache/synapse/pull/30 This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [synapse] isudana opened a new pull request #31: Remove CI badge from readme

2020-03-18 Thread GitBox
isudana opened a new pull request #31: Remove CI badge from readme URL: https://github.com/apache/synapse/pull/31 CI build runs for a particular pull request. Failure or the success of the CI build does not reflect the build state of the entire source repository. So we need to remove that

[GitHub] [synapse] vanjikumaran merged pull request #31: Remove CI badge from readme

2020-03-18 Thread GitBox
vanjikumaran merged pull request #31: Remove CI badge from readme URL: https://github.com/apache/synapse/pull/31 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [synapse] shafreenAnfar opened a new pull request #32: Improve Message Forwarding Processor (MFP) to support HTTP status codes

2020-03-28 Thread GitBox
shafreenAnfar opened a new pull request #32: Improve Message Forwarding Processor (MFP) 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

[GitHub] [synapse] shafreenAnfar opened a new pull request #33: Add windows runner to workflow

2020-03-28 Thread GitBox
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

[GitHub] [synapse] shafreenAnfar opened a new pull request #34: Add windows runner to workflow

2020-03-28 Thread GitBox
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

[GitHub] [synapse] shafreenAnfar commented on issue #33: Add windows runner to workflow

2020-03-28 Thread GitBox
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

[GitHub] [synapse] shafreenAnfar closed pull request #33: Add windows runner to workflow

2020-03-28 Thread GitBox
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

[GitHub] [synapse] shafreenAnfar commented on a change in pull request #32: Improve Message Forwarding Processor (MFP) to support HTTP status codes

2020-03-29 Thread GitBox
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 ##

[GitHub] [synapse] isudana merged pull request #34: Add windows runner to workflow

2020-03-30 Thread GitBox
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

[GitHub] [synapse] isudana commented on a change in pull request #32: Improve Message Forwarding Processor (MFP) to support HTTP status codes

2020-03-30 Thread GitBox
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

[GitHub] [synapse] shafreenAnfar commented on issue #32: Improve Message Forwarding Processor (MFP) to support HTTP status codes

2020-03-30 Thread GitBox
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. -

[GitHub] [synapse] isudana merged pull request #32: Improve Message Forwarding Processor (MFP) to support HTTP status codes

2020-04-01 Thread GitBox
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

[GitHub] [synapse] shafreenAnfar opened a new pull request #35: Fix the typo in the class name

2020-04-02 Thread GitBox
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` -

[GitHub] [synapse] shafreenAnfar opened a new pull request #36: Update documentation for the HTTP status code retry

2020-04-02 Thread GitBox
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

[GitHub] [synapse] vanjikumaran merged pull request #36: Update documentation for the HTTP status code retry

2020-04-02 Thread GitBox
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

[GitHub] [synapse] vanjikumaran merged pull request #35: Fix the typo in the class name

2020-04-02 Thread GitBox
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

[GitHub] [synapse] vanjikumaran commented on issue #20: Add synapse unit testing framework

2020-04-02 Thread GitBox
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

[GitHub] [synapse] shafreenAnfar opened a new pull request #37: Format the synapse code in the sample 705

2020-04-02 Thread GitBox
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

[GitHub] [synapse] isudana merged pull request #37: Format the synapse code in the sample 705

2020-04-02 Thread GitBox
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

[GitHub] [synapse] shafreenAnfar opened a new pull request #38: Refactor ForwardingJob class and fix few issues

2020-04-04 Thread GitBox
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

[GitHub] [synapse] shafreenAnfar opened a new pull request #39: Add mac-os runner for the daily build

2020-04-05 Thread GitBox
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

[GitHub] [synapse] isudana merged pull request #39: Add mac-os runner for the daily build

2020-04-05 Thread GitBox
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

[GitHub] [synapse] isudana commented on issue #38: Refactor ForwardingJob class and fix few issues

2020-04-05 Thread GitBox
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

[GitHub] [synapse] isudana merged pull request #38: Refactor ForwardingJob class and fix few issues

2020-04-11 Thread GitBox
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

[GitHub] [synapse] shafreenAnfar opened a new pull request #40: Add retry interval feature

2020-04-12 Thread GitBox
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

[GitHub] [synapse] shafreenAnfar commented on issue #40: Add retry interval feature

2020-04-12 Thread GitBox
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

[GitHub] [synapse] shafreenAnfar closed pull request #40: Add retry interval feature

2020-04-12 Thread GitBox
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

[GitHub] [synapse] shafreenAnfar commented on issue #40: Add retry interval feature

2020-04-12 Thread GitBox
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

[GitHub] [synapse] shafreenAnfar opened a new pull request #41: Add retry interval feature

2020-04-12 Thread GitBox
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

[GitHub] [synapse] shafreenAnfar opened a new pull request #42: Add Java 7 to build matrix

2020-04-12 Thread GitBox
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

[GitHub] [synapse] vanjikumaran merged pull request #42: Add Java 7 to build matrix

2020-04-12 Thread GitBox
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

[GitHub] [synapse] isudana commented on a change in pull request #41: Add retry interval feature

2020-04-20 Thread GitBox
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

[GitHub] [synapse] shafreenAnfar commented on a change in pull request #41: Add retry interval feature

2020-04-20 Thread GitBox
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

[GitHub] [synapse] shafreenAnfar commented on a change in pull request #41: Add retry interval feature

2020-04-20 Thread GitBox
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

[GitHub] [synapse] shafreenAnfar opened a new pull request #43: Add documentation for retry.interval feature

2020-04-24 Thread GitBox
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,

[GitHub] [synapse] shafreenAnfar opened a new pull request #44: Add different OSs and JDKs

2020-04-29 Thread GitBox
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. -

[GitHub] [synapse] shafreenAnfar opened a new pull request #45: Fix the issue of not invoking fault-sequence

2020-05-02 Thread GitBox
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. --

[GitHub] [synapse] vanjikumaran commented on a change in pull request #43: Add documentation for retry.interval feature

2020-05-10 Thread GitBox
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

[GitHub] [synapse] isudana merged pull request #45: Fix the issue of not invoking fault-sequence

2020-05-17 Thread GitBox
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

[GitHub] [synapse] shafreenAnfar opened a new pull request #46: Add consume one message at a time feature

2020-07-11 Thread GitBox
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

[GitHub] [synapse] shafreenAnfar opened a new pull request #47: Add documentation for consume.all property of Message Forwarding Processor

2020-07-25 Thread GitBox
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

[GitHub] [synapse] isudana merged pull request #47: Add documentation for consume.all property of Message Forwarding Processor

2020-08-20 Thread GitBox
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

[GitHub] [synapse] isudana merged pull request #46: Add consume one message at a time feature

2020-08-20 Thread GitBox
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

[GitHub] [synapse] shafreenAnfar opened a new pull request #48: Fix the daily build

2020-08-24 Thread GitBox
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.

[GitHub] [synapse] vanjikumaran merged pull request #48: Fix the daily build

2020-08-24 Thread GitBox
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

[GitHub] [synapse] shafreenAnfar opened a new pull request #49: Fix the build

2020-09-16 Thread GitBox
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

[GitHub] [synapse] isudana merged pull request #49: Fix the build

2020-09-17 Thread GitBox
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

[GitHub] [synapse] shafreenAnfar opened a new pull request #51: Remove the Jenkins build badge from ReadMe

2020-11-07 Thread GitBox
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

[GitHub] [synapse] veithen merged pull request #51: Remove the Jenkins build badge from ReadMe

2020-11-08 Thread GitBox
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

[GitHub] [synapse] isudana merged pull request #50: Improving how Target Endpoint is Associated with Message Forwarding Processor

2020-11-09 Thread GitBox
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   2   3   >