From bbc9bb87ba2d70011974611f02fae3a5766dfb20 Mon Sep 17 00:00:00 2001 From: cjpannila Date: Fri, 15 Nov 2019 15:52:35 +0530 Subject: [PATCH 01/14] version change to 4.1.0 --- modules/distribution/pom.xml | 2 +- modules/distribution/product/pom.xml | 2 +- modules/p2-profile/pom.xml | 2 +- modules/p2-profile/product/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index e65fa5ff..134d475e 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -22,7 +22,7 @@ com.wso2telco.product.dep dep-product-parent - 4.0.1-SNAPSHOT + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/modules/distribution/product/pom.xml b/modules/distribution/product/pom.xml index 27e044ff..e26bfa78 100644 --- a/modules/distribution/product/pom.xml +++ b/modules/distribution/product/pom.xml @@ -22,7 +22,7 @@ com.wso2telco.product.dep am-distribution-parent - 4.0.1-SNAPSHOT + 4.1.0-SNAPSHOT ../pom.xml diff --git a/modules/p2-profile/pom.xml b/modules/p2-profile/pom.xml index 368d80be..032c640b 100644 --- a/modules/p2-profile/pom.xml +++ b/modules/p2-profile/pom.xml @@ -22,7 +22,7 @@ com.wso2telco.product.dep dep-product-parent - 4.0.1-SNAPSHOT + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/modules/p2-profile/product/pom.xml b/modules/p2-profile/product/pom.xml index 15170726..e78ad226 100644 --- a/modules/p2-profile/product/pom.xml +++ b/modules/p2-profile/product/pom.xml @@ -61,7 +61,7 @@ com.wso2telco.product.dep am-p2-profile-gen-parent - 4.0.1-SNAPSHOT + 4.1.0-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index f2eee155..8bf410ba 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ com.wso2telco.product.dep dep-product-parent pom - 4.0.1-SNAPSHOT + 4.1.0-SNAPSHOT WSO2 Telco HUB - Aggregator Module http://wso2.com/products/api-manager WSO2Telco Digital Enablement Hub From 5424a98f9f16bddb136b6add780173b55973f52b Mon Sep 17 00:00:00 2001 From: cjpannila Date: Thu, 26 Mar 2020 07:38:53 +0530 Subject: [PATCH 02/14] core and dep version change --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 8bf410ba..5660509f 100644 --- a/pom.xml +++ b/pom.xml @@ -49,10 +49,10 @@ - 3.0.1-SNAPSHOT - 2.4.5 + 3.0.2-SNAPSHOT + 2.4.6-SNAPSHOT 2.1.2-SNAPSHOT - 3.0.1.SNAPSHOT + 3.0.2.SNAPSHOT 2.1.2.SNAPSHOT 6.0.4 From 095e61326842b48f7179a7acebcd35052bd92fed Mon Sep 17 00:00:00 2001 From: Dumidu Karunarathna Date: Thu, 9 Jul 2020 12:28:45 +0530 Subject: [PATCH 03/14] Amdox IGW initial commit --- modules/distribution/product/pom.xml | 2 +- .../distribution/product/src/main/assembly/bin.xml | 14 ++++++++++++++ modules/p2-profile/product/pom.xml | 6 ++++++ 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/modules/distribution/product/pom.xml b/modules/distribution/product/pom.xml index e26bfa78..8cac6036 100644 --- a/modules/distribution/product/pom.xml +++ b/modules/distribution/product/pom.xml @@ -186,7 +186,7 @@ - + diff --git a/modules/distribution/product/src/main/assembly/bin.xml b/modules/distribution/product/src/main/assembly/bin.xml index ea8a9046..7d0847aa 100644 --- a/modules/distribution/product/src/main/assembly/bin.xml +++ b/modules/distribution/product/src/main/assembly/bin.xml @@ -471,7 +471,21 @@ 644 + + + ../../p2-profile/product/target/features/hub-core/config/ip-validation.properties + + wso2telcohub-${pom.version}/repository/conf + 644 + + + + ../../p2-profile/product/target/features/hub-core/config/noauth-validation.properties + + wso2telcohub-${pom.version}/repository/conf + 644 + - + From de8084672f07dc089da59aa1b7ad415b153ad304 Mon Sep 17 00:00:00 2001 From: Dumidu Karunarathna Date: Tue, 21 Jul 2020 15:09:27 +0530 Subject: [PATCH 05/14] Custom token API --- .../default/api/_CustomTokenType1_.xml | 103 ++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 modules/distribution/product/src/main/conf/synapse-configs/default/api/_CustomTokenType1_.xml diff --git a/modules/distribution/product/src/main/conf/synapse-configs/default/api/_CustomTokenType1_.xml b/modules/distribution/product/src/main/conf/synapse-configs/default/api/_CustomTokenType1_.xml new file mode 100644 index 00000000..2f374331 --- /dev/null +++ b/modules/distribution/product/src/main/conf/synapse-configs/default/api/_CustomTokenType1_.xml @@ -0,0 +1,103 @@ + + + + + + + + + + + + +
+ + + + + + { + "grant_type" : "$1" + } + + + + + + + + + + + + + + + + 60000 + fault + + + + + + + + + + + + + + + From 31450ca2be81c39b6534c36b347fcd702e368503 Mon Sep 17 00:00:00 2001 From: chathurabuddi Date: Fri, 31 Jul 2020 15:48:50 +0530 Subject: [PATCH 06/14] super token conf file added. Ref INTGW-1110 --- modules/distribution/product/src/main/assembly/bin.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/distribution/product/src/main/assembly/bin.xml b/modules/distribution/product/src/main/assembly/bin.xml index 7d0847aa..994f4ba1 100644 --- a/modules/distribution/product/src/main/assembly/bin.xml +++ b/modules/distribution/product/src/main/assembly/bin.xml @@ -437,6 +437,14 @@ 644 + + + ../../p2-profile/product/target/features/hub-core/config/super-token-conf.properties + + wso2telcohub-${pom.version}/repository/conf + 644 + + From 57103b3cc9af9bb2bdf12a691e628a38a478dff4 Mon Sep 17 00:00:00 2001 From: chathurabuddi Date: Thu, 20 Aug 2020 13:15:03 +0530 Subject: [PATCH 07/14] response filter mediation added as a API wise Message Mediation Policy. Ref INTGW-1110 --- .../resources/customsequences/out/response_filter.xml | 4 ++++ modules/p2-profile/product/pom.xml | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 modules/distribution/resources/customsequences/out/response_filter.xml diff --git a/modules/distribution/resources/customsequences/out/response_filter.xml b/modules/distribution/resources/customsequences/out/response_filter.xml new file mode 100644 index 00000000..6a5ce959 --- /dev/null +++ b/modules/distribution/resources/customsequences/out/response_filter.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/modules/p2-profile/product/pom.xml b/modules/p2-profile/product/pom.xml index 7f77cab5..cb4b3b1c 100644 --- a/modules/p2-profile/product/pom.xml +++ b/modules/p2-profile/product/pom.xml @@ -186,6 +186,9 @@ com.wso2telco.dep:com.wso2telco.dep.noauth.handler.feature:${com.wso2telco.dep.version} + + com.wso2telco.dep:com.wso2telco.dep.responsefilter.feature:${com.wso2telco.dep.version} + From 7750637fb8ab033bafcf0103bfc37adb27b26ddd Mon Sep 17 00:00:00 2001 From: udithad Date: Tue, 13 Oct 2020 13:49:34 +0530 Subject: [PATCH 08/14] INTGW-1173:Changing the WUM Pack with TS-1588256020350 --- modules/distribution/product/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/distribution/product/pom.xml b/modules/distribution/product/pom.xml index e26bfa78..8024dd26 100644 --- a/modules/distribution/product/pom.xml +++ b/modules/distribution/product/pom.xml @@ -186,7 +186,7 @@ - + From 32198e252b9bf68a173f1c4479c8a38fdd2c6e6c Mon Sep 17 00:00:00 2001 From: chathurabuddi Date: Fri, 23 Oct 2020 16:25:42 +0530 Subject: [PATCH 09/14] workflow logs configurations added. INTGW-1166 --- modules/distribution/product/src/main/conf/log4j.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/distribution/product/src/main/conf/log4j.properties b/modules/distribution/product/src/main/conf/log4j.properties index dedea02f..35d93adf 100644 --- a/modules/distribution/product/src/main/conf/log4j.properties +++ b/modules/distribution/product/src/main/conf/log4j.properties @@ -50,6 +50,7 @@ log4j.logger.de.hunsicker.jalopy.io=FATAL log4j.logger.com.wso2telco.dep=INFO log4j.logger.com.wso2telco.hub=INFO log4j.logger.com.wso2telco.dep.apimlogging=INFO +log4j.logger.com.wso2telco.workflow=INFO # uncomment the following logs to see HTTP headers and messages #log4j.logger.org.apache.synapse.transport.http.headers=DEBUG From 72bab3ccf8f8360080729cfc87204af2a1346ecc Mon Sep 17 00:00:00 2001 From: chathurabuddi Date: Tue, 10 Nov 2020 16:22:14 +0530 Subject: [PATCH 10/14] release preparation --- README.md | 24 ++++++++++++++---------- release-notes.html | 32 +++++++++++++++++++++++--------- 2 files changed, 37 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index c4fcec49..3bae8e25 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# APIGATE Accelerator Platform +# AXP Accelerator Platform --- @@ -10,7 +10,7 @@ --- -APIGATE Accelerator Platform (Apigate AXP) is an API management and monetization +AXP Accelerator Platform (AXP) is an API management and monetization platform which supports all aspects of an API business, including creating, publishing, consuming, discovery and monetization of APIs. @@ -19,7 +19,11 @@ Key Features Internal Gateway Features ------------------------- -1. +1. Custom TOKEN API Implementation +2. Custom Authentication Handler Implementation +3. Custom JWT token implementation +4. Admin Portal +5. Traffic Manager System Requirements ================================== @@ -31,7 +35,7 @@ System Requirements with MS IE 7. In addition to JavaScript, ActiveX should also be enabled with IE. This can be achieved by setting your security level to medium or lower. -5. To build APIGATE AXP from the Source distribution, it is necessary that you have +5. To build AXP from the Source distribution, it is necessary that you have JDK 1.8 version and Maven 3.3.9 Installation & Running @@ -48,7 +52,7 @@ Documentation ============== On-line product documentation is available at: - https://docs.apigate.com/display/MI/INT-GW-4.0.1 + https://docs.apigate.com/display/MI/INT-GW-4.1.0 Support ================================== @@ -58,12 +62,12 @@ supported from evaluation to production. Our unique approach ensures that all su leverages our open development methodology and is provided by the very same engineers who build the technology. -For additional support information please refer to [Apigate Support](https://support.wso2telco.com) +For additional support information please refer to [AXP Support](https://aifel.atlassian.net) -Known issues of APIGATE AXP INTERNAL GATEWAY +Known issues of AXP INTERNAL GATEWAY ===================================== -All the open issues pertaining to APIGATE AXP INTERNAL GATEWAY 4.0.1 : +All the open issues pertaining to AXP INTERNAL GATEWAY 4.1.0 : https://jira.wso2telco.com/jira/browse/** @@ -73,7 +77,7 @@ Issue Tracker Help us make our software better. Please submit any bug reports or feature requests through the WSO2Telco JIRA system: - https://jira.wso2telco.com/jira/projects/INTGW/issues + https://aifel.atlassian.net/projects/INTGW/issues ### Big Thanks @@ -83,4 +87,4 @@ Cross-browser Testing Platform and Open Source ❤ Provided by -------------------------------------------------------------------------------- -(c) Copyright 2019 Apigate. \ No newline at end of file +(c) Copyright 2020 AXP. \ No newline at end of file diff --git a/release-notes.html b/release-notes.html index 2b76f9f9..c97f5457 100644 --- a/release-notes.html +++ b/release-notes.html @@ -21,19 +21,19 @@ - APIGATE AXP INTERNAL GATEWAY 4.0.1 + AXP INTERNAL GATEWAY 4.1.0
-

APIGATE AXP INTERNAL GATEWAY 4.0.1 Released!

+

AXP INTERNAL GATEWAY 4.1.0 Released!

- The Apigate team is pleased to announce the release of version 4.0.1 of - the Open Source APIGATE AXP Internal Gateway. + The AXP team is pleased to announce the release of version 4.1.0 of + the Open Source AXP Internal Gateway.

- APIGATE AXP (Accelerator Platform) INTERNAL GATEWAY is an API management and monetization platform which supports all + AXP (Accelerator Platform) INTERNAL GATEWAY is an API management and monetization platform which supports all aspects of an API business, including creating, publishing, consuming, discovery and monetization of APIs.

@@ -51,12 +51,26 @@

How to Run

-

Key Features of Apigate AXP Internal Gateway

+

Key Features of AXP Internal Gateway

    +
  • Custom TOKEN API Implementation
  • +
  • Custom Authentication Handler Implementation
  • +
  • Custom JWT token implementation
  • +
  • Admin Portal
  • +
  • Traffic Manager

Known Issues

How You Can Contribute

@@ -66,7 +80,7 @@

We encourage you to report issues, documentation faults and feature requests regarding - APIGATE AXP Internal Gateway through the public Apigate AXP Internal Gateway Jira. + AXP Internal Gateway through the public AXP Internal Gateway Jira.

Support

@@ -78,11 +92,11 @@

Support

For more details and to take advantage of this unique opportunity please - visit apigate support. + visit AXP support.

- -- The Apigate Team -- + -- The AXP Team --

From af3716efe97a5871d363e621145b08fc1b755aa6 Mon Sep 17 00:00:00 2001 From: udithad Date: Tue, 10 Nov 2020 12:52:23 +0000 Subject: [PATCH 11/14] Pre release changes --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 5660509f..ae89d831 100644 --- a/pom.xml +++ b/pom.xml @@ -49,11 +49,11 @@ - 3.0.2-SNAPSHOT - 2.4.6-SNAPSHOT - 2.1.2-SNAPSHOT - 3.0.2.SNAPSHOT - 2.1.2.SNAPSHOT + 3.0.3 + 2.4.7 + 2.1.4 + 3.0.3 + 2.1.4 6.0.4 [6.0.0, 7.0.0) From 089eb12c5a223b003bbe1cf837484c3c17fa4d0e Mon Sep 17 00:00:00 2001 From: udithad Date: Tue, 10 Nov 2020 13:00:27 +0000 Subject: [PATCH 12/14] [maven-release-plugin] prepare release v4_1_0 --- modules/distribution/pom.xml | 2 +- modules/distribution/product/pom.xml | 2 +- modules/p2-profile/pom.xml | 2 +- modules/p2-profile/product/pom.xml | 2 +- pom.xml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index 134d475e..6fb7f954 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -22,7 +22,7 @@ com.wso2telco.product.dep dep-product-parent - 4.1.0-SNAPSHOT + 4.1.0 ../../pom.xml diff --git a/modules/distribution/product/pom.xml b/modules/distribution/product/pom.xml index 8024dd26..8b6f7e47 100644 --- a/modules/distribution/product/pom.xml +++ b/modules/distribution/product/pom.xml @@ -22,7 +22,7 @@ com.wso2telco.product.dep am-distribution-parent - 4.1.0-SNAPSHOT + 4.1.0 ../pom.xml diff --git a/modules/p2-profile/pom.xml b/modules/p2-profile/pom.xml index 032c640b..8abb2cda 100644 --- a/modules/p2-profile/pom.xml +++ b/modules/p2-profile/pom.xml @@ -22,7 +22,7 @@ com.wso2telco.product.dep dep-product-parent - 4.1.0-SNAPSHOT + 4.1.0 ../../pom.xml diff --git a/modules/p2-profile/product/pom.xml b/modules/p2-profile/product/pom.xml index cb4b3b1c..337a4371 100644 --- a/modules/p2-profile/product/pom.xml +++ b/modules/p2-profile/product/pom.xml @@ -61,7 +61,7 @@ com.wso2telco.product.dep am-p2-profile-gen-parent - 4.1.0-SNAPSHOT + 4.1.0 ../pom.xml diff --git a/pom.xml b/pom.xml index ae89d831..a42d94f8 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ com.wso2telco.product.dep dep-product-parent pom - 4.1.0-SNAPSHOT + 4.1.0 WSO2 Telco HUB - Aggregator Module http://wso2.com/products/api-manager WSO2Telco Digital Enablement Hub @@ -202,7 +202,7 @@ https://github.com/WSO2Telco/product-hub.git scm:git:https://github.com/WSO2Telco/product-hub.git scm:git:https://github.com/WSO2Telco/product-hub.git - HEAD + v4_1_0 From dc9861d510ca91a1d8d6b576e527e43ff1ee5a1e Mon Sep 17 00:00:00 2001 From: udithad Date: Tue, 10 Nov 2020 13:01:30 +0000 Subject: [PATCH 13/14] [maven-release-plugin] prepare for next development iteration --- modules/distribution/pom.xml | 2 +- modules/distribution/product/pom.xml | 2 +- modules/p2-profile/pom.xml | 2 +- modules/p2-profile/product/pom.xml | 2 +- pom.xml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index 6fb7f954..87b3f8a7 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -22,7 +22,7 @@ com.wso2telco.product.dep dep-product-parent - 4.1.0 + 4.1.1-SNAPSHOT ../../pom.xml diff --git a/modules/distribution/product/pom.xml b/modules/distribution/product/pom.xml index 8b6f7e47..1cf79b16 100644 --- a/modules/distribution/product/pom.xml +++ b/modules/distribution/product/pom.xml @@ -22,7 +22,7 @@ com.wso2telco.product.dep am-distribution-parent - 4.1.0 + 4.1.1-SNAPSHOT ../pom.xml diff --git a/modules/p2-profile/pom.xml b/modules/p2-profile/pom.xml index 8abb2cda..5719d460 100644 --- a/modules/p2-profile/pom.xml +++ b/modules/p2-profile/pom.xml @@ -22,7 +22,7 @@ com.wso2telco.product.dep dep-product-parent - 4.1.0 + 4.1.1-SNAPSHOT ../../pom.xml diff --git a/modules/p2-profile/product/pom.xml b/modules/p2-profile/product/pom.xml index 337a4371..977b39f1 100644 --- a/modules/p2-profile/product/pom.xml +++ b/modules/p2-profile/product/pom.xml @@ -61,7 +61,7 @@ com.wso2telco.product.dep am-p2-profile-gen-parent - 4.1.0 + 4.1.1-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index a42d94f8..cb463971 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ com.wso2telco.product.dep dep-product-parent pom - 4.1.0 + 4.1.1-SNAPSHOT WSO2 Telco HUB - Aggregator Module http://wso2.com/products/api-manager WSO2Telco Digital Enablement Hub @@ -202,7 +202,7 @@ https://github.com/WSO2Telco/product-hub.git scm:git:https://github.com/WSO2Telco/product-hub.git scm:git:https://github.com/WSO2Telco/product-hub.git - v4_1_0 + HEAD From ce3a0811549212305b5af42198b649cf29de2e32 Mon Sep 17 00:00:00 2001 From: chathurabuddi Date: Mon, 16 Nov 2020 11:26:34 +0530 Subject: [PATCH 14/14] versions fixed in next development iteration --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index cb463971..645bfe5f 100644 --- a/pom.xml +++ b/pom.xml @@ -49,11 +49,11 @@ - 3.0.3 - 2.4.7 - 2.1.4 - 3.0.3 - 2.1.4 + 3.0.4-SNAPSHOT + 2.4.8-SNAPSHOT + 2.1.5-SNAPSHOT + 3.0.4.SNAPSHOT + 2.1.5.SNAPSHOT 6.0.4 [6.0.0, 7.0.0)