[Dev] [Announce] [Architecture] WSO2 Stream Processor 4.3.0 Released!

2018-10-10 Thread Dilini Muthumala
WSO2 Stream Processor 4.3.0 Released! WSO2 Stream Processor team is pleased to announce the release of version 4.3.0 of the WSO2 Stream Processor. WSO2 Stream Processor is an open source embodiment of the WSO2 Analytics platform, of which the real-time, incremental & intelligent data processing

Re: [Dev] [Announce] [Architecture] WSO2 Product Installation Resources Released!!!

2018-10-10 Thread Chiranga Alwis
Hi Youcef, Currently, we have created Kubernetes resources for only patterns 1 and 2 of WSO2 API Manager 2.6.0. Kubernetes resources for WSO2 API Manager patterns 3 and 4 are only available for version 2.1.0 [1] at the moment. Kubernetes resources for patterns 3 and 4 for the latest versions of

[Dev] WSO2 Identity Server 5.7.0 Released!

2018-10-10 Thread Nuwandi Wickramasinghe
The WSO2 Identity Server team is pleased to announce the release of WSO2 Identity Server version 5.7.0. The WSO2 Identity Server is a uniquely extensible, open source IAM product optimized for identity federation and SSO with comprehensive support for adaptive and strong authentication. It

[Dev] WSO2 API Manager 2.6.0 Released!

2018-10-10 Thread Fazlan Nazeem
WSO2 API Manager 2.6.0 Released! The WSO2 API Manager team is pleased to announce the release of version 2.6.0 of WSO2 API Manager. WSO2 API Manager is a platform for creating, managing, consuming and monitoring APIs. It employs proven SOA best practices to solve a wide range of API management

Re: [Dev] Retry an Endpoint

2018-10-10 Thread Júnior
Hi Kamidu, but this retry, it will be done in the same request, or it is just a number of times the endpoint will be used before being set as suspended? At least this is what I understood from the documentation. Thanks, Em qua, 10 de out de 2018 às 10:11, Kamidu Sachith Punchihewa <

Re: [Dev] Retry an Endpoint

2018-10-10 Thread Kamidu Sachith Punchihewa
Hi Junior, You have the ability to configure the retry option and count when creating the endpoint. Please refer the below sample configuration, http://ws.apache.org/ns/synapse; name="sample"> >http://localhost:8080/sample/echo;> > > 1.0 > > > 5 >

Re: [Dev] WSO2 API Manager 2.6.0 Released!

2018-10-10 Thread Chamila Adhikarinayake
+ announce On Wed, Oct 10, 2018 at 2:12 PM, Fazlan Nazeem wrote: > WSO2 API Manager 2.6.0 Released! > The WSO2 API Manager team is pleased to announce the release of version > 2.6.0 of WSO2 API Manager. > > WSO2 API Manager is a platform for creating, managing, consuming and > monitoring APIs.

Re: [Dev] [3.0.0] - JWT Token Generation in API Manager

2018-10-10 Thread Pubudu Gunatilaka
Hi Tharindu, On Tue, Oct 9, 2018 at 5:37 PM Tharindu Dharmarathna wrote: > Hi All, >> >> *Problem* >> >> In order to generate token as JWT for specific applications, we need to >> switch the Token Generation implementation according to some application >> level property. >> >> *Solutions* >> >>

[Dev] [IS 560] Adaptive authentication - How to handle retry scenarios

2018-10-10 Thread Hasitha De Silva
Hi, I'm having some trouble trying to simulate the login failure scenarios with conditional auth scripts. What is the ideal way to enforce the script to retry login attempts ? Right now my script is as below; function onLoginRequest(context) { executeStep(1, { onSuccess:

[Dev] Dynamic Max Records on DSS

2018-10-10 Thread Júnior
Hello, I have a DSS Service that calls a stored procedure and this procedure can return a huge result set 10k+ records. I saw in the documentation we can set Max Rows property in the query to control how many records it will return. Is it possible to define this property in runtime, I mean by

Re: [Dev] Upgrading C4 OSGi to support Java 10

2018-10-10 Thread Tharindu Wijewardane
Hi Ruwan, Will you be able to create following new branches. Once created I will send PRs to those new branches. WSO2 repo Base branch New branch maven-tools master master_java10 carbon-kernel 4.4.x 4.4.x_java10 carbon-metrics 1.x.x 1.x.x_java10 carbon-apimgt 6.x 6.x_java10

Re: [Dev] Upgrading C4 OSGi to support Java 10

2018-10-10 Thread Ruwan Abeykoon
Hi All, Created https://github.com/wso2/carbon-kernel/tree/4.4.x_java10 I do not have permission to following repos. I added respective owners on this tread. maven-tools carbon-metrics carbon-apimgt product-apim Cheers, Ruwan On Thu, Oct 11, 2018 at 10:42 AM Tharindu Wijewardane wrote: > Hi

[Dev] [IAM] Loading Function Libraries to Authentication Scripts

2018-10-10 Thread Anuradha Karunarathna
Hi All, I’m working on a project to use function libraries in adaptive authentication scripts and a component to manage function libraries(add/list/delete/edit/export/import) [1]. I have implemented a carbon component to manage function libraries with add/list/delete and edit features[2]. Then,