[Dev] CEP geo-dashboard code review notes

2014-09-30 Thread Kasun Thennakoon
Hi all,

Here I have summarize the suggestions in code review for CEP Geo-dashboard.

[1]: Use hasOwnProperty(key) in for-in loop to make sure that the key you
get is an actual property of an object, and doesn't come from the prototype.

[2]: Declared JavaScript variables explicitly with var statement.(use `var`
keyword within js functions to make variable local )

[3]: Associated methods to the object's prototype rather than defined into
the object constructor.

[4]: Eliminate using `JSON.stringify` when sending data through AJAX,
instead set header attribute content type to application/JSON and send data
as JSON

[5]: Add auto-reconnect mechanism if connection to web-socket fails over
the time.Gracefully handle when web-socket connection lost.

[6]: Store speed history data in HTML5 local storage
,other than keeping
them in JS array

[7]: Use options object to load user specific dynamic content such as ,
path colors, number of speed history points need to be displayed and etc .

[8]: Remove `breaks` when using `return` statement in switch.

[9]: Use common pop-up template DOM to show pop-up message when click on
markers rather than creating individual popups.

[10]: Change JS method name to appropriate one (i.e `getTileServers` to
`loadTileServers`)

[11]: Use dotted line for object path section joins.

[12]: Write method to convert `geoJSON.geometry.coordinates` standard to
Leaflet.LatLng format (Swap Latitude Longitude in
geoJSON.geometry.coordinates when use in Leaflet)

[13]: Remove try catch block in SpatialObject#update method and use if
condition to prevent getting exception

[14]: Use log.info/log.debug when outputting errors rather than printing
them.

[15]: Change internal using jaggery library type(i.e commons.jag) to js and
require them in appropriately.

[16]: Use try catch finally when opening file

[17]: Use master data sources XML when creating data-source object

[18]: write mysql table creation script to create necessary mysql tables
when initializing the geo-dashboard app.

[19]: Use .json configuration files and require them in jaggery source, so
that it will automatically parse the content and return a JSON object.

Regards,
KasunT
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [Jmeter] Assign response parameter to a Jmeter variable

2016-03-04 Thread Kasun Thennakoon
Hi All,

I'm using Jmeter 2.6 for performance testing on Greg.
I want to do the $subject in JMeter, to update an asset by assetId as part
of CRUD operations. I couldn’t find an element to assign response parameter
to a jmeter internal variable.
Could some one suggest a method to $subject ?

Thanks,
-- 
*Kasun Thennakoon*
Software Engineer
WSO2, Inc.
Mobile:+94 711661919
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Jmeter] Assign response parameter to a Jmeter variable

2016-03-06 Thread Kasun Thennakoon
Hi Danesh,

Thanks for the help , I have installed the plugin and put a post-processor
JSONPathExtractorin into HTTP request sampler and it worked, It is simpler
and easier than typing regex I guess, But the problem is since that plug-in
doesn’t come with Jmeter default pack, do we have to mention, to install
the plugin when we share out jmeter script?


Thanks,
Kasun

On Sun, Mar 6, 2016 at 5:23 PM, Danesh Kuruppu  wrote:

> Hi Kasun,
>
> Can't we use Jmeter post-processors here as [1]. If your response is in
> JSON format, you need to install JSON plugin [2]
>
> 1. http://www.thetestingworld.com/post-processors-in-jmeter/
> 2. http://jmeter-plugins.org/wiki/JSONPathExtractor/
>
> Thanks
> Danesh
>
> On Fri, Mar 4, 2016 at 4:43 PM, Kasun Thennakoon  wrote:
>
>> Hi All,
>>
>> I'm using Jmeter 2.6 for performance testing on Greg.
>> I want to do the $subject in JMeter, to update an asset by assetId as
>> part of CRUD operations. I couldn’t find an element to assign response
>> parameter to a jmeter internal variable.
>> Could some one suggest a method to $subject ?
>>
>> Thanks,
>> --
>> *Kasun Thennakoon*
>> Software Engineer
>> WSO2, Inc.
>> Mobile:+94 711661919
>>
>
>
>
> --
>
> Danesh Kuruppu
> Software Engineer
> WSO2 Inc,
> Mobile: +94 (77) 1690552
>



-- 
*Kasun Thennakoon*
Software Engineer
WSO2, Inc.
Mobile:+94 711661919
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Jmeter] Assign response parameter to a Jmeter variable

2016-03-06 Thread Kasun Thennakoon
Hi Rajith,

Thanks for the info ,I will try this method as well, In my scenario I have
to extract assetID from a JSON array where there are multiple assets in
it(Multiple keys with 'id').So I think I have to make few changes to your
sample regex to work it with JSON arrays.
Had an offline discussion with omindu and he suggest to try this[1] method
as well.

Thanks,
Kasun

[1]:
http://stackoverflow.com/questions/28817937/parsing-multiple-values-from-string-in-jmeter-response

On Mon, Mar 7, 2016 at 10:40 AM, Rajith Roshan  wrote:

> Hi Kasun,
>
> I think we can also use "Regular Expression Extractor" get the id of an
> asset with the following regular expression.
>
> "id" : "(.+?)"
>
> you can save the asset id with reference name and can be used this
> reference in future operations. (Eg : Update asset with extracted ID).
>
> Thanks!
> Rajith
>
> On Sun, Mar 6, 2016 at 5:23 PM, Danesh Kuruppu  wrote:
>
>> Hi Kasun,
>>
>> Can't we use Jmeter post-processors here as [1]. If your response is in
>> JSON format, you need to install JSON plugin [2]
>>
>> 1. http://www.thetestingworld.com/post-processors-in-jmeter/
>> 2. http://jmeter-plugins.org/wiki/JSONPathExtractor/
>>
>> Thanks
>> Danesh
>>
>> On Fri, Mar 4, 2016 at 4:43 PM, Kasun Thennakoon 
>> wrote:
>>
>>> Hi All,
>>>
>>> I'm using Jmeter 2.6 for performance testing on Greg.
>>> I want to do the $subject in JMeter, to update an asset by assetId as
>>> part of CRUD operations. I couldn’t find an element to assign response
>>> parameter to a jmeter internal variable.
>>> Could some one suggest a method to $subject ?
>>>
>>> Thanks,
>>> --
>>> *Kasun Thennakoon*
>>> Software Engineer
>>> WSO2, Inc.
>>> Mobile:+94 711661919
>>>
>>
>>
>>
>> --
>>
>> Danesh Kuruppu
>> Software Engineer
>> WSO2 Inc,
>> Mobile: +94 (77) 1690552
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Rajith Roshan
> Software Engineer, WSO2 Inc.
> Mobile: +94-72-642-8350 <%2B94-71-554-8430>
>



-- 
*Kasun Thennakoon*
Software Engineer
WSO2, Inc.
Mobile:+94 711661919
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [ES]Error when Importing Users in Bulk through management console

2016-07-04 Thread Kasun Thennakoon
ionFilter.java:88)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
> at
> org.wso2.carbon.ui.filters.CRLFPreventionFilter.doFilter(CRLFPreventionFilter.java:61)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
> at
> org.wso2.carbon.tomcat.ext.filter.CharacterSetFilter.doFilter(CharacterSetFilter.java:61)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
> at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
> at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
> at
> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:504)
> at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
> at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
> at
> org.wso2.carbon.tomcat.ext.valves.CompositeValve.continueInvocation(CompositeValve.java:99)
> at
> org.wso2.carbon.tomcat.ext.valves.CarbonTomcatValve$1.invoke(CarbonTomcatValve.java:47)
> at
> org.wso2.carbon.webapp.mgt.TenantLazyLoaderValve.invoke(TenantLazyLoaderValve.java:57)
> at
> org.wso2.carbon.tomcat.ext.valves.TomcatValveContainer.invokeValves(TomcatValveContainer.java:47)
> at
> org.wso2.carbon.tomcat.ext.valves.CompositeValve.invoke(CompositeValve.java:62)
> at
> org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:159)
> at
> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)
> at
> org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.invoke(CarbonContextCreatorValve.java:57)
> at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
> at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:421)
> at
> org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1074)
> at
> org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
> at
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1739)
> at
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1698)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
> org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
> at java.lang.Thread.run(Thread.java:745)
> [2016-07-05 10:45:47,752] ERROR
> {org.wso2.carbon.identity.mgt.IdentityMgtEventListener} -  Temporary
> password property is disabled



How can I bulk upload set of users and create multiple users at once?  Any
help on this is highly appreciated.
[1] : https://docs.wso2.com/display/ESB300/Importing+Users+in+Bulk
[2] : https://docs.wso2.com/display/Governance460/Bulk+Import+of+Users
[3] :
[image: Inline image 1]

Thanks,
-- 
*Kasun Thennakoon*
Software Engineer
WSO2, Inc.
Mobile:+94 711661919
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [ES]Error when Importing Users in Bulk through management console

2016-07-07 Thread Kasun Thennakoon
Hi Dilini,

Thanks for the help,It works with a slight change to the *names_2.csv* file
attached in the JIRA[1].As you suggested , I had to add a new column with
the password for the user in between username and claim URL columns.

Sample format of the csv file.

UserName,Password,Claims
> chris,chris123,http://wso2.org/claims/emailaddress=dracusds...@gmail.com
> mical,mical123,http://wso2.org/claims/emailaddress=dracusds...@gmail.com
> sharuk,sharuk123,http://wso2.org/claims/emailaddress=dracusds...@gmail.com
> john,john123,http://wso2.org/claims/emailaddress=dracusds...@gmail.com



[1] https://wso2.org/jira/browse/IDENTITY-2970

On Wed, Jul 6, 2016 at 4:54 PM, Dilini Gunatilake  wrote:

> Hi Kasun,
>
> I have tried bulk importing in ES 2.1.0 and it is working for me. May be
> the format of the file you have used is incorrect. You can find the correct
> format from [1]. I used the same file attached in the JIRA (names_2.csv).
>
> [1] https://wso2.org/jira/browse/IDENTITY-2970
>
>
> Regards,
> Dilini
>
> On Tue, Jul 5, 2016 at 12:23 PM, Kasun Thennakoon 
> wrote:
>
>> Hi all,
>>
>> I tried to create multiple user accounts in Entreprise store at once,
>> rather than creating users one by one. I have tried to use *Bulk Import
>> Users *option available in the management console.But I couldn't find
>> the correct format of the file which I need to upload there.I search
>> through the documentations and found these articles(Importing Users in Bulk
>> [1 <https://docs.wso2.com/display/ESB300/Importing+Users+in+Bulk>] and
>> Bulk Import of Users [2
>> <https://docs.wso2.com/display/Governance460/Bulk+Import+of+Users>]
>> ).There is a slight different in the documentation and what I'm
>> having(Please see the attachment) in the management console , that there is
>> no field to set a default password for the users.despite the issue, I just
>> upload a CSV, with one column containing a list of usernames.But then got
>> the following error:
>>
>> [2016-07-05 10:44:25,316] ERROR
>>> {org.wso2.carbon.user.mgt.ui.UserAdminClient} -  Error occurs while
>>> importing user names. All user names were not imported. Last error was :
>>> Ask Password Feature is disabled
>>> org.apache.axis2.AxisFault: Error occurs while importing user names. All
>>> user names were not imported. Last error was : Ask Password Feature is
>>> disabled
>>> at
>>> org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:531)
>>> at
>>> org.apache.axis2.description.RobustOutOnlyAxisOperation$RobustOutOnlyOperationClient.handleResponse(RobustOutOnlyAxisOperation.java:91)
>>> at
>>> org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:445)
>>> at
>>> org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:225)
>>> at
>>> org.apache.axis2.client.OperationClient.execute(OperationClient.java:149)
>>> at
>>> org.wso2.carbon.user.mgt.stub.UserAdminStub.bulkImportUsers(UserAdminStub.java:6887)
>>> at
>>> org.wso2.carbon.user.mgt.ui.UserAdminClient.bulkImportUsers(UserAdminClient.java:236)
>>> at
>>> org.apache.jsp.user.bulk_002dimport_002dfinish_jsp._jspService(bulk_002dimport_002dfinish_jsp.java:138)
>>> at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
>>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
>>> at
>>> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)
>>> at
>>> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395)
>>> at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:339)
>>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
>>> at org.wso2.carbon.ui.JspServlet.service(JspServlet.java:155)
>>> at org.wso2.carbon.ui.TilesJspServlet.service(TilesJspServlet.java:80)
>>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
>>> at
>>> org.eclipse.equinox.http.helper.ContextPathServletAdaptor.service(ContextPathServletAdaptor.java:37)
>>> at
>>> org.eclipse.equinox.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:61)
>>> at
>>> org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:128)
>>> at
>>> org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:68)
>>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
>>> at
>>> org.wso2.carbon.tomcat

Re: [Dev] WSO2 Committers += Mushthaq Rumy

2016-09-02 Thread Kasun Thennakoon
Congrats Rumy !!

On Fri, Sep 2, 2016 at 12:15 PM, Farasath Ahamed  wrote:

> Congratulations Rumy 
>
> Farasath Ahamed
> Software Engineer, WSO2 Inc.; http://wso2.com
> Mobile: +94777603866
> Blog: blog.farazath.com
> Twitter: @farazath619 <https://twitter.com/farazath619>
> <http://wso2.com/signature>
>
>
>
> On Fri, Sep 2, 2016 at 11:50 AM, Chandana Napagoda 
> wrote:
>
>> Hi all,
>>
>> It is my pleasure to welcome Mushthaq Rumy as a WSO2 Committer. Rumy has
>> made some great contributions to WSO2 Governance Registry and WSO2
>> Enterprise Store products during the last few months and in recognition of
>> his commitment and contributions, he has been voted as a Committer for WSO2.
>>
>> Rumy, welcome aboard and keep up the good work.
>>
>> Best Regards,
>> Chandana
>>
>> --
>> *Chandana Napagoda*
>> Associate Technical Lead
>> WSO2 Inc. - http://wso2.org
>>
>> *Email  :  chand...@wso2.com **Mobile : +94718169299
>> <%2B94718169299>*
>>
>> *Blog  :http://cnapagoda.blogspot.com <http://cnapagoda.blogspot.com>
>> | http://chandana.napagoda.com <http://chandana.napagoda.com>*
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Kasun Thennakoon*
Software Engineer
WSO2, Inc.
Mobile:+94 711661919
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Heshitha Hettihewa

2016-09-12 Thread Kasun Thennakoon
Congratulation Hetti J

On Mon, Sep 12, 2016 at 12:16 PM, Dilshani Subasinghe 
wrote:

> Congratulations Heshitha !!!
>
> On Mon, Sep 12, 2016 at 11:55 AM, Nandika Jayawardana 
> wrote:
>
>> Hi all,
>>
>> It is my pleasure to welcome Heshitha Hettihewa as a WSO2 Committer.
>> Heshitha has been the leading contributor to Business Process Server
>> tooling effort and in recognition of his contributions, he has been voted
>> as a Committer.
>>
>> Heshitha, welcome aboard and keep up the good work.
>>
>> Regards,
>> Nandika
>>
>> --
>> Nandika Jayawardana
>> WSO2 Inc ; http://wso2.com
>> lean.enterprise.middleware
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Best Regards,
>
> Dilshani Subasinghe
> Software Engineer - QA *|* WSO2
> lean *|* enterprise *|* middleware
>
> Mobile : +94773375185
> Blog: dilshanilive.blogspot.com
>
> <https://wso2.com/signature>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Kasun Thennakoon*
Software Engineer
WSO2, Inc.
Mobile:+94 711661919
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Madawa Soysa

2016-10-11 Thread Kasun Thennakoon
Congrats Madawa!

On Tue, Oct 11, 2016 at 12:04 PM, Chandana Napagoda 
wrote:

> Hi Devs,
>
> It is my pleasure to welcome Madawa Soysa as a WSO2 Committer. Madawa has
> made some great contributions to WSO2 Governance Registry and WSO2
> Enterprise Store products during the last few months and in recognition of
> his commitment and contributions, he has been voted as a Committer for WSO2.
>
> Madawa, welcome aboard and keep up the good work.
>
> Best Regards,
> Chandana
>
> --
> *Chandana Napagoda*
> Associate Technical Lead
> WSO2 Inc. - http://wso2.org
>
> *Email  :  chand...@wso2.com **Mobile : +94718169299
> <%2B94718169299>*
>
> *Blog  :http://cnapagoda.blogspot.com <http://cnapagoda.blogspot.com>
> | http://chandana.napagoda.com <http://chandana.napagoda.com>*
>
> *Linkedin : http://www.linkedin.com/in/chandananapagoda
> <http://www.linkedin.com/in/chandananapagoda>*
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Kasun Thennakoon*
Software Engineer
WSO2, Inc.
Mobile:+94 711661919
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Kasun Thennakoon

2016-10-21 Thread Kasun Thennakoon
Thanks everyone.

On Fri, Oct 21, 2016 at 12:22 PM, Prakhash Sivakumar 
wrote:

> Congrats Kasun :)
>
> On Fri, Oct 21, 2016 at 11:43 AM, Shan Mahanama  wrote:
>
>> Congrats Kasun :)
>>
>> On Fri, Oct 21, 2016 at 11:39 AM, Chanaka Cooray 
>> wrote:
>>
>>> Congratz kasun :)
>>>
>>> On Fri, Oct 21, 2016 at 9:13 AM, Chandana Napagoda 
>>> wrote:
>>>
>>>> Hi Devs,
>>>>
>>>> It is my pleasure to welcome Kasun Thennakoon as a WSO2 Committer.
>>>> Kasun has made some great contributions to WSO2 Enterprise Store and WSO2
>>>> Governance Registry products during the last few months and in recognition
>>>> of his commitment and contributions, he has been voted as a Committer for
>>>> WSO2.
>>>>
>>>> @Kasun, welcome aboard and keep up the good work.
>>>>
>>>> Best Regards,
>>>> Chandana
>>>>
>>>> --
>>>> *Chandana Napagoda*
>>>> Associate Technical Lead
>>>> WSO2 Inc. - http://wso2.org
>>>>
>>>> *Email  :  chand...@wso2.com **Mobile :
>>>> +94718169299 <%2B94718169299>*
>>>>
>>>> *Blog  :http://cnapagoda.blogspot.com
>>>> <http://cnapagoda.blogspot.com> | http://chandana.napagoda.com
>>>> <http://chandana.napagoda.com>*
>>>>
>>>> *Linkedin : http://www.linkedin.com/in/chandananapagoda
>>>> <http://www.linkedin.com/in/chandananapagoda>*
>>>>
>>>>
>>>> ___
>>>> Dev mailing list
>>>> Dev@wso2.org
>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>
>>>>
>>>
>>>
>>> --
>>> Chanaka Cooray
>>> Software Engineer, WSO2 Inc. http://wso2.com
>>> Email: chana...@wso2.com
>>> Mobile: +94713149860
>>> <https://wso2.com/signature>
>>>
>>> _______
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Shan Mahanama
>>
>> Software Engineer, WSO2 Inc. http://wso2.com
>> <http://l.facebook.com/l.php?u=http%3A%2F%2Fwso2.com&h=gAQEswASa>
>> Email: sh...@wso2.com
>> Mobile: +94712000498
>>
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Prakhash Sivakumar
> Software Engineer | WSO2 Inc
> Platform Security Team
> Mobile : +94771510080
> Blog : https://medium.com/@PrakhashS
>



-- 
*Kasun Thennakoon*
Software Engineer
WSO2, Inc.
Mobile:+94 711661919
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Architecture] [VOTE] Release WSO2 API Manager 2.1.0 RC4

2017-01-31 Thread Kasun Thennakoon
Hi all,

Tested the following, no issues found.


   - Cross tenant API subscription and invocation. Tested Both:
  - Subscription availability to specific tenants
  - Subscription availability to all the tenants
   - Subscription blocking and unblocking

[+] Stable :  go ahead and release


On Mon, Jan 30, 2017 at 10:28 PM, Malintha Amarasinghe 
wrote:

> Hi All,
>
> This is the 4th Release Candidate of WSO2 API Manager 2.1.0
>
> Please download, test the product and vote. The vote will be open for 72
> hours or as needed.
>
> Source and distribution
>
> Run-time : https://github.com/wso2/product-apim/releases/download/v2.
> 1.0-rc4/wso2am-2.1.0-RC4.zip
> Analytics : https://github.com/wso2/analytics-apim/releases/download/v
> 2.1.0-rc3/wso2am-analytics-2.1.0-RC3.zip
> Tooling : https://github.com/wso2/devstudio-tooling-apim/releases/ta
> g/v2.1.0-rc2
>
>
> This release fixes the following issues:
> Runtime : https://wso2.org/jira/issues/?filter=13623
> Analytics : https://wso2.org/jira/issues/?filter=13624
> Tooling : https://wso2.org/jira/browse/DEVTOOLAPI-1
>
>
> Please vote as follows.
> [+] Stable - go ahead and release
> [-] Broken - do not release (explain why)
>
> Thanks,
> - WSO2 API Manager Team -
>
> --
> Malintha Amarasinghe
> Software Engineer
> *WSO2, Inc. - lean | enterprise | middleware*
> http://wso2.com/
>
> Mobile : +94 712383306 <+94%2071%20238%203306>
>
> ___
> Architecture mailing list
> architect...@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>
>


-- 
*Kasun Thennakoon*
Software Engineer
WSO2, Inc.
Mobile:+94 711661919
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [VOTE] Release WSO2 API Manager 2.1.0 RC5

2017-02-03 Thread Kasun Thennakoon
Hi all,

Tested the following, no issues found.


   - Cross tenant API subscription and invocation. Tested Both:
  - Subscription availability to specific tenants
  - Subscription availability to all the tenants
   - Subscription blocking and unblocking

[+] Stable :  go ahead and release

On Fri, Feb 3, 2017 at 3:49 PM, Malintha Amarasinghe 
wrote:

> Tested Following.
>
> 1. SSO:
>
>- IDP Init SSO (Store/Publisher/Admin)
>- SAML Request Signing (Store/Publisher)
>
> 2. Reverse Proxy
> 3. CXF REST APIs (Store/Publisher/Admin)
> 4. Store REST API ETag Feature
> 5. Store Custom URL Feature
>
> [+] Stable - Go ahead and release.
>
> Thanks!
>
> On Fri, Feb 3, 2017 at 3:19 PM, Samitha Chathuranga 
> wrote:
>
>> Tested following in a fully distributed deployment (in multiple openstack
>> instances), with shared registry configurations and mysql db.
>>
>> 1. Starting & working with profiles
>> 2. Basic API life cycle and throttling
>> 3. Analytics on ubuntu
>>
>> No issues found.
>>
>> [+] Stable - go ahead and release
>>
>> Regards,
>> Samitha
>>
>> On Fri, Feb 3, 2017 at 3:10 PM, Chamalee De Silva 
>> wrote:
>>
>>> Tested following.
>>>
>>> 1. Response caching
>>> 2. IS as KM with WSO2 IS 5.3.0
>>> 3. Single Sign On with WSO2 IS 5.3.0 (SP initiated SSO) with and without
>>> Single Logout.
>>> 4 Publishing to multiple in ST and Tenant external Stores
>>> 5. Provisioning out of band auth Clients
>>> 6. Installing as a windows Service
>>> 7. Analytics for Publisher, Store and admin Portal on Windows
>>> 8. SDK generation Feature
>>> 9. Database functionalities with following databases.
>>>
>>>-  mysql 5.6, 5.7
>>>-  DB2
>>>-  PostgreSQL 9.3
>>>-  MSSQL
>>>-  Oracle 11g
>>>
>>>
>>>
>>>
>>>
>>>
>>> No issues found
>>>
>>> [+] Stable   -   go ahead and release
>>>
>>>
>>>
>>> Thanks,
>>> Chamalee
>>>
>>>
>>>
>>>
>>>
>>> On Thu, Feb 2, 2017 at 11:32 PM, Malintha Amarasinghe <
>>> malint...@wso2.com> wrote:
>>>
>>>> Hi All,
>>>>
>>>> This is the 5th Release Candidate of WSO2 API Manager 2.1.0
>>>>
>>>> Please download, test the product and vote. The vote will be open for
>>>> 72 hours or as needed.
>>>>
>>>> Source and distribution
>>>>
>>>> Run-time : https://github.com/wso2/prod
>>>> uct-apim/releases/download/v2.1.0-rc5/wso2am-2.1.0-RC5.zip
>>>> Analytics : https://github.com/wso2/anal
>>>> ytics-apim/releases/download/v2.1.0-rc3/wso2am-analytics-2.1.0-RC3.zip
>>>> Tooling : https://github.com/wso2/devs
>>>> tudio-tooling-apim/releases/tag/v2.1.0-rc2
>>>>
>>>>
>>>> This release fixes the following issues:
>>>> Runtime : https://wso2.org/jira/issues/?filter=13623
>>>> Analytics : https://wso2.org/jira/issues/?filter=13624
>>>> Tooling : https://wso2.org/jira/browse/DEVTOOLAPI-1
>>>>
>>>>
>>>> Please vote as follows.
>>>> [+] Stable - go ahead and release
>>>> [-] Broken - do not release (explain why)
>>>>
>>>> Thanks,
>>>> - WSO2 API Manager Team -
>>>>
>>>> --
>>>> Malintha Amarasinghe
>>>> Software Engineer
>>>> *WSO2, Inc. - lean | enterprise | middleware*
>>>> http://wso2.com/
>>>>
>>>> Mobile : +94 712383306 <+94%2071%20238%203306>
>>>>
>>>
>>>
>>>
>>> --
>>> Thanks & Regards,
>>>
>>> *Chamalee De Silva*
>>> Software Engineer
>>> *WS**O2* Inc. :http://wso2.com/
>>>
>>> Office   :- *+94 11 2145345 <%2B94%2011%202145345>*
>>> mobile  :- *+94 7 <%2B94%2077%202782039>1 4315942*
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Samitha Chathuranga
>> Software Engineer, WSO2 Inc.
>> lean.enterprise.middleware
>> Mobile: +94715123761
>>
>> [image: http://wso2.com/signature] <http://wso2.com/signature>
>>
>
>
>
> --
> Malintha Amarasinghe
> Software Engineer
> *WSO2, Inc. - lean | enterprise | middleware*
> http://wso2.com/
>
> Mobile : +94 712383306 <+94%2071%20238%203306>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Kasun Thennakoon*
Software Engineer
WSO2, Inc.
Mobile:+94 711661919
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [APIM][C5] Enforcing connections over HTTPS for pubisher and store apps

2017-02-06 Thread Kasun Thennakoon
Hi all,

We are thought of doing the $subject since the publisher and store apps are
built on top of REST APIs and most of the data transfers happen from client
side JS.In each REST API call from the swagger-client, send the accesses
token in the headers wich would be not good if we send them over HTTP.
So the idea is to redirect all the HTTP request to HTTPS automatically.So
that we make sure cookies are transferred in a secured manner.

1. Further Is it ok to close the HTTP port(9090), and only allow
HTTPS(9292) connections for publisher and store apps?
2. Is there a way we can achieve this from UUF?

By going through the code[1] if was able to redirect the users to HTTPS in
following way.

if (!env.request.isSecure()) {
var local_address = env.request.getLocalAddress();
var uri = env.request.getUri();

var secured_port = env.getSecuredPort(); // hypothetical
var redirect_to = "https://"; + local_address + ":" + secured_port + uri;
sendRedirect(redirect_to);
}


To share the code with other request handlers we can put it into a module
and include in all the relevant pages.
But if we have a way to achieve this[2], We can use the same method here to
redirect users to secure URLs.
Or should this be handled from carbon transport level?

[1]:
https://github.com/wso2/carbon-uuf/blob/master/components/uuf-core/src/main/java/org/wso2/carbon/uuf/spi/HttpRequest.java
[2]: [Dev] [UUF] Common "OnGet" method for all requests for a particular app

Thanks!
-- 
*Kasun Thennakoon*
Software Engineer
WSO2, Inc.
Mobile:+94 711661919
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [UUF] UUF-Client renderFragment fails with warning "Content is empty."

2017-02-13 Thread Kasun Thennakoon
Hi all,

Experience the $subject when using UUF-Client for rendering hbs fragments.
As I understand, the response of
*http://localhost:9090/publisher/fragments/{fragment-name}
<http://localhost:9090/publisher/fragments/{fragment-name}> *contains an
HTML string and in this line[1] it is looking for *.html* attribute in the
response object when calling *pushContent* method. Which pass an *undefined
*value.IMHO this is what cause to display no content in the target zone.


[1]:
https://github.com/wso2/carbon-uuf-common/blob/master/components/org.wso2.carbon.uuf.common.foundation.ui/src/main/fragments/uuf-client/public/uuf-client/uuf-client.js#L226

-- 
*Kasun Thennakoon*
Software Engineer
WSO2, Inc.
Mobile:+94 711661919
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [UUF] UUF-Client renderFragment fails with warning "Content is empty."

2017-02-16 Thread Kasun Thennakoon
Hi Chandana,

Thanks for the info, We will update the versions accordingly.

Thanks
~KasunTe

On Thu, Feb 16, 2017 at 6:11 PM, Chandana Napagoda 
wrote:

> HI Kasun/Roshan,
>
> This issue occurred since UUF M12 has not included some required fixes. So
> please use UUF M13 and uuf-common M5 version and fix which you have
> suggested is not required anymore.
>
> Regards,
> Chandana
>
> On Thu, Feb 16, 2017 at 4:05 PM, SajithAR Ariyarathna 
> wrote:
>
>> Hi Roshan,
>>
>> Thanks for the PR. I have put some comments, please have a look.
>>
>> Thanks.
>>
>> On Thu, Feb 16, 2017 at 3:01 PM, Roshan Wijesena  wrote:
>>
>>> It seems Kasun is right,
>>>
>>> the object "data" is by-default coming as html/text. so we don't need
>>> use it as 'data.html' .
>>>
>>> Since this is a blocker for APIM C5 - M1 release for now I have sent a
>>> pull request with a fix. Please review and merge.
>>>
>>> https://github.com/wso2/carbon-uuf-common/pull/41/files
>>>
>>>
>>> On Tue, Feb 14, 2017 at 10:42 AM, Kasun Thennakoon 
>>> wrote:
>>>
>>>> Hi all,
>>>>
>>>> Experience the $subject when using UUF-Client for
>>>> rendering hbs fragments.
>>>> As I understand, the response of 
>>>> *http://localhost:9090/publisher/fragments/{fragment-name}
>>>> <http://localhost:9090/publisher/fragments/%7Bfragment-name%7D> *contains
>>>> an HTML string and in this line[1] it is looking for *.html* attribute
>>>> in the response object when calling *pushContent* method. Which pass
>>>> an *undefined *value.IMHO this is what cause to display no content in
>>>> the target zone.
>>>>
>>>>
>>>> [1]: https://github.com/wso2/carbon-uuf-common/blob/master/c
>>>> omponents/org.wso2.carbon.uuf.common.foundation.ui/src/main/
>>>> fragments/uuf-client/public/uuf-client/uuf-client.js#L226
>>>>
>>>> --
>>>> *Kasun Thennakoon*
>>>> Software Engineer
>>>> WSO2, Inc.
>>>> Mobile:+94 711661919
>>>>
>>>> ___
>>>> Dev mailing list
>>>> Dev@wso2.org
>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>
>>>>
>>>
>>>
>>> --
>>> Roshan Wijesena.
>>> Senior Software Engineer-WSO2 Inc.
>>> Mobile: *+94719154640 <+94%2071%20915%204640>*
>>> Email: ros...@wso2.com
>>> *WSO2, Inc. :** wso2.com <http://wso2.com/>*
>>> lean.enterprise.middleware.
>>>
>>
>>
>>
>> --
>> Sajith Janaprasad Ariyarathna
>> Software Engineer; WSO2, Inc.;  http://wso2.com/
>> <https://wso2.com/signature>
>>
>
>
>
> --
> *Chandana Napagoda*
> Associate Technical Lead
> WSO2 Inc. - http://wso2.org
>
> *Email  :  chand...@wso2.com **Mobile : +94718169299
> <+94%2071%20816%209299>*
>
> *Blog  :http://cnapagoda.blogspot.com <http://cnapagoda.blogspot.com>
> | http://chandana.napagoda.com <http://chandana.napagoda.com>*
>
> *Linkedin : http://www.linkedin.com/in/chandananapagoda
> <http://www.linkedin.com/in/chandananapagoda>*
>
>


-- 
*Kasun Thennakoon*
Software Engineer
WSO2, Inc.
Mobile:+94 711661919
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [VOTE] Release WSO2 Governance Registry 5.4.0 RC2

2017-02-19 Thread Kasun Thennakoon
Hi all,

Tested following scenarios:

   - Adding and then editing user reviews
   - Voting on user reviews
   - Store notifications when Lifecycle State Change and Information Update
   - Create new version of an asset
   - Sorting assets in Store and Publisher

Found no major issues.

[X] Stable - Go ahead and release

On Sun, Feb 19, 2017 at 4:12 PM, Chandana Napagoda 
wrote:

> Hi Devs,
>
> WSO2 Governance Registry 5.4.0 RC2 Release Vote.
>
>
> This release fixes the following issues:
> https://wso2.org/jira/issues/?filter=13649
>
> The vote will be open for 24 hours or as needed. Please download, test
> and vote. Please refer the release verification guide for detailed
> information on verifying this release.
>
> Source & binary distribution files:
> https://svn.wso2.org/repos/wso2/scratch/G-Reg/5.4.0/RC2
>
> Maven staging repo:
> https://maven.wso2.org/nexus/content/repositories/orgwso2greg-1010
>
> The tag to be voted upon:
> https://github.com/wso2/product-greg/releases/tag/v5.4.0-RC2
>
>
> [+] Stable - go ahead and release
> [-]  Broken - do not release (explain why)
>
> Thanks and Regards
> G-Reg team
>
> --
> *Chandana Napagoda*
> Associate Technical Lead
> WSO2 Inc. - http://wso2.org
>
> *Email  :  chand...@wso2.com **Mobile : +94718169299
> <+94%2071%20816%209299>*
>
> *Blog  :http://cnapagoda.blogspot.com <http://cnapagoda.blogspot.com>
> | http://chandana.napagoda.com <http://chandana.napagoda.com>*
>
> *Linkedin : http://www.linkedin.com/in/chandananapagoda
> <http://www.linkedin.com/in/chandananapagoda>*
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Kasun Thennakoon*
Software Engineer
WSO2, Inc.
Mobile:+94 711661919
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Environments Support for WSO2 API Manager

2017-02-20 Thread Kasun Thennakoon
Hi Ravindu,

We are glad to see your interest in WSO2 API manager and the GSOC project.
It is good to see that you already have experience on working with WSO2 API
Manager.
As we have mentioned in the project description[1], the expectation of this
project is to develop an UI feature to seamlessly switch between different
environments and perform user operations on that selected environment.To
get started with the work, I would suggest you build the product from
source[2][3] and walk through the current implementation details of the
store and publisher and try to get familiar with those apps.
And also since API manager C5  UIs are built with UUF framework[4] it would
be great if you can try out the samples in UUF core[5] and UUF
commons[6] repositories and learn about the features and capabilities in
UUF framework.

Regards
~KasunTe

[1] : https://docs.wso2.com/display/GSoC/Project+Proposals+for+2017#
ProjectProposalsfor2017-Proposal7:EnvironmentsSupportforWSO2APIManager

[2] : https://github.com/wso2/carbon-apimgt/tree/C5

[3] : https://github.com/wso2/product-apim/tree/C5

[4] : https://github.com/wso2/carbon-uuf

[5] : https://github.com/wso2/carbon-uuf/tree/master/samples

[6] : https://github.com/wso2/carbon-uuf-common/tree/master/samples


On Tue, Feb 21, 2017 at 9:27 AM, Ravindu Perera 
wrote:

> Hi
> I am a 3rd year student from Informatics Institute of technology and i got
> 3 years experience in HTML, CSS, Javascript and knowledge and also
> knowledge in using rest service , and experience on using the WSO2 API
> Manger cloud as well , familiar  handlebars.js . And have a good confident
> level for this project , so can you all please provide more information and
> guidance to start the project off.
>
> Thank you
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Kasun Thennakoon*
Software Engineer
WSO2, Inc.
Mobile:+94 711661919
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Environments Support for WSO2 API Manager

2017-02-26 Thread Kasun Thennakoon
[+Dev]

On Fri, Feb 24, 2017 at 10:44 PM, Ravindu Perera 
wrote:

> Hi Kasun
> I started working on the given links but i encountered and problem when i
> build the carbon- aoimgt
> so can you please help me to solve the issue , thank you
>
> On Tue, Feb 21, 2017 at 12:47 PM, Ravindu Perera <
> ravindu.2014...@iit.ac.lk> wrote:
>
>> Thanks *Kasun *,
>>  yes i start building from the samples given , and gain more knowledge on
>> UUF-Framework and try out all the the things mentioned in your mail , and i
>> will get back to you within one to two days   after completing and going
>> through the tasks i should do.
>>
>> Thank you
>>
>> On Tue, Feb 21, 2017 at 11:19 AM, Kasun Thennakoon 
>> wrote:
>>
>>> Hi Ravindu,
>>>
>>> We are glad to see your interest in WSO2 API manager and the GSOC
>>> project. It is good to see that you already have experience on working with
>>> WSO2 API Manager.
>>> As we have mentioned in the project description[1], the expectation of
>>> this project is to develop an UI feature to seamlessly switch between
>>> different environments and perform user operations on that selected
>>> environment.To get started with the work, I would suggest you build the
>>> product from source[2][3] and walk through the current implementation
>>> details of the store and publisher and try to get familiar with those apps.
>>> And also since API manager C5  UIs are built with UUF framework[4] it
>>> would be great if you can try out the samples in UUF core[5] and UUF
>>> commons[6] repositories and learn about the features and capabilities in
>>> UUF framework.
>>>
>>> Regards
>>> ~KasunTe
>>>
>>> [1] : https://docs.wso2.com/display/GSoC/Project+Proposals+for+2
>>> 017#ProjectProposalsfor2017-Proposal7:EnvironmentsSupportfor
>>> WSO2APIManager
>>>
>>> [2] : https://github.com/wso2/carbon-apimgt/tree/C5
>>>
>>> [3] : https://github.com/wso2/product-apim/tree/C5
>>>
>>> [4] : https://github.com/wso2/carbon-uuf
>>>
>>> [5] : https://github.com/wso2/carbon-uuf/tree/master/samples
>>>
>>> [6] : https://github.com/wso2/carbon-uuf-common/tree/master/samples
>>>
>>>
>>> On Tue, Feb 21, 2017 at 9:27 AM, Ravindu Perera <
>>> ravindu.2014...@iit.ac.lk> wrote:
>>>
>>>> Hi
>>>> I am a 3rd year student from Informatics Institute of technology and i
>>>> got 3 years experience in HTML, CSS, Javascript and knowledge and also
>>>> knowledge in using rest service , and experience on using the WSO2 API
>>>> Manger cloud as well , familiar  handlebars.js . And have a good confident
>>>> level for this project , so can you all please provide more information and
>>>> guidance to start the project off.
>>>>
>>>> Thank you
>>>>
>>>>
>>>> ___
>>>> Dev mailing list
>>>> Dev@wso2.org
>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>
>>>>
>>>
>>>
>>> --
>>> *Kasun Thennakoon*
>>> Software Engineer
>>> WSO2, Inc.
>>> Mobile:+94 711661919
>>>
>>
>>
>


-- 
*Kasun Thennakoon*
Software Engineer
WSO2, Inc.
Mobile:+94 711661919
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Environments Support for WSO2 API Manager

2017-02-27 Thread Kasun Thennakoon
Hi Ravindu.

This is kind of a known issue. For the time being, can you comment out
those two dependencies from following locations and try to build the
product.


> com.microsoft.sqlserver
> sqljdbc4
> 4.0
> test
> 
> 
> com.oracle
> ojdbc6
> 12.1.0.1-atlassian-hosted
> test
> 


Comment out above two dependencies from

*[carbon-apimgt]/pom.xml*


and


> com.microsoft.sqlserver
> sqljdbc4
> test
> 
> 
> com.oracle
> ojdbc6
> test
> 


from

*[carbon-apimgt]/components/apimgt/org.wso2.carbon.apimgt.core/pom.xml *



Regards
~KasunTe

On Mon, Feb 27, 2017 at 10:18 AM, Ravindu Perera 
wrote:

> hi
> I started working on the given links but i encountered and problem when i
> build the carbon- aoimgt
> so can you please help me to solve the issue , thank you
>
> On Mon, Feb 27, 2017 at 7:51 AM, Kasun Thennakoon 
> wrote:
>
>> [+Dev]
>>
>>
>> On Fri, Feb 24, 2017 at 10:44 PM, Ravindu Perera <
>> ravindu.2014...@iit.ac.lk> wrote:
>>
>>> Hi Kasun
>>> I started working on the given links but i encountered and problem when
>>> i build the carbon- aoimgt
>>> so can you please help me to solve the issue , thank you
>>>
>>> On Tue, Feb 21, 2017 at 12:47 PM, Ravindu Perera <
>>> ravindu.2014...@iit.ac.lk> wrote:
>>>
>>>> Thanks *Kasun *,
>>>>  yes i start building from the samples given , and gain more knowledge
>>>> on UUF-Framework and try out all the the things mentioned in your mail ,
>>>> and i will get back to you within one to two days   after completing and
>>>> going through the tasks i should do.
>>>>
>>>> Thank you
>>>>
>>>> On Tue, Feb 21, 2017 at 11:19 AM, Kasun Thennakoon 
>>>> wrote:
>>>>
>>>>> Hi Ravindu,
>>>>>
>>>>> We are glad to see your interest in WSO2 API manager and the GSOC
>>>>> project. It is good to see that you already have experience on working 
>>>>> with
>>>>> WSO2 API Manager.
>>>>> As we have mentioned in the project description[1], the expectation of
>>>>> this project is to develop an UI feature to seamlessly switch between
>>>>> different environments and perform user operations on that selected
>>>>> environment.To get started with the work, I would suggest you build the
>>>>> product from source[2][3] and walk through the current implementation
>>>>> details of the store and publisher and try to get familiar with those 
>>>>> apps.
>>>>> And also since API manager C5  UIs are built with UUF framework[4] it
>>>>> would be great if you can try out the samples in UUF core[5] and UUF
>>>>> commons[6] repositories and learn about the features and capabilities in
>>>>> UUF framework.
>>>>>
>>>>> Regards
>>>>> ~KasunTe
>>>>>
>>>>> [1] : https://docs.wso2.com/display/GSoC/Project+Proposals+for+2
>>>>> 017#ProjectProposalsfor2017-Proposal7:EnvironmentsSupportfor
>>>>> WSO2APIManager
>>>>>
>>>>> [2] : https://github.com/wso2/carbon-apimgt/tree/C5
>>>>>
>>>>> [3] : https://github.com/wso2/product-apim/tree/C5
>>>>>
>>>>> [4] : https://github.com/wso2/carbon-uuf
>>>>>
>>>>> [5] : https://github.com/wso2/carbon-uuf/tree/master/samples
>>>>>
>>>>> [6] : https://github.com/wso2/carbon-uuf-common/tree/master/samples
>>>>>
>>>>>
>>>>> On Tue, Feb 21, 2017 at 9:27 AM, Ravindu Perera <
>>>>> ravindu.2014...@iit.ac.lk> wrote:
>>>>>
>>>>>> Hi
>>>>>> I am a 3rd year student from Informatics Institute of technology and
>>>>>> i got 3 years experience in HTML, CSS, Javascript and knowledge and
>>>>>> also knowledge in using rest service , and experience on using the WSO2 
>>>>>> API
>>>>>> Manger cloud as well , familiar  handlebars.js . And have a good 
>>>>>> confident
>>>>>> level for this project , so can you all please provide more information 
>>>>>> and
>>>>>> guidance to start the project off.
>>>>>>
>>>>>> Thank you
>>>>>>
>>>>>>
>>>>>> ___
>>>>>> Dev mailing list
>>>>>> Dev@wso2.org
>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> *Kasun Thennakoon*
>>>>> Software Engineer
>>>>> WSO2, Inc.
>>>>> Mobile:+94 711661919
>>>>>
>>>>
>>>>
>>>
>>
>>
>> --
>> *Kasun Thennakoon*
>> Software Engineer
>> WSO2, Inc.
>> Mobile:+94 711661919
>>
>
>


-- 
*Kasun Thennakoon*
Software Engineer
WSO2, Inc.
Mobile:+94 711661919
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Environments Support for WSO2 API Manager

2017-03-15 Thread Kasun Thennakoon
Hi Ravindi,

Sorry for the delay in reply, great to see your progress on the project.
let me give answers for above 2 questions:

Question 1.

Currently, we don't have such an API to get the environment details, But
what we are planning to do is, keep that environment information within in
the web app(UUF App) as a configuration parameter, and then by using that
configuration, we can give an option to switch between those environments
from the webapp.
For an example, you can start 3 APIM servers with different port offsets
assuming those servers representing different environments of an
organization.(i:e, QA with offset 1, DEV in offset 2 and PROD represent the
pack with offset 0). Then you can keep those environments details in the
UUF app configuration, For now, you can keep those details in the
*component.yamal*[1] of the publisher commons component.
Below I have attached a sample configuration, We need to discuss further
and come up with a suitable configuration format.


> environments:
> - qa:
> location: qa.sample.com:9292
> version: 3.0.0
> - dev:
> location: dev.sample.com:9292
> version: 3.0.0
> - prod:
> location: apim.sample.com
> version: 3.0.0


Question 2.

No, Since we don't have a configuration as above now, The environment
information is not displayed in the webapps(UUF apps).

[1]:
https://github.com/wso2/carbon-apimgt/blob/master/components/web/components/org.wso2.carbon.apimgt.publisher.commons.ui/src/main/component.yaml#L13

Regards
~KasunTe

On Mon, Mar 13, 2017 at 9:58 PM, Ravindu Perera 
wrote:

> Hi All
> I have actually gone thought the instructions given I want to get a
> problem clarified. I researched and found that from the store APIs can get
> which environment the currently the API is in , or is it when i am
> publishing the API i should get the environment.
>
> question 1
> Which one of these methods are the best approach or if i am wrong can you
> all please help me in-order to find the correct approach to get which
> environment . the current API are in .
>
> question 2
> In the API store of the API manager , is there a specific way to show the
> Environment (example should it be with API description )
> can you please elaborate more on how should the environment should be
> present in the store.
>
> think you all will help me to find answers for the questions , these
> information will be helpful in writing the proposal and also making and
> proper planning for the project.
> Thank you
>
>
> On Tue, Feb 21, 2017 at 11:19 AM, Kasun Thennakoon 
> wrote:
>
>> Hi Ravindu,
>>
>> We are glad to see your interest in WSO2 API manager and the GSOC
>> project. It is good to see that you already have experience on working with
>> WSO2 API Manager.
>> As we have mentioned in the project description[1], the expectation of
>> this project is to develop an UI feature to seamlessly switch between
>> different environments and perform user operations on that selected
>> environment.To get started with the work, I would suggest you build the
>> product from source[2][3] and walk through the current implementation
>> details of the store and publisher and try to get familiar with those apps.
>> And also since API manager C5  UIs are built with UUF framework[4] it
>> would be great if you can try out the samples in UUF core[5] and UUF
>> commons[6] repositories and learn about the features and capabilities in
>> UUF framework.
>>
>> Regards
>> ~KasunTe
>>
>> [1] : https://docs.wso2.com/display/GSoC/Project+Proposals+for+2
>> 017#ProjectProposalsfor2017-Proposal7:EnvironmentsSupportfor
>> WSO2APIManager
>>
>> [2] : https://github.com/wso2/carbon-apimgt/tree/C5
>>
>> [3] : https://github.com/wso2/product-apim/tree/C5
>>
>> [4] : https://github.com/wso2/carbon-uuf
>>
>> [5] : https://github.com/wso2/carbon-uuf/tree/master/samples
>>
>> [6] : https://github.com/wso2/carbon-uuf-common/tree/master/samples
>>
>>
>> On Tue, Feb 21, 2017 at 9:27 AM, Ravindu Perera <
>> ravindu.2014...@iit.ac.lk> wrote:
>>
>>> Hi
>>> I am a 3rd year student from Informatics Institute of technology and i
>>> got 3 years experience in HTML, CSS, Javascript and knowledge and also
>>> knowledge in using rest service , and experience on using the WSO2 API
>>> Manger cloud as well , familiar  handlebars.js . And have a good confident
>>> level for this project , so can you all please provide more information and
>>> guidance to start the project off.
>>>
>>> Thank you
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Kasun Thennakoon*
>> Software Engineer
>> WSO2, Inc.
>> Mobile:+94 711661919
>>
>
>


-- 
*Kasun Thennakoon*
Software Engineer
WSO2, Inc.
Mobile:+94 711661919
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] How can we add multi language support in javascript files

2017-03-24 Thread Kasun Thennakoon
Hi all,


On Fri, Mar 24, 2017 at 4:13 PM, Chanaka Jayasena  wrote:

> I think we can do the same we did with jaggery base APIM UI using i18next
> library. http://i18next.com/
>

+1 to use i18next[1],
 We could use the *i18next-xhr-backend* with the support from UUF to
provide i18n msf4j service to get the language mapping data.It also support
cache via local storage. So IMHO embeding similar functionality into UUF
client would be like re inventing the wheel.If we going to use i18next
library, all we need is simple locale service, which other wise we need to
have service + client library too.

[1]: http://i18next.com/
[2]: http://i18next.com/docs/ecosystem/#caches
-- 
*Kasun Thennakoon*
Software Engineer
WSO2, Inc.
Mobile:+94 711661919
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [C5] [APIM] [UUF] Dynamic URLs to static resources

2017-04-04 Thread Kasun Thennakoon
Hi Manu,

As mentioned above we have used the pattern(/apis/*{apiId}*/index.js) for
static JS path, to make it easy for devs to identify which page is using
this static resource.
I hope what you are referring to as Dynamic URL is the segment /*{apiId}*/,
as for backend JS file this placeholder value will be a change for each
HTTP request depending on the UUID of the API. But since this pattern has
been used in front-end JS file resource path, I don't think this(*{apiId}*)
URL[2] segment will change dynamically, making it hard for caching in the
browser.
I checked with the latest APIM 3.0 m2 release, How the URL for this static
JS is generating from UUF. it seems that URL[3] for the index.js remains
unchanged for any API and Since the URL kept unchanged between different
API overview pages, the index.js file has served from cache[1] for
consequent requests.
Please correct me if the above behavior is incorrect for aforementioned JS
file.

Regards
~KasunTe

[1] :
[image: Inline image 2]

[2]:

[image: Inline image 1]

[3]:
/store/public/components/root/base/js/apis/{apiId}/index.js
<https://localhost:9292/store/public/components/root/base/js/apis/%7BapiId%7D/index.js>

On Wed, Apr 5, 2017 at 11:33 AM, Chanaka Jayasena  wrote:

> Hi Manu,
>
> As Thilini said we wanted to have a naming convention to identify and
> locate client side js files matching the handlebar templates easily.
>
> thanks,
> Chanaka
>
> On Wed, Apr 5, 2017 at 11:13 AM, Thilini Shanika 
> wrote:
>
>> Hi Manu,
>>
>> We used this URL pattern as a convention so that one can easily identify
>> the front end js file which is included in each page (Page: /apis/{apiID}/
>> and corresponding frontend js URL : public/js/apis/{apiID}/index.js)
>>
>> Are there any drawbacks of using this? If there are drawbacks we'll fix
>> this.
>>
>> @Chanaka & Kasun
>> Do you have anything to add?
>>
>>
>> Thanks
>> Thilini
>>
>> On Tue, Apr 4, 2017 at 6:31 PM, Manuranga Perera  wrote:
>>
>>> I was wondering why dynamic URL's are used to server static content [1].
>>> It will prevent the browser caching them effectively and I don't see any
>>> advantage since it's static file.
>>>
>>> Can someone please explain
>>>
>>> [1] https://github.com/wso2/carbon-apimgt/blob/master/components
>>> /web/apps/org.wso2.carbon.apimgt.store/src/main/public/js/
>>> apis/%7BapiId%7D/index.js
>>>
>>> --
>>> With regards,
>>> *Manu*ranga Perera.
>>>
>>> phone : 071 7 70 20 50
>>> mail : m...@wso2.com
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Thilini Shanika
>> Senior Software Engineer
>> WSO2, Inc.; http://wso2.com
>> 20, Palmgrove Avenue, Colombo 3
>>
>> E-mail: tgtshan...@gmail.com
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Chanaka Jayasena
> Associate Tech Lead,
> email: chan...@wso2.com; cell: +94 77 4464006 <+94%2077%20446%204006>
> blog: http://chanaka3d.blogspot.com
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Kasun Thennakoon*
Software Engineer
WSO2, Inc.
Mobile:+94 711661919
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Invitation: [GSoC][APIM] Environment Support for API Manager weekly s... @ Fri May 19, 2017 2pm - 2:30pm (IST) (dev@wso2.org)

2017-05-18 Thread Kasun Thennakoon
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VEVENT
DTSTART:20170519T083000Z
DTEND:20170519T09Z
DTSTAMP:20170518T085529Z
ORGANIZER;CN=Kasun Thennakoon:mailto:kasu...@wso2.com
UID:53804ibg27rccfik6kdsitp...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Thilini Shanika;X-NUM-GUESTS=0:mailto:thili...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Ravindu Perera;X-NUM-GUESTS=0:mailto:ravindu.2014...@iit.ac.lk
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;RSVP=TRUE
 ;CN=Kasun Thennakoon;X-NUM-GUESTS=0:mailto:kasu...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Pubudu Gunatilaka;X-NUM-GUESTS=0:mailto:pubu...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Chanaka Jayasena;X-NUM-GUESTS=0:mailto:chan...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Nuwan Dias;X-NUM-GUESTS=0:mailto:nuw...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=dev@wso2.org;X-NUM-GUESTS=0:mailto:dev@wso2.org
CREATED:20170518T085528Z
DESCRIPTION:This event has a Google Hangouts video call.\nJoin: https://plu
 s.google.com/hangouts/_/wso2.com/gsoc-apim?hceid=a2FzdW50ZUB3c28yLmNvbQ.538
 04ibg27rccfik6kdsitpdek&hs=121\n\nView your event at https://www.google.com
 /calendar/event?action=VIEW&eid=NTM4MDRpYmcyN3JjY2ZpazZrZHNpdHBkZWsgZGV2QHd
 zbzIub3Jn&tok=MTYja2FzdW50ZUB3c28yLmNvbWMzMjlkYzlmOTA1NmE3ZmM1ZWVjNGM5MmRiO
 WQyZGZmYWM3ZGUyNmU&ctz=Asia/Colombo&hl=en.
LAST-MODIFIED:20170518T085529Z
LOCATION:
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:[GSoC][APIM] Environment Support for API Manager weekly sync up mee
 ting
TRANSP:OPAQUE
BEGIN:VALARM
ACTION:DISPLAY
DESCRIPTION:This is an event reminder
TRIGGER:-P0DT0H17M0S
END:VALARM
BEGIN:VALARM
ACTION:DISPLAY
DESCRIPTION:This is an event reminder
TRIGGER:-P0DT1H0M0S
END:VALARM
END:VEVENT
END:VCALENDAR


invite.ics
Description: application/ics
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Invitation: [GSoC][APIM] Environment Support for API Manager weekly s... @ Thu Jun 1, 2017 3pm - 4pm (IST) (dev@wso2.org)

2017-05-30 Thread Kasun Thennakoon
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VEVENT
DTSTART:20170601T093000Z
DTEND:20170601T103000Z
DTSTAMP:20170530T142905Z
ORGANIZER;CN=Kasun Thennakoon:mailto:kasu...@wso2.com
UID:3uup5lp3r8bj1b07o83j7q4...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Thilini Shanika;X-NUM-GUESTS=0:mailto:thili...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Ravindu Perera;X-NUM-GUESTS=0:mailto:ravindu.2014...@iit.ac.lk
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;RSVP=TRUE
 ;CN=Kasun Thennakoon;X-NUM-GUESTS=0:mailto:kasu...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Pubudu Gunatilaka;X-NUM-GUESTS=0:mailto:pubu...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Chanaka Jayasena;X-NUM-GUESTS=0:mailto:chan...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Nuwan Dias;X-NUM-GUESTS=0:mailto:nuw...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=dev@wso2.org;X-NUM-GUESTS=0:mailto:dev@wso2.org
CREATED:20170530T142904Z
DESCRIPTION:This event has a Google Hangouts video call.\nJoin: https://plu
 s.google.com/hangouts/_/wso2.com/gsoc-apim?hceid=a2FzdW50ZUB3c28yLmNvbQ.3uu
 p5lp3r8bj1b07o83j7q4jts&hs=121\n\nView your event at https://www.google.com
 /calendar/event?action=VIEW&eid=M3V1cDVscDNyOGJqMWIwN284M2o3cTRqdHMgZGV2QHd
 zbzIub3Jn&tok=MTYja2FzdW50ZUB3c28yLmNvbTYzNGE3ZGE2NjA3YjQzMjliNGVkYzg2YTRhZ
 DRhMDUyN2Y1NTAxMTU&ctz=Asia/Colombo&hl=en.
LAST-MODIFIED:20170530T142905Z
LOCATION:WSO2\, 20\, Palm Grove\, Colombo\, Sri Lanka
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:[GSoC][APIM] Environment Support for API Manager weekly sync up mee
 ting
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR


invite.ics
Description: application/ics
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Invitation: [GSoC][APIM] Environment Support for API Manager weekly s... @ Tue Jun 20, 2017 10am - 11am (IST) (dev@wso2.org)

2017-06-18 Thread Kasun Thennakoon
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VEVENT
DTSTART:20170620T043000Z
DTEND:20170620T053000Z
DTSTAMP:20170619T050122Z
ORGANIZER;CN=Kasun Thennakoon:mailto:kasu...@wso2.com
UID:gm4bl8dnefj5ac5j3q2hjpi...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Thilini Shanika;X-NUM-GUESTS=0:mailto:thili...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Ravindu Perera;X-NUM-GUESTS=0:mailto:ravindu.2014...@iit.ac.lk
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;RSVP=TRUE
 ;CN=Kasun Thennakoon;X-NUM-GUESTS=0:mailto:kasu...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Pubudu Gunatilaka;X-NUM-GUESTS=0:mailto:pubu...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Chanaka Jayasena;X-NUM-GUESTS=0:mailto:chan...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Nuwan Dias;X-NUM-GUESTS=0:mailto:nuw...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=dev@wso2.org;X-NUM-GUESTS=0:mailto:dev@wso2.org
CREATED:20170619T050121Z
DESCRIPTION:This event has a Google Hangouts video call.\nJoin: https://plu
 s.google.com/hangouts/_/wso2.com/gsoc-apim?hceid=a2FzdW50ZUB3c28yLmNvbQ.gm4
 bl8dnefj5ac5j3q2hjpiigs&hs=121\n\nView your event at https://www.google.com
 /calendar/event?action=VIEW&eid=Z200Ymw4ZG5lZmo1YWM1ajNxMmhqcGlpZ3MgZGV2QHd
 zbzIub3Jn&tok=MTYja2FzdW50ZUB3c28yLmNvbWJiMmFjNGQxMzI2Mjk2ZWM4NWU5NmI0MmY5Y
 2IzZWNkYTcxMjMwMDQ&ctz=Asia/Colombo&hl=en.
LAST-MODIFIED:20170619T050121Z
LOCATION:WSO2\, 20\, Palm Grove\, Colombo\, Sri Lanka
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:[GSoC][APIM] Environment Support for API Manager weekly sync up mee
 ting
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR


invite.ics
Description: application/ics
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Invitation: [GSoC][APIM] Environment Support for API Manager sync up ... @ Fri Jun 23, 2017 10am - 11am (IST) (dev@wso2.org)

2017-06-22 Thread Kasun Thennakoon
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VEVENT
DTSTART:20170623T043000Z
DTEND:20170623T053000Z
DTSTAMP:20170623T021851Z
ORGANIZER;CN=Kasun Thennakoon:mailto:kasu...@wso2.com
UID:64gtr5dh21nc4lu73st8t3l...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Thilini Ishaka;X-NUM-GUESTS=0:mailto:thil...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Ravindu Perera;X-NUM-GUESTS=0:mailto:ravindu.2014...@iit.ac.lk
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;RSVP=TRUE
 ;CN=Kasun Thennakoon;X-NUM-GUESTS=0:mailto:kasu...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Pubudu Gunatilaka;X-NUM-GUESTS=0:mailto:pubu...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Chanaka Jayasena;X-NUM-GUESTS=0:mailto:chan...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Nuwan Dias;X-NUM-GUESTS=0:mailto:nuw...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=dev@wso2.org;X-NUM-GUESTS=0:mailto:dev@wso2.org
CREATED:20170623T021851Z
DESCRIPTION:This event has a Google Hangouts video call.\nJoin: https://plu
 s.google.com/hangouts/_/wso2.com/gsoc-apim?hceid=a2FzdW50ZUB3c28yLmNvbQ.64g
 tr5dh21nc4lu73st8t3l86s&hs=121\n\nView your event at https://www.google.com
 /calendar/event?action=VIEW&eid=NjRndHI1ZGgyMW5jNGx1NzNzdDh0M2w4NnMgZGV2QHd
 zbzIub3Jn&tok=MTYja2FzdW50ZUB3c28yLmNvbTVkNWRjODNhOGMwOTdkYzU0OGMyYjkwMDE3M
 WIzZDIwYmI2NjdlNTk&ctz=Asia/Colombo&hl=en.
LAST-MODIFIED:20170623T021851Z
LOCATION:WSO2\, 20\, Palm Grove\, Colombo\, Sri Lanka
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:[GSoC][APIM] Environment Support for API Manager sync up meeting
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR


invite.ics
Description: application/ics
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Invitation: [GSoC][APIM] Environment Support for API Manager weekly s... @ Fri Jun 30, 2017 10am - 11am (IST) (dev@wso2.org)

2017-06-29 Thread Kasun Thennakoon
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VEVENT
DTSTART:20170630T043000Z
DTEND:20170630T053000Z
DTSTAMP:20170630T023733Z
ORGANIZER;CN=Kasun Thennakoon:mailto:kasu...@wso2.com
UID:nlfpcol7054ogk2n608n8eb...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Thilini Shanika;X-NUM-GUESTS=0:mailto:thili...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Ravindu Perera;X-NUM-GUESTS=0:mailto:ravindu.2014...@iit.ac.lk
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;RSVP=TRUE
 ;CN=Kasun Thennakoon;X-NUM-GUESTS=0:mailto:kasu...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Pubudu Gunatilaka;X-NUM-GUESTS=0:mailto:pubu...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Chanaka Jayasena;X-NUM-GUESTS=0:mailto:chan...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Nuwan Dias;X-NUM-GUESTS=0:mailto:nuw...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=dev@wso2.org;X-NUM-GUESTS=0:mailto:dev@wso2.org
CREATED:20170630T023733Z
DESCRIPTION:This event has a Google Hangouts video call.\nJoin: https://plu
 s.google.com/hangouts/_/wso2.com/gsoc-apim?hceid=a2FzdW50ZUB3c28yLmNvbQ.nlf
 pcol7054ogk2n608n8eb1e4&hs=121\n\nView your event at https://www.google.com
 /calendar/event?action=VIEW&eid=bmxmcGNvbDcwNTRvZ2sybjYwOG44ZWIxZTQgZGV2QHd
 zbzIub3Jn&tok=MTYja2FzdW50ZUB3c28yLmNvbTU3ZWMwYjJhZDU0NGNkOTgzZmIwNGM4MmJlM
 zQzZjNhYWFmMmVkNmQ&ctz=Asia/Colombo&hl=en.
LAST-MODIFIED:20170630T023733Z
LOCATION:WSO2\, 20\, Palm Grove\, Colombo\, Sri Lanka
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:[GSoC][APIM] Environment Support for API Manager weekly sync up mee
 ting
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR


invite.ics
Description: application/ics
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Invitation: [GSoC][APIM] Environment Support for API Manager weekly s... @ Wed Jul 19, 2017 10am - 11am (IST) (dev@wso2.org)

2017-07-16 Thread Kasun Thennakoon
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VEVENT
DTSTART:20170719T043000Z
DTEND:20170719T053000Z
DTSTAMP:20170717T052456Z
ORGANIZER;CN=Kasun Thennakoon:mailto:kasu...@wso2.com
UID:o3cil2ee6lkumrpqmd99341...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Thilini Shanika;X-NUM-GUESTS=0:mailto:thili...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Ravindu Perera;X-NUM-GUESTS=0:mailto:ravindu.2014...@iit.ac.lk
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;RSVP=TRUE
 ;CN=Kasun Thennakoon;X-NUM-GUESTS=0:mailto:kasu...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Pubudu Gunatilaka;X-NUM-GUESTS=0:mailto:pubu...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Chanaka Jayasena;X-NUM-GUESTS=0:mailto:chan...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Nuwan Dias;X-NUM-GUESTS=0:mailto:nuw...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=dev@wso2.org;X-NUM-GUESTS=0:mailto:dev@wso2.org
CREATED:20170717T052456Z
DESCRIPTION:This event has a Google Hangouts video call.\nJoin: https://plu
 s.google.com/hangouts/_/wso2.com/gsoc-apim?hceid=a2FzdW50ZUB3c28yLmNvbQ.o3c
 il2ee6lkumrpqmd99341sts&hs=121\n\nView your event at https://www.google.com
 /calendar/event?action=VIEW&eid=bzNjaWwyZWU2bGt1bXJwcW1kOTkzNDFzdHMgZGV2QHd
 zbzIub3Jn&tok=MTYja2FzdW50ZUB3c28yLmNvbTAyMmViZDZiOWI4Yjk1ODMzYmVhMjQ4NWY2O
 WIzZWZkOGQ2YmM2OTA&ctz=Asia/Colombo&hl=en.
LAST-MODIFIED:20170717T052456Z
LOCATION:WSO2\, 20\, Palm Grove\, Colombo\, Sri Lanka
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:[GSoC][APIM] Environment Support for API Manager weekly sync up mee
 ting
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR


invite.ics
Description: application/ics
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Invitation: [GSoC][APIM] Environment Support for API Manager weekly s... @ Fri Jul 28, 2017 10:30am - 11:30am (IST) (dev@wso2.org)

2017-07-27 Thread Kasun Thennakoon
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VEVENT
DTSTART:20170728T05Z
DTEND:20170728T06Z
DTSTAMP:20170727T173244Z
ORGANIZER;CN=Kasun Thennakoon:mailto:kasu...@wso2.com
UID:2bo2apg0qsnu6h69liece7h...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Thilini Shanika;X-NUM-GUESTS=0:mailto:thili...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Ravindu Perera;X-NUM-GUESTS=0:mailto:ravindu.2014...@iit.ac.lk
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;RSVP=TRUE
 ;CN=Kasun Thennakoon;X-NUM-GUESTS=0:mailto:kasu...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Pubudu Gunatilaka;X-NUM-GUESTS=0:mailto:pubu...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Chanaka Jayasena;X-NUM-GUESTS=0:mailto:chan...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Nuwan Dias;X-NUM-GUESTS=0:mailto:nuw...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=dev@wso2.org;X-NUM-GUESTS=0:mailto:dev@wso2.org
CREATED:20170727T173244Z
DESCRIPTION:This event has a Google Hangouts video call.\nJoin: https://plu
 s.google.com/hangouts/_/wso2.com/gsoc-apim?hceid=a2FzdW50ZUB3c28yLmNvbQ.2bo
 2apg0qsnu6h69liece7ho11&hs=121\n\nView your event at https://www.google.com
 /calendar/event?action=VIEW&eid=MmJvMmFwZzBxc251Nmg2OWxpZWNlN2hvMTEgZGV2QHd
 zbzIub3Jn&tok=MTYja2FzdW50ZUB3c28yLmNvbWJkMWM1OTMwOGFjZDMzOTViNzI3MzQxZWRlY
 WNjZmY0MWNlNTQ3MDU&ctz=Asia/Colombo&hl=en.
LAST-MODIFIED:20170727T173244Z
LOCATION:WSO2\, 20\, Palm Grove\, Colombo\, Sri Lanka
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:[GSoC][APIM] Environment Support for API Manager weekly sync up mee
 ting
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR


invite.ics
Description: application/ics
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Invitation: [GSoC][APIM] Environment Support for API Manager weekly ... @ Fri Aug 18, 2017 2:30pm - 3:30pm (IST) (dev@wso2.org)

2017-08-18 Thread Kasun Thennakoon
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VEVENT
DTSTART:20170818T09Z
DTEND:20170818T10Z
DTSTAMP:20170818T083815Z
ORGANIZER;CN=Kasun Thennakoon:mailto:kasu...@wso2.com
UID:56nf6vpq1u94j1m1tdda0oi...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Thilini Shanika;X-NUM-GUESTS=0:mailto:thili...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Ravindu Perera;X-NUM-GUESTS=0:mailto:ravindu.2014...@iit.ac.lk
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;RSVP=TRUE
 ;CN=Kasun Thennakoon;X-NUM-GUESTS=0:mailto:kasu...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Pubudu Gunatilaka;X-NUM-GUESTS=0:mailto:pubu...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Chanaka Jayasena;X-NUM-GUESTS=0:mailto:chan...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Nuwan Dias;X-NUM-GUESTS=0:mailto:nuw...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=dev@wso2.org;X-NUM-GUESTS=0:mailto:dev@wso2.org
CREATED:20170818T083815Z
DESCRIPTION:-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~
 :~:~:~:~:~:~:~:~::~:~::-\nPlease do not edit this section of the descriptio
 n.\n\nThis event has a video call.\nJoin: https://meet.google.com/ifj-uasw-
 oij\n\nView your event at https://www.google.com/calendar/event?action=VIEW
 &eid=NTZuZjZ2cHExdTk0ajFtMXRkZGEwb2loNTYgZGV2QHdzbzIub3Jn&tok=MTYja2FzdW50Z
 UB3c28yLmNvbWJmZjI1ZDU0Mzc0YzE2M2FmZjdmZGU0MzYxMjEzZWVjMGUyZTNmM2I&ctz=Asia
 /Colombo&hl=en.\n-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:
 ~:~:~:~:~:~:~:~:~:~:~::~:~::-
LAST-MODIFIED:20170818T083815Z
LOCATION:WSO2\, 20\, Palm Grove\, Colombo\, Sri Lanka
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY: [GSoC][APIM] Environment Support for API Manager weekly sync up me
 eting
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR


invite.ics
Description: application/ics
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] WSO2 API Manager 3.0.0-M9 Released!

2017-12-07 Thread Kasun Thennakoon
The WSO2 API Manager team is pleased to announce the release of API Manager
3.0.0-M9. It's now available to download.
Distribution

   -
   
https://github.com/wso2/product-apim/releases/download/v3.0.0-m9/wso2apim-3.0.0-m9.zip
   -
   
https://github.com/wso2/product-apim/releases/download/v3.0.0-m9/wso2apim-gateway-3.0.0-m9.zip
   -
   
https://github.com/wso2/product-apim/releases/download/v3.0.0-m9/wso2apim-das-3.0.0-m9.zip

Documentation

   - https://docs.wso2.com/display/AM300/

Following list contains all the features, improvements and bug fixes
available with this milestone.
New Feature

   -


   
https://github.com/wso2/product-apim/issues?utf8=%E2%9C%93&q=label%3A3.0.0+milestone%3A3.0.0
   -m9+is%3Aclosed+label%3A%22Type%2FNew+Feature%22+
   
<https://github.com/wso2/product-apim/issues?utf8=%E2%9C%93&q=label%3A3.0.0+milestone%3A3.0.0-m9+is%3Aclosed+label%3A%22Type%2FNew+Feature%22+>

Tasks/Bug Fixes and Improvements

   -


   
https://github.com/wso2/product-apim/issues?utf8=%E2%9C%93&q=label%3A3.0.0+milestone%3A3.0.0-m9+is%3Aclosed+label%3AType%2FBug+

List of Open Issues

   - https://github.com/wso2/product-apim/issues?q=is%3Aopen+is%3
   Aissue+label%3A3.0.0+label%3AType%2FBug
   
<https://github.com/wso2/product-apim/issues?q=is%3Aopen+is%3Aissue+label%3A3.0.0+label%3AType%2FBug>
   - https://github.com/wso2/carbon-apimgt/issues?q=is%3Aopen+is%
   3Aissue+label%3A3.0.0
   
<https://github.com/wso2/carbon-apimgt/issues?q=is%3Aopen+is%3Aissue+label%3A3.0.0>

How To Contribute

Your feedback is most welcome!
Mailing Lists

   - Join our mailing list and correspond with the developers directly.

Developer List : dev@wso2.org | Subscribe | Mail Archive
<http://mail.wso2.org/mailarchive/dev/>

   - User Forum : StackOverflow
   <https://stackoverflow.com/questions/tagged/wso2-am>

Reporting Issues

We encourage you to report issues, improvements and feature requests
regarding WSO2 API Manager through WSO2 API Manager GIT Issues
<https://github.com/wso2/product-apim/issues>.

~ WSO2 API Manager Team ~

-- 
*Kasun Thennakoon*
Software Engineer
WSO2, Inc.
Mobile:+94 711661919
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] WSO2 API Manager 3.0.0-M13 Released!

2018-01-11 Thread Kasun Thennakoon
The WSO2 API Manager team is pleased to announce the release of API Manager
3.0.0-M13. It's now available to download.

Distribution

   -
   
https://github.com/wso2/product-apim/releases/download/v3.0.0-m13/wso2apim-3.0.0-m13.zip
   -
   
https://github.com/wso2/product-apim/releases/download/v3.0.0-m13/wso2apim-gateway-3.0.0-m13.zip
   -
   
https://github.com/wso2/product-apim/releases/download/v3.0.0-m13/wso2apim-das-3.0.0-m13.zip

Documentation

   - https://docs.wso2.com/display/AM300/

Following list contains all the features, improvements and bug fixes
available with this milestone.


New Features

   -

   
*https://github.com/wso2/product-apim/issues?utf8=%E2%9C%93&q=label%3A3.0.0+milestone%3A3.0.0-m13+is%3Aclosed+label%3A%22Type%2FNew+Feature%22+
   
<https://github.com/wso2/product-apim/issues?utf8=%E2%9C%93&q=label%3A3.0.0+milestone%3A3.0.0-m13+is%3Aclosed+label%3A%22Type%2FNew+Feature%22+>*
   -


   
https://github.com/wso2/carbon-auth/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed+closed%3A2018-01-05..2018-01-11+label%3A%22Type%2FNew+Feature%22+

Bug Fixes

   -

   
*https://github.com/wso2/product-apim/issues?utf8=%E2%9C%93&q=label%3A3.0.0+milestone%3A3.0.0-m13+is%3Aclosed+label%3AType%2FBug+
   
<https://github.com/wso2/product-apim/issues?utf8=%E2%9C%93&q=label%3A3.0.0+milestone%3A3.0.0-m13+is%3Aclosed+label%3AType%2FBug+>*
   -


   
https://github.com/wso2/carbon-auth/issues?q=is%3Aissue+is%3Aclosed+closed%3A2018-01-05..2018-01-11+label%3AType%2FBug

Improvements

   -

   
*https://github.com/wso2/product-apim/issues?utf8=%E2%9C%93&q=label%3A3.0.0+milestone%3A3.0.0-m13+is%3Aclosed+label%3AType%2FImprovement+
   
<https://github.com/wso2/product-apim/issues?utf8=%E2%9C%93&q=label%3A3.0.0+milestone%3A3.0.0-m13+is%3Aclosed+label%3AType%2FImprovement+>*

List of Open Issues

   - https://github.com/wso2/product-apim/issues?q=is%3Aopen+is%3
   Aissue+label%3A3.0.0+label%3AType%2FBug
   
<https://github.com/wso2/product-apim/issues?q=is%3Aopen+is%3Aissue+label%3A3.0.0+label%3AType%2FBug>

How To Contribute

Your feedback is most welcome!
Mailing Lists

   - Join our mailing list and correspond with the developers directly.

Developer List : dev@wso2.org | Subscribe | Mail Archive
<http://mail.wso2.org/mailarchive/dev/>

   - User Forum : StackOverflow
   <https://stackoverflow.com/questions/tagged/wso2-am>

Reporting Issues

We encourage you to report issues, improvements and feature requests
regarding WSO2 API Manager through WSO2 API Manager GIT Issues
<https://github.com/wso2/product-apim/issues>.

~ WSO2 API Manager Team ~

-- 
*Kasun Thennakoon*
Software Engineer
WSO2, Inc.
Mobile:+94 711661919
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] WSO2 API Manager 3.0.0-M21 Released!

2018-03-08 Thread Kasun Thennakoon
The WSO2 API Manager team is pleased to announce the release of API Manager
3.0.0-M21. It's now available to download.

Distribution

   - https://github.com/wso2/product-apim/releases/download/v3.0.0
   -m21/wso2apim-3.0.0-m21.zip
   
<https://github.com/wso2/product-apim/releases/download/v3.0.0-m21/wso2apim-3.0.0-m21.zip>
   - https://github.com/wso2/product-apim/releases/download/v3.0.0
   -m21/wso2apim-gateway-3.0.0-m21.zip
   
<https://github.com/wso2/product-apim/releases/download/v3.0.0-m21/wso2apim-gateway-3.0.0-m21.zip>

Documentation

   - https://docs.wso2.com/display/AM300/

Following list contains all the features, improvements and bug fixes
available with this milestone.
New Features

   -
   
https://github.com/wso2/carbon-auth/issues?utf8=✓&q=is%3Aissue+is%3Aclosed+closed%3A2018-02-28..2018-03-08+label%3A"Type%2FNew+Feature"+

Bug Fixes

   -


   
https://github.com/wso2/product-apim/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed+milestone%3A3.0.0-m21+label%3AType%2FBug+

Improvements and Takss

   -
   
https://github.com/wso2/product-apim/issues?utf8=✓&q=is%3Aissue+is%3Aclosed+milestone%3A3.0.0-m21+label%3AType%2FImprovement+
   -
   
https://github.com/wso2/carbon-auth/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed+closed%3A2018-02-28..2018-03-08+label%3AType%2FImprovement+

List of Open Issues

   - https://github.com/wso2/product-apim/issues?q=is%3Aopen+is%3
   Aissue+label%3A3.0.0+label%3AType%2FBug
   
<https://github.com/wso2/product-apim/issues?q=is%3Aopen+is%3Aissue+label%3A3.0.0+label%3AType%2FBug>

How To Contribute

Your feedback is most welcome!
Mailing Lists

   - Join our mailing list and correspond with the developers directly.

Developer List : dev@wso2.org | Subscribe | Mail Archive
<http://mail.wso2.org/mailarchive/dev/>

   - User Forum : StackOverflow
   <https://stackoverflow.com/questions/tagged/wso2-am>

Reporting Issues

We encourage you to report issues, improvements and feature requests
regarding WSO2 API Manager through WSO2 API Manager GIT Issues
<https://github.com/wso2/product-apim/issues>.

~ WSO2 API Manager Team ~


-- 
*Kasun Thennakoon*
Software Engineer
WSO2, Inc.
Mobile:+94 711661919
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Architecture] [VOTE] Release of WSO2 API Manager Microgateway Toolkit 2.5.0 RC2

2018-07-07 Thread Kasun Thennakoon
Hi all,

Tested the below

   - Test micro-gw.bat setup, build, rest and help commands in a windows
   environment
   - Test gateway.bat run as a windows service
   - Test services with a mixed set of resources with and without auth
   - Enable JWT generation and test for the JWT header(X-JWT-Assertion)

No blockers found.

[+] Stable - go ahead & release.

Thanks
~KasunTe

-- 
*Kasun Thennakoon*
Software Engineer
WSO2, Inc.
Mobile:+94 711661919
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [APIM][3.0.0] Standard for maintaining i18n keys in the json file

2018-08-21 Thread Kasun Thennakoon
Hi Rajith,


> 1. Are we creating the text key same as the text to be displayed. (AFAIK
> we have done this in V2 because its easy to translate the json file in to
> another language) or are we using short key values.
>
IMO , We could use the message text as the locale file key if it's shorter
than an agreed length (i:e 20 characters), else we would need to truncate
the message text to use as its key.
I think having a message characters count higher than 30 or 20 would not be
common (other than in some descriptions or so). Most of the transferable
text would be button names, table columns ect.
There is a small drawback when using truncated keys, where if the locale
file is missing as the fallback option
<https://github.com/yahoo/react-intl/wiki/Components#message-formatting-fallbacks>
library will show the *FormattedMessage* id as the text. It would be less
meaningful in that case.

2. Are we using the dot (.) as the delimiter for key values. If the answer
> to the question 1, is to use key as same as the value, we can not use this
> delimiter because we can not include special characters


AFAIK, the only constraint
<https://github.com/yahoo/react-intl/wiki/Components#message-descriptor>
with *id *is, it should be a unique value in locale file, if the id
satisfies that, dot separators (or other special characters) would not be a
problem.

Thanks
~KasunTe

On Wed, Aug 22, 2018 at 10:08 AM Rajith Roshan  wrote:

> Hi all,
> We have added the support  for localization in APIM v3. We have followed
> the format[1] (words separated by dots)when specifying the key for the i18n
> text.
> But when we have lengthy text values , the key is getting longer as in
> [2]. We have followed the same patter in APIM V2 also when specifying the
> key, where the key is similar as the text need to be displayed.
> When we have keys with separated by dota, if the text to be displayed have
> special character like ", or . or ' or etc", we can not incorporate them
> into the key.
> So we need  answers for the following two questions.
>
> 1. Are we creating the text key same as the text to be displayed. (AFAIK
> we have done this in V2 because its easy to translate the json file in to
> another language) or are we using short key values.
> 2. Are we using the dot (.) as the delimiter for key values. If the answer
> to the question 1, is to use key as same as the value, we can not use this
> delimiter because we can not include special characters
>
>
> [1] -
> https://github.com/wso2/carbon-dashboards/blob/master/components/dashboards-web-component/public/locales/en.json
>
> [2] -
> https://github.com/wso2/carbon-apimgt/blob/master/features/apimgt/org.wso2.carbon.apimgt.publisher.feature/src/main/resources/publisher/public/locales/en.json#L9
>
> Thanks!
> Rajith
>
> --
> Rajith Roshan
> Senior Software Engineer, WSO2 Inc.
> Mobile: +94-717-064-214
>


-- 
*Kasun Thennakoon*
Software Engineer
WSO2, Inc.
Mobile:+94 711661919 
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] WSO2 API Manager 3.0.0-M33 Released!

2019-05-31 Thread Kasun Thennakoon
The WSO2 API Manager team is pleased to announce the release of API Manager
3.0.0-m33. It's now available to download.

Note: This release mainly includes the bleeding edge versions of the newly
revamped API Manager Publisher and Store. You can try-out the new
applications from below URLs

   - https://localhost:9443/publisher-new
   - https://localhost:9443/store-new

Distribution

   - wso2apim-3.0.0-m33
   
<https://github.com/wso2/product-apim/releases/download/v3.0.0-m33/wso2am-3.0.0-m33.zip>

Documentation

   - WSO2 API Manager 3.0.0 <https://docs.wso2.com/display/AM300>

Following list contains all the features, improvements and bug fixes
available with this milestone.
New Feature

   - Product-APIM new features
   
<https://github.com/wso2/product-apim/issues?utf8=%E2%9C%93&q=label%3A3.0.0+milestone%3A3.0.0-m33+is%3Aclosed+label%3A%22Type%2FNew+Feature%22+>

Bug Fixes

   - Product-APIM Bug fixes
   
<https://github.com/wso2/product-apim/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed+milestone%3A3.0.0-m33+label%3AType%2FBug+>

Improvements

   - Product-APIM improvements
   
<https://github.com/wso2/product-apim/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed+milestone%3A3.0.0-m33+label%3AType%2FImprovement+>

List of Open Issues

   - Open Issues for Product-APIM
   
<https://github.com/wso2/product-apim/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+label%3A3.0.0>

How To Contribute

Your feedback is most welcome!
Mailing Lists

Join our mailing list and collaborate with the developers directly.

Developer List : dev@wso2.org | Subscribe | Mail Archive
<http://mail.wso2.org/mailarchive/dev/>

   - User Forum : StackOverflow
   <https://stackoverflow.com/questions/tagged/wso2-am>

Reporting Issues

We encourage you to report issues, improvements and feature requests
regarding WSO2 API Manager through WSO2 API Manager GIT Issues
<https://github.com/wso2/product-apim/issues>.

~ WSO2 API Manager Team ~

-- 
*Kasun Thennakoon* | Senior Software Engineer | WSO2 Inc.
(m) +94 711661919 | (w) +94 11 214 5345 | (e) kasu...@wso2.com
GET INTEGRATION AGILE
Integration Agility for Digitally Driven Business
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 API Manager 3.0.0-M33 Released!

2019-05-31 Thread Kasun Thennakoon
Correcting announce group mail address

On Fri, May 31, 2019 at 7:21 PM Kasun Thennakoon  wrote:

> The WSO2 API Manager team is pleased to announce the release of API
> Manager 3.0.0-m33. It's now available to download.
>
> Note: This release mainly includes the bleeding edge versions of the
> newly revamped API Manager Publisher and Store. You can try-out the new
> applications from below URLs
>
>- https://localhost:9443/publisher-new
>- https://localhost:9443/store-new
>
> Distribution
>
>- wso2apim-3.0.0-m33
>
> <https://github.com/wso2/product-apim/releases/download/v3.0.0-m33/wso2am-3.0.0-m33.zip>
>
> Documentation
>
>- WSO2 API Manager 3.0.0 <https://docs.wso2.com/display/AM300>
>
> Following list contains all the features, improvements and bug fixes
> available with this milestone.
> New Feature
>
>- Product-APIM new features
>
> <https://github.com/wso2/product-apim/issues?utf8=%E2%9C%93&q=label%3A3.0.0+milestone%3A3.0.0-m33+is%3Aclosed+label%3A%22Type%2FNew+Feature%22+>
>
> Bug Fixes
>
>- Product-APIM Bug fixes
>
> <https://github.com/wso2/product-apim/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed+milestone%3A3.0.0-m33+label%3AType%2FBug+>
>
> Improvements
>
>- Product-APIM improvements
>
> <https://github.com/wso2/product-apim/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed+milestone%3A3.0.0-m33+label%3AType%2FImprovement+>
>
> List of Open Issues
>
>- Open Issues for Product-APIM
>
> <https://github.com/wso2/product-apim/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+label%3A3.0.0>
>
> How To Contribute
>
> Your feedback is most welcome!
> Mailing Lists
>
> Join our mailing list and collaborate with the developers directly.
>
> Developer List : dev@wso2.org | Subscribe | Mail Archive
> <http://mail.wso2.org/mailarchive/dev/>
>
>- User Forum : StackOverflow
><https://stackoverflow.com/questions/tagged/wso2-am>
>
> Reporting Issues
>
> We encourage you to report issues, improvements and feature requests
> regarding WSO2 API Manager through WSO2 API Manager GIT Issues
> <https://github.com/wso2/product-apim/issues>.
>
> ~ WSO2 API Manager Team ~
>
> --
> *Kasun Thennakoon* | Senior Software Engineer | WSO2 Inc.
> (m) +94 711661919 | (w) +94 11 214 5345 | (e) kasu...@wso2.com
> GET INTEGRATION AGILE
> Integration Agility for Digitally Driven Business
>


-- 
*Kasun Thennakoon* | Senior Software Engineer | WSO2 Inc.
(m) +94 711661919 | (w) +94 11 214 5345 | (e) kasu...@wso2.com
GET INTEGRATION AGILE
Integration Agility for Digitally Driven Business
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Invitation: [Code & Design Review] Test implementation for API Manage... @ Mon Jun 24, 2019 1pm - 2pm (IST) (dev@wso2.org)

2019-06-19 Thread Kasun Thennakoon
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VEVENT
DTSTART:20190624T073000Z
DTEND:20190624T083000Z
DTSTAMP:20190619T161056Z
ORGANIZER;CN=Kasun Thennakoon:mailto:kasu...@wso2.com
UID:5rkn328s3seg01g8oie0hqh...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=thar...@wso2.com;X-NUM-GUESTS=0:mailto:thar...@wso2.com
ATTENDEE;CUTYPE=RESOURCE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TR
 UE;CN="LK 6th Floor Meeting Room - Dijkstra Ext:1005650";X-NUM-GUESTS=0:mai
 lto:wso2.com_37373634303139362d333...@resource.calendar.google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;RSVP=TRUE
 ;CN=Kasun Thennakoon;X-NUM-GUESTS=0:mailto:kasu...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Pahan Sarathchandra;X-NUM-GUESTS=0:mailto:pa...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Malintha Amarasinghe;X-NUM-GUESTS=0:mailto:malint...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Joseph Fonseka;X-NUM-GUESTS=0:mailto:jos...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Nuwan Dias;X-NUM-GUESTS=0:mailto:nuw...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Sanjeewa Malalgoda;X-NUM-GUESTS=0:mailto:sanje...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=dev@wso2.org;X-NUM-GUESTS=0:mailto:dev@wso2.org
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Aruna Herath;X-NUM-GUESTS=0:mailto:aru...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Tanya Madurapperuma;X-NUM-GUESTS=0:mailto:ta...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=ruw...@wso2.com;X-NUM-GUESTS=0:mailto:ruw...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Dushan Silva;X-NUM-GUESTS=0:mailto:dush...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Kavith Lokuhewage;X-NUM-GUESTS=0:mailto:kav...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Menaka Jayawardena;X-NUM-GUESTS=0:mailto:men...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Chanaka Jayasena;X-NUM-GUESTS=0:mailto:chan...@wso2.com
X-MICROSOFT-CDO-OWNERAPPTID:-917199767
CREATED:20190619T161051Z
DESCRIPTION:We are planning to discuss the following points:\n\n\n- Types o
 f testing\n\n- Structuring the test code in UI applications\n- Usage of Jes
 t testing framework\n- Our approach for DOM testing\n- Using Shallow and Mo
 unt with enzyme\n- Usability of Puppeteer for integration tests\n- Usage of
  code coverage reports\n- Related git issue: https://github.com/wso2/produc
 t-apim/issues/3892\n\n-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~
 :~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-\nPlease do not edit this section of the 
 description.\n\nView your event at https://www.google.com/calendar/event?ac
 tion=VIEW&eid=NXJrbjMyOHMzc2VnMDFnOG9pZTBocWhhN28gZGV2QHdzbzIub3Jn&tok=MTYj
 a2FzdW50ZUB3c28yLmNvbWQ4NzNiMjJiYTMzNDlmMDdjYzBjMmE1NDlkMWI3YWNlOWExYzJjNGY
 &ctz=Asia%2FColombo&hl=en&es=1.\n-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:
 ~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-
LAST-MODIFIED:20190619T161052Z
LOCATION:LK 6th Floor Meeting Room - Dijkstra Ext:1005650
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:[Code & Design Review] Test implementation for API Manager React Ap
 plications
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR


invite.ics
Description: application/ics
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] APIM React UI input validation

2019-08-23 Thread Kasun Thennakoon
Hi All,

So far we have been doing the validation manually in ad-hoc manner. It
seems that this approach is not scalable. For example, We had to write URL
, email , ip address etc validation patterns manually.
So I think it's better to integrate a third-party library that is dedicated
to the validation task.
So we explored the available libraries and found these widely adopted
libraries.

   - Joi[1][2]
   - Validator.js[3]
   - V8n[4]

... many more <https://github.com/topics/validation?l=javascript>[4]

The above top 3 picks are pure validation libraries, Not related to ReactJs.

Out of those, IMO Joi[1] fits with our requirements well.
Here is a sample implementation
<https://codesandbox.io/s/stoic-mcnulty-9kcmj>[5] with material UI elements.

Please give your feedback.

[1]: https://github.com/hapijs/joi
[2]: https://github.com/hapijs/joi/blob/master/LICENSE.md
[3]: https://github.com/validatorjs/validator.js
[4]: https://github.com/imbrn/v8n
[5]: https://codesandbox.io/s/stoic-mcnulty-9kcmj

-- 
*Kasun Thennakoon* | Senior Software Engineer | WSO2 Inc.
(m) +94 711661919 | (w) +94 11 214 5345 | (e) kasu...@wso2.com
GET INTEGRATION AGILE
Integration Agility for Digitally Driven Business
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Architecture] [Intern Project] Integrating API gateway with AWS Lambda

2019-09-01 Thread Kasun Thennakoon
Hi All,

While I'm +1 to add a wizard for onboarding users to AWS backend APIs, but
I don't think we should add a separate menu for AWS backends, IMHO we can
have AWS related configurations in the endpoints section. and have the ARN
selection in resources page?
I think it will be convenient for the user when we provide one place to
manage the resource-related attributes.
So in summary:


   - Keep the backend related (AWS key/secret configurations) in the
   endpoints page
   - Provide the ARN selection option in resources page per operation, So
   users will recognize that their API operations will be mapped to there ARNs
   using the configurations in endpoints(backend configs).

We could introduce a wizard for the first time users when the choose AWS
endpoint and walk through them in the process.

Regards
~KasunTe
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Architecture] [Vote] Release of WSO2 API Manager 3.2.0 RC3

2020-08-11 Thread Kasun Thennakoon
Hi all,

I tested the following scenarios in APIM 3.2.0 RC3:

Environment: Windows 10, Edge 44

   - Login to publisher
  - Create an API(Default) + From swagger URL
  - Publish API
  - Login to the admin portal
   - As workflow admin user / regular admin user
  - Approve workflow requests
  - Add/update role permissions
   - Tested following workflows with SimpleWorkflowExecutors
  - API State change
  - Application creation
  - Production application registration
  - Sandbox application registration
  - Subscription creation


+1 to proceed with the release.

Thanks
~KasunTe

On Tue, Aug 11, 2020 at 11:49 PM Mushthaq Rumy  wrote:

> Hi All,
>
> We are pleased to announce the third release candidate of WSO2 API Manager
> 3.2.0.
>
> This release fixes the following issues.
>
>- Fixes : product-apim
>
> <https://github.com/wso2/product-apim/issues?q=is%3Aissue+is%3Aclosed+closed%3A2020-03-20..2020-08-11>
>- Fixes : analytics-apim
><https://github.com/wso2/analytics-apim/milestone/28?closed=1>
>
> Source and distribution,
> Runtime : https://github.com/wso2/product-apim/releases/tag/v3.2.0-rc3
> Analytics :
> https://github.com/wso2/analytics-apim/releases/tag/v3.2.0-rc3
>
> Documentation : https://apim.docs.wso2.com/en/3.2.0/
> Migration docs :
> https://apim.docs.wso2.com/en/3.2.0/install-and-setup/upgrading-wso2-api-manager/upgrading-process/
>
> Please download, test the product and vote.
>
> [+] Stable - go ahead and release
> [-] Broken - do not release (explain why)
>
> Thanks,
> WSO2 API Manager Team
>
>
> --
> Mushthaq Rumy
> *Associate Technical Lead*
> Mobile : +94 (0) 779 492140
> Email : musht...@wso2.com
> WSO2, Inc.; http://wso2.com/
> lean . enterprise . middleware.
>
> <http://wso2.com/signature>
>


-- 
*Kasun Thennakoon* | Associate Technical Lead | WSO2 Inc.
(m) +94 711661919 | (w) +94 11 214 5345 | (e) kasu...@wso2.com | (b)
me.knnect.com/blog
GET INTEGRATION AGILE
Integration Agility for Digitally Driven Business
[image: https://wso2.com/signature] <https://wso2.com/signature>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Architecture] [Vote] Release of WSO2 API Manager 3.2.0 RC6

2020-08-24 Thread Kasun Thennakoon
 Analytics :
>>>>>>>>>> https://github.com/wso2/analytics-apim/releases/tag/v3.2.0-rc3
>>>>>>>>>>
>>>>>>>>>> Documentation : https://apim.docs.wso2.com/en/3.2.0/
>>>>>>>>>> Migration docs :
>>>>>>>>>> https://apim.docs.wso2.com/en/3.2.0/install-and-setup/upgrading-wso2-api-manager/upgrading-process/
>>>>>>>>>>
>>>>>>>>>> Please download, test the product and vote.
>>>>>>>>>>
>>>>>>>>>> [+] Stable - go ahead and release
>>>>>>>>>> [-] Broken - do not release (explain why)
>>>>>>>>>>
>>>>>>>>>> Thanks,
>>>>>>>>>> WSO2 API Manager Team
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> *Arshardh Ifthikar*
>>>>>>>>>> Senior Software Engineer | WSO2 Inc.
>>>>>>>>>>
>>>>>>>>>> Email: arsha...@wso2.com
>>>>>>>>>> Mobile: +94777218551
>>>>>>>>>> Web: http://wso2.com
>>>>>>>>>>
>>>>>>>>>> <http://wso2.com/signature>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> *Sanjeewa Malalgoda*
>>>>>>>>> Software Architect | Associate Director, Engineering - WSO2 Inc.
>>>>>>>>> (m) +94 712933253 | (e) sanje...@wso2.com | (b) Blogger
>>>>>>>>> <http://sanjeewamalalgoda.blogspot.com>, Medium
>>>>>>>>> <https://medium.com/@sanjeewa190>
>>>>>>>>>
>>>>>>>>> GET INTEGRATION AGILE <https://wso2.com/signature>
>>>>>>>>> Integration Agility for Digitally Driven Business
>>>>>>>>> ___
>>>>>>>>> Dev mailing list
>>>>>>>>> Dev@wso2.org
>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>>>>>
>>>>>>>> ___
>>>>>>>> Dev mailing list
>>>>>>>> Dev@wso2.org
>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>>
>>>>>>> *Krishan Wijesena*
>>>>>>> Senior Software Engineer | WSO2
>>>>>>>
>>>>>>> Email : krish...@wso2.com
>>>>>>> Mobile : +94776219923
>>>>>>> WSO2 Inc : http://wso2.com
>>>>>>> [image: http://wso2.com/signature] <http://wso2.com/signature>
>>>>>>> ___
>>>>>>> Dev mailing list
>>>>>>> Dev@wso2.org
>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Mushthaq Rumy
>>>>>> *Associate Technical Lead*
>>>>>> Mobile : +94 (0) 779 492140
>>>>>> Email : musht...@wso2.com
>>>>>> WSO2, Inc.; http://wso2.com/
>>>>>> lean . enterprise . middleware.
>>>>>>
>>>>>> <http://wso2.com/signature>
>>>>>> ___
>>>>>> Dev mailing list
>>>>>> Dev@wso2.org
>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> *Chashika Weerathunga* | Software Engineer | WSO2 Inc.
>>>>> (m) +94713731206 | Email: chash...@wso2.com
>>>>> [image: http://wso2.com]
>>>>> <http://wso2.com>
>>>>> ___
>>>>> Dev mailing list
>>>>> Dev@wso2.org
>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>
>>>>
>>>>
>>>> --
>>>> *Vithursa Mahendrarajah* | Senior Software Engineer | WSO2 Inc
>>>> (m) +94 766 695 643 | (e) vithu...@wso2.com
>>>>
>>>> * <http://wso2.com/signature>[image: https://wso2.com/signature]
>>>> <https://wso2.com/signature>*
>>>> ___
>>>> Dev mailing list
>>>> Dev@wso2.org
>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>
>>> ___
>>> Architecture mailing list
>>> architect...@wso2.org
>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>>>
>>
>>
>> --
>> *Shehani Rathnayake* | Software Engineer | WSO2 Inc.
>> <http://wso2.com/>
>> (m) +94713490439 | (E) sheha...@wso2.com
>>
>> <https://wso2.com/signature>
>> ___
>> Architecture mailing list
>> architect...@wso2.org
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>>
>
>
> --
> *Hasunie Adikari*
> Associate Technical Lead
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
> blog http://hasuniea.blogspot.com | https://medium.com/@Hasunie/
> Mobile:+94713095876
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>


-- 
*Kasun Thennakoon* | Associate Technical Lead | WSO2 Inc.
(m) +94 711661919 | (w) +94 11 214 5345 | (e) kasu...@wso2.com | (b)
me.knnect.com/blog
GET INTEGRATION AGILE
Integration Agility for Digitally Driven Business
[image: https://wso2.com/signature] <https://wso2.com/signature>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev