[GitHub] [synapse] n-jay opened a new pull request, #79: Add environment variable injection for LoadBalance endpoints

2023-02-16 Thread via GitHub
n-jay opened a new pull request, #79: URL: https://github.com/apache/synapse/pull/79 ## Purpose Add environment variable injection capability to LoadBalance endpoints. ## Approach Amended `AddressEndpointFactory` classes to extract environment variables via `System.getenv()` bas

[GitHub] [synapse] isudana commented on pull request #79: Add environment variable injection for LoadBalance endpoints

2023-03-02 Thread via GitHub
isudana commented on PR #79: URL: https://github.com/apache/synapse/pull/79#issuecomment-1451958028 This just adds a test case, isn't it? -- 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 spec

[GitHub] [synapse] n-jay commented on pull request #79: Add environment variable injection for LoadBalance endpoints

2023-03-02 Thread via GitHub
n-jay commented on PR #79: URL: https://github.com/apache/synapse/pull/79#issuecomment-1452022077 Yup. Just to indicate that variable injection works with load balancing for static endpoints -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [synapse] n-jay merged pull request #79: Add environment variable injection for LoadBalance endpoints

2023-03-02 Thread via GitHub
n-jay merged PR #79: URL: https://github.com/apache/synapse/pull/79 -- 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 specific comment. To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org

[GitHub] [synapse] n-jay opened a new pull request, #80: Move config method to SynapseConfigUtils

2023-03-02 Thread via GitHub
n-jay opened a new pull request, #80: URL: https://github.com/apache/synapse/pull/80 ## Purpose Move `fetchEnvironmentVariables` method to `SynapseConfigUtils` class and remove redundant `ConfigUtils` class. ## Related PRs Initial `ConfigUtils` implementation done in PR htt

[GitHub] [synapse] isudana merged pull request #80: Move config method to SynapseConfigUtils

2023-03-03 Thread via GitHub
isudana merged PR #80: URL: https://github.com/apache/synapse/pull/80 -- 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 specific comment. To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org

[GitHub] [synapse] n-jay opened a new pull request, #81: Add unit tests for environment variable injection in RecipientList endpoints

2023-03-20 Thread via GitHub
n-jay opened a new pull request, #81: URL: https://github.com/apache/synapse/pull/81 ## Purpose Add unit tests for variable injection capability in RecipientList endpoints. ## Approach Added new unit test to `RecipientListEndpointSerializationTest` class. It builds on the work a

[GitHub] [synapse] n-jay opened a new pull request, #82: Update parent pom version

2023-04-11 Thread via GitHub
n-jay opened a new pull request, #82: URL: https://github.com/apache/synapse/pull/82 ## Purpose Changes in parent pom related to new release ## Release note Bump Synapse version to 29 -- This is an automated message from the Apache Git Service. To resp

[GitHub] [synapse] veithen merged pull request #82: Update parent pom version

2023-04-11 Thread via GitHub
veithen merged PR #82: URL: https://github.com/apache/synapse/pull/82 -- 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 specific comment. To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org

[GitHub] [synapse] n-jay opened a new pull request, #83: Update installation instruction docs

2023-04-27 Thread via GitHub
n-jay opened a new pull request, #83: URL: https://github.com/apache/synapse/pull/83 ## Purpose Update installation instruction doc [page](https://synapse.apache.org/userguide/installation.html) with latest Java version and mention Github repo. -- This is an automated message from

[GitHub] [synapse] isudana merged pull request #83: Update installation instruction docs

2023-04-27 Thread via GitHub
isudana merged PR #83: URL: https://github.com/apache/synapse/pull/83 -- 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 specific comment. To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org

[GitHub] [synapse] shafreenAnfar opened a new pull request, #84: Revert [maven-release-plugin] prepare for next development iteration

2023-05-04 Thread via GitHub
shafreenAnfar opened a new pull request, #84: URL: https://github.com/apache/synapse/pull/84 Need to redo the release. -- 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 sp

[GitHub] [synapse] isudana merged pull request #84: Revert [maven-release-plugin] prepare for next development iteration

2023-05-04 Thread via GitHub
isudana merged PR #84: URL: https://github.com/apache/synapse/pull/84 -- 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 specific comment. To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org

[GitHub] [synapse] shafreenAnfar opened a new pull request, #85: Revert [maven-release-plugin] prepare release Apache-Synapse-3.0.2

2023-05-04 Thread via GitHub
shafreenAnfar opened a new pull request, #85: URL: https://github.com/apache/synapse/pull/85 Reverting as we do another release. -- 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 t

[GitHub] [synapse] isudana merged pull request #85: Revert [maven-release-plugin] prepare release Apache-Synapse-3.0.2

2023-05-04 Thread via GitHub
isudana merged PR #85: URL: https://github.com/apache/synapse/pull/85 -- 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 specific comment. To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org

[GitHub] [synapse] shafreenAnfar opened a new pull request, #86: Remove xerces

2023-05-04 Thread via GitHub
shafreenAnfar opened a new pull request, #86: URL: https://github.com/apache/synapse/pull/86 Remove xerces as we no longer need it. -- 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] isudana merged pull request #86: Remove xerces

2023-05-04 Thread via GitHub
isudana merged PR #86: URL: https://github.com/apache/synapse/pull/86 -- 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 specific comment. To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org

[GitHub] [synapse] shafreenAnfar opened a new pull request, #87: Revert [maven-release-plugin] prepare release Apache-Synapse-3.0.2

2023-05-04 Thread via GitHub
shafreenAnfar opened a new pull request, #87: URL: https://github.com/apache/synapse/pull/87 Reverting as release:prepare command failed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [synapse] isudana merged pull request #87: Revert [maven-release-plugin] prepare release Apache-Synapse-3.0.2

2023-05-04 Thread via GitHub
isudana merged PR #87: URL: https://github.com/apache/synapse/pull/87 -- 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 specific comment. To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org

[GitHub] [synapse] dependabot[bot] opened a new pull request, #88: Bump org.codehaus.plexus:plexus-utils from 1.5.4 to 3.0.24

2023-09-26 Thread via GitHub
dependabot[bot] opened a new pull request, #88: URL: https://github.com/apache/synapse/pull/88 Bumps [org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 1.5.4 to 3.0.24. Commits https://github.com/codehaus-plexus/plexus-utils/commit/fd36d8b

[GitHub] [synapse] dependabot[bot] commented on pull request #72: Bump plexus-utils from 1.5.4 to 3.0.16

2023-09-26 Thread via GitHub
dependabot[bot] commented on PR #72: URL: https://github.com/apache/synapse/pull/72#issuecomment-1736178455 Superseded by #88. -- 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 specific comment

[GitHub] [synapse] dependabot[bot] closed pull request #72: Bump plexus-utils from 1.5.4 to 3.0.16

2023-09-26 Thread via GitHub
dependabot[bot] closed pull request #72: Bump plexus-utils from 1.5.4 to 3.0.16 URL: https://github.com/apache/synapse/pull/72 -- 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 specific comment. T

[PR] [WIP] Add support for JDBC & resequencing message stores [synapse]

2023-11-18 Thread via GitHub
pamod opened a new pull request, #89: URL: https://github.com/apache/synapse/pull/89 ## Purpose The intention is to allow persistence layer to be more volatile so that the following EIP patterns could be accomplished through synapse - Guaranteed delivery EIP (https://www.enter

[PR] Bump derby.version from 10.4.2.0 to 10.15.1.3 [synapse]

2023-11-20 Thread via GitHub
dependabot[bot] opened a new pull request, #90: URL: https://github.com/apache/synapse/pull/90 Bumps `derby.version` from 10.4.2.0 to 10.15.1.3. Updates `org.apache.derby:derby` from 10.4.2.0 to 10.15.1.3 Updates `org.apache.derby:derbyclient` from 10.4.2.0 to 10.15.1.3 Updat

Re: [PR] Bump derby from 10.4.2.0 to 10.14.2.0 [synapse]

2023-11-20 Thread via GitHub
dependabot[bot] closed pull request #71: Bump derby from 10.4.2.0 to 10.14.2.0 URL: https://github.com/apache/synapse/pull/71 -- 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 specific comment. To

Re: [PR] Bump derby from 10.4.2.0 to 10.14.2.0 [synapse]

2023-11-20 Thread via GitHub
dependabot[bot] commented on PR #71: URL: https://github.com/apache/synapse/pull/71#issuecomment-1819973365 Superseded by #90. -- 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 specific comment

[PR] Bump commons.cli.version from 1.2 to 1.9.0 & Update deprecated CommandLineParser implementation [synapse]

2024-09-08 Thread via GitHub
R4JxF60 opened a new pull request, #91: URL: https://github.com/apache/synapse/pull/91 ## Purpose * Bump commons.cli.version from 1.2 to 1.9.0 * Update deprecated GnuParse CommandLineParser implementation to DefaultParse implementation. -- This is an automated message from the A

[PR] Initial implmentation of Synapse in GO [synapse-go]

2025-01-01 Thread via GitHub
GDLMadushanka opened a new pull request, #1: URL: https://github.com/apache/synapse-go/pull/1 Added API/Endpoint deployers and the minimal working implementation of Call, Log, PayloadFactory and Respond mediators -- This is an automated message from the Apache Git Service. To respond t

Re: [PR] Initial implmentation of Synapse in GO [synapse-go]

2025-01-07 Thread via GitHub
asanka88 commented on code in PR #1: URL: https://github.com/apache/synapse-go/pull/1#discussion_r1906374389 ## internal/app/synapse/synapse.go: ## @@ -0,0 +1,50 @@ +/* +Copyright 2025 The Synapse Authors +Licensed under the Apache License, Version 2.0 (the "License"); +you may

Re: [PR] Initial implmentation of Synapse in GO [synapse-go]

2025-03-15 Thread via GitHub
isudana merged PR #2: URL: https://github.com/apache/synapse-go/pull/2 -- 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 specific comment. To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.or

[PR] Added file inbound endpoint implementation [synapse-go]

2025-03-18 Thread via GitHub
ThisaraWeerakoon opened a new pull request, #3: URL: https://github.com/apache/synapse-go/pull/3 This PR introduces a new inbound file endpoint, enabling the application to monitor a specified directory for the files and process them. Key features include: * **File Processing Actions

Re: [PR] Added file inbound endpoint implementation [synapse-go]

2025-03-18 Thread via GitHub
ThisaraWeerakoon closed pull request #3: Added file inbound endpoint implementation URL: https://github.com/apache/synapse-go/pull/3 -- 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 specific comm

[PR] Add API Handling and Dynamic HTTP Router [synapse-go]

2025-04-08 Thread via GitHub
ThisaraWeerakoon opened a new pull request, #6: URL: https://github.com/apache/synapse-go/pull/6 **Description** This PR adds API handling capabilities to the Synapse Go implementation, including a flexible HTTP router with versioning support, robust validation, and graceful shutdown

Re: [PR] Added file inbound endpoint implementation [synapse-go]

2025-04-20 Thread via GitHub
isudana merged PR #3: URL: https://github.com/apache/synapse-go/pull/3 -- 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 specific comment. To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.or

Re: [PR] Add Configuration Management and Dynamic Logging [synapse-go]

2025-04-13 Thread via GitHub
isudana merged PR #4: URL: https://github.com/apache/synapse-go/pull/4 -- 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 specific comment. To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.or

[PR] Add CORS and Swagger Support to API. [synapse-go]

2025-05-04 Thread via GitHub
ThisaraWeerakoon opened a new pull request, #9: URL: https://github.com/apache/synapse-go/pull/9 This PR adds 1. Cross-Origin Resource Sharing(CORS) support to API by utilizing [rs/cors package](https://github.com/rs/cors) 2. Swagger API support (json and yaml formats) -- This is

[PR] Add http inbound endpoint [synapse-go]

2025-05-04 Thread via GitHub
ThisaraWeerakoon opened a new pull request, #10: URL: https://github.com/apache/synapse-go/pull/10 This PR adds 1. HTTP inbound endpoint implementation 2. Initial implementation of respond mediator 3. Graceful shutdown support for API related (main) HTTP server and http inbound rel

[PR] Add endpoint and class mediator [synapse-go]

2025-05-05 Thread via GitHub
ThisaraWeerakoon opened a new pull request, #11: URL: https://github.com/apache/synapse-go/pull/11 This PR adds: 1. Implementation of endpoint artifact 2. Implementation of class mediator. 3. Unit tests for each components -- This is an automated message from the Apache Git Servi

[PR] build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 [synapse-go]

2025-05-01 Thread via GitHub
dependabot[bot] opened a new pull request, #7: URL: https://github.com/apache/synapse-go/pull/7 Bumps [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) from 5.2.1 to 5.2.2. Release notes Sourced from https://github.com/golang-jwt/jwt/releases";>github.com/golang-jwt

[PR] build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 [synapse-go]

2025-05-01 Thread via GitHub
dependabot[bot] opened a new pull request, #8: URL: https://github.com/apache/synapse-go/pull/8 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.37.0 to 0.38.0. Commits https://github.com/golang/net/commit/e1fcd82abba34df74614020343be8eb1fe85f0d9";>e1fcd82 html:

Re: [PR] Add API Handling and Dynamic HTTP Router [synapse-go]

2025-05-01 Thread via GitHub
isudana merged PR #6: URL: https://github.com/apache/synapse-go/pull/6 -- 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 specific comment. To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.or

Re: [PR] Initial implmentation of Synapse in GO [synapse-go]

2025-03-01 Thread via GitHub
GDLMadushanka closed pull request #1: Initial implmentation of Synapse in GO URL: https://github.com/apache/synapse-go/pull/1 -- 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 specific comment. To

[PR] Initial implmentation of Synapse in GO [synapse-go]

2025-03-01 Thread via GitHub
GDLMadushanka opened a new pull request, #2: URL: https://github.com/apache/synapse-go/pull/2 Adding the initial implementation of synapse in golang. Using the hexagonal architecure to ensure extendability. Added the initial functionality of inbound endpoints. -- This is an automated

Re: [PR] Initial implmentation of Synapse in GO [synapse-go]

2025-03-06 Thread via GitHub
isudana commented on code in PR #2: URL: https://github.com/apache/synapse-go/pull/2#discussion_r1984163645 ## cmd/synapse/main.go: ## @@ -0,0 +1,28 @@ +/* +Copyright 2025 The Synapse Authors Review Comment: Can we make sure this is the same one we have in the Synapse repo?

Re: [PR] Initial implmentation of Synapse in GO [synapse-go]

2025-03-06 Thread via GitHub
GDLMadushanka commented on code in PR #2: URL: https://github.com/apache/synapse-go/pull/2#discussion_r1984345223 ## cmd/synapse/main.go: ## @@ -0,0 +1,28 @@ +/* +Copyright 2025 The Synapse Authors Review Comment: +1 fixed in [e1da357](https://github.com/apache/synapse-go/p

[PR] Add ftp connection fileinbound [synapse-go]

2025-03-28 Thread via GitHub
ThisaraWeerakoon opened a new pull request, #5: URL: https://github.com/apache/synapse-go/pull/5 # Extend File Inbound Endpoint with Local File and Secure Protocols ## Description This pull request extends the existing file inbound endpoint to support local file system operatio

[PR] Add Comprehensive Developer Documentation [synapse-go]

2025-05-20 Thread via GitHub
ThisaraWeerakoon opened a new pull request, #12: URL: https://github.com/apache/synapse-go/pull/12 ## Add Comprehensive Developer Documentation This PR adds detailed developer documentation for the Apache Synapse Go implementation. The documentation is designed to help developers unde