[Dev] [IoTS] when will the IoTS be GA?

2016-09-15 Thread 云展智创
Hi,

Could anyone tell me when will the IoTS 1.0.0 release be GA? Thanks a lot.

--
Zhanwen Zhou (Jason)
+86 13922218435
zhanwen.z...@smartcloudex.com
Guangzhou Smart Cloudex Technology Co., Ltd.
Business: IOT, API Management

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


[Dev] [WSO2 MB] Add a button to dump message status information

2016-09-15 Thread Hasitha Hiranya
Hi Team,

WSO2 MB has a MBean operation which can be invoked to dump the message
status of all messages holding in memory. This is useful for trouble
shooting. When suddenly if messages are stuck without being delivered, we
can get the dump and inspect at which state they are stuck.

Since, WDYT abt subject? I have bought this up while ago.

People do not have access to MBeans. So what abt a admin service? And a UI
button?
(all message status will be dumped. No tenant story).

Will it be ok to allow to download the dumped file? Or should we let it be
at logs folder and let Devops to handle with it?

Appreciate your thoughts.

-- 
*Hasitha Abeykoon*
Senior Software Engineer; WSO2, Inc.; http://wso2.com
*cell:* *+94 719363063*
*blog: **abeykoon.blogspot.com* 
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Carbon-Data 4.4.0 Released

2016-09-15 Thread Manuri Amaya Perera
Hi Devs,

Please note $subject.

org.wso2.carbon.data
carbon-data
4.4.0

Thanks

-- 

*Manuri Amaya Perera*

*Software Engineer*

*WSO2 Inc.*

*Blog: http://manuriamayaperera.blogspot.com
*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Carbon-Data 4.4.0 is Staged

2016-09-15 Thread Manuri Amaya Perera
Released the repo.

Thanks,
Manuri

On Thu, Sep 15, 2016 at 9:04 PM, Manuri Amaya Perera 
wrote:

> Hi,
>
> I have built DSS with tests with the staging repo and no issues found.
> +1 to release.
>
> Thanks,
> Manuri
>
> On Thu, Sep 15, 2016 at 8:06 PM, Madhawa Gunasekara 
> wrote:
>
>> Hi All,
>>
>> Carbon-Data 4.4.0 is staged at https://maven.wso2.org/nexus/c
>> ontent/repositories/orgwso2carbondata-1005/
>> 
>>
>> This release is with kernel version 4.4.9. Please test and verify staging
>> repo with products.
>>
>> Thanks,
>> Madhawa
>>
>> --
>> *Madhawa Gunasekara*
>> Software Engineer
>> WSO2 Inc.; http://wso2.com
>> lean.enterprise.middleware
>>
>> mobile: +94 71941102 <+94+71941102>
>> blog: *http://madhawa-gunasekara.blogspot.com
>> *
>> linkedin: *http://lk.linkedin.com/in/mgunasekara
>> *
>>
>
>
>
> --
>
> *Manuri Amaya Perera*
>
> *Software Engineer*
>
> *WSO2 Inc.*
>
> *Blog: http://manuriamayaperera.blogspot.com
> *
>
>
>


-- 

*Manuri Amaya Perera*

*Software Engineer*

*WSO2 Inc.*

*Blog: http://manuriamayaperera.blogspot.com
*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Carbon-Data 4.4.0 is Staged

2016-09-15 Thread Manuri Amaya Perera
Hi,

I have built DSS with tests with the staging repo and no issues found.
+1 to release.

Thanks,
Manuri

On Thu, Sep 15, 2016 at 8:06 PM, Madhawa Gunasekara 
wrote:

> Hi All,
>
> Carbon-Data 4.4.0 is staged at https://maven.wso2.org/nexus/
> content/repositories/orgwso2carbondata-1005/
> 
>
> This release is with kernel version 4.4.9. Please test and verify staging
> repo with products.
>
> Thanks,
> Madhawa
>
> --
> *Madhawa Gunasekara*
> Software Engineer
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
>
> mobile: +94 71941102 <+94+71941102>
> blog: *http://madhawa-gunasekara.blogspot.com
> *
> linkedin: *http://lk.linkedin.com/in/mgunasekara
> *
>



-- 

*Manuri Amaya Perera*

*Software Engineer*

*WSO2 Inc.*

*Blog: http://manuriamayaperera.blogspot.com
*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Carbon-Data 4.4.0 is Staged

2016-09-15 Thread Madhawa Gunasekara
Hi All,

Carbon-Data 4.4.0 is staged at
https://maven.wso2.org/nexus/content/repositories/orgwso2carbondata-1005/


This release is with kernel version 4.4.9. Please test and verify staging
repo with products.

Thanks,
Madhawa

-- 
*Madhawa Gunasekara*
Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

mobile: +94 71941102 <+94+71941102>
blog: *http://madhawa-gunasekara.blogspot.com
*
linkedin: *http://lk.linkedin.com/in/mgunasekara
*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] javax.activation.UnsupportedDataTypeException: no object DCH for MIME type multipart/related

2016-09-15 Thread Fathima Dilhasha
Hi,

I'm trying to send an email with images within an osgi component.

But I'm getting the following error when trying to send an email.

*javax.mail.MessagingException: IOException while sending message;*
*  nested exception is:*
* javax.activation.UnsupportedDataTypeException: no object DCH for MIME
type multipart/related; *
* boundary="=_Part_0_765083650.1473940691764"*
* at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:625)*
* at javax.mail.Transport.send0(Transport.java:169)*
* at javax.mail.Transport.send(Transport.java:98)*

After some search and trial & error I figured out this issue is due to the
use of javax.activation as an imported package.

I checked the bundle dependencies and following is the details about the
bundle.

* Imported packages*
*javax.activation;
version="0.0.0"*


I have tried the following to solve the issue.

1. Add following line before sending. According to [1]

Thread.currentThread().setContextClassLoader( getClass().getClassLoader() );

2. Add following. According to [1]

MailcapCommandMap mc = (MailcapCommandMap) CommandMap.getDefaultCommandMap();
mc.addMailcap("text/html;;
x-java-content-handler=com.sun.mail.handlers.text_html");
mc.addMailcap("text/xml;;
x-java-content-handler=com.sun.mail.handlers.text_xml");
mc.addMailcap("text/plain;;
x-java-content-handler=com.sun.mail.handlers.text_plain");
mc.addMailcap("multipart/*;;
x-java-content-handler=com.sun.mail.handlers.multipart_mixed");
mc.addMailcap("message/rfc822;; x-java-content-
handler=com.sun.mail.handlers.message_rfc822");


I cannot figure out what the exact problem is and any help is appreciated.

p.s. I have a working standalone java class which is succesfully sending
emails with attachments and uses the javax activation from
activation-1.1.1.jar

[1] 
http://stackoverflow.com/questions/21856211/javax-activation-unsupporteddatatypeexception-no-object-dch-for-mime-type-multi

-- 
Fathima Dilhasha
*Software Engineer*
Mobile : +94 (0) 771663314 <%2B94%20%280%29%20773655496>
<%2B94%20%280%29%20773%20451194>
dilha...@wso2.com 
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Unit Testing for ESB class mediators

2016-09-15 Thread Palani Tester
Hi Team,

I'm going through WSO2 Test Automation framework for our project.  My 
requirement is to develop unit tests for  all ESB class mediators. I got below 
link, which saying that Unit testing will not be possible using Test Automation 
framework.

https://docs.wso2.com/display/TA430/Unit+Testing

Please address following queries.

  1.  Is it possible to develop Unit testing scripts using Test Automation 
Framework for ESB class mediators?
  2.  If Yes, Please share the reference links
  3.  If No, Is there any other ways to do Unit Testing?
  4.  What is the acceptable code coverage limit for ESB class mediators?

Thanks,

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


Re: [Dev] Why not ship creator and publisher roles pre-built in API-M?

2016-09-15 Thread Malintha Amarasinghe
Hi,

Adding this by default will give lots of benefits for automation testing as
well..

Shall we have a config in api-manager.xml to specify these roles? If so are
we adding it under  element? However  is where
Publisher web app specific configurations resides. But publisher and
creator roles are not really specific to Publisher web app as they will be
used in REST APIs as well. So what would be the best place to add this
configuration? Under  or under a new config.. may be
?

Thanks!
Malintha

On Wed, Sep 14, 2016 at 1:18 PM, Samisa Abeysinghe  wrote:

>
> On Wed, Sep 14, 2016 at 10:24 AM, Uvindra Dias Jayasinha  > wrote:
>
>> Thats a good point Samisa.
>>
>> We have the subscriber role by default because we need it to set the
>> permissions for users that sign up from the API store. All other user
>> creations need to happen through the carbon admin console anyway so I guess
>> we havent added those other roles by default.
>>
>> But I see no reason why we cannot have these roles already created to
>> make it easier for the end user.
>>
>
> ​+1
> ​
>
>>
>>
>> On 14 September 2016 at 08:57, Samisa Abeysinghe  wrote:
>>
>>> We ship subscriber role with proper permissions set.
>>>
>>> https://docs.wso2.com/display/AM200/Adding+User+Roles describes creator
>>> and publisher roles.
>>> But the vanilla product does not have them.
>>>
>>> Why not create and ship them with proper permissions pre-set? Why only
>>> subscriber role?
>>>
>>> Thanks,
>>> Samisa...
>>>
>>>
>>> Samisa Abeysinghe
>>>
>>> Vice President Delivery
>>>
>>> WSO2 Inc.
>>> http://wso2.com
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Regards,
>> Uvindra
>>
>> Mobile: 33962
>>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Malintha Amarasinghe
Software Engineer
*WSO2, Inc. - lean | enterprise | middleware*
http://wso2.com/

Mobile : +94 712383306
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [VOTE] Release WSO2 Identity Server 5.2.0- RC1

2016-09-15 Thread Kasun Bandara
Hi All,

Thanks for testing and verifying WSO2 Identity Server 5.2.0 RC1. We are
closing the vote now. The vote has passed with 17 +1s and 0 -1s. Therefore
we are proceeding with WSO2 Identity Server 5.2.0 release.

Thanks,

~ WSO2 Identity Server Team ~

On Thu, Sep 15, 2016 at 2:27 PM, Vindula Jayawardana 
wrote:

> Hi all,
>
> Tested the following with java 1.8.0_101.
>
>- SCIM API
>
> No blocking issues found.
>
> [+] Stable - go ahead and release
> Thanks,
>
> On Thu, Sep 15, 2016 at 2:20 PM, Godwin Shrimal  wrote:
>
>> Hi Devs,
>>
>> Tested following functionalities in XACML.
>>
>>- Use Simple/Basic/Standard policy editors and import existing policy
>>and create a policy
>>- Publishing to PDP with different options.
>>- Evaluate policies
>>
>> No blocking issues found.
>>
>> [x] -Stable -go ahead and release
>>
>>
>> Thanks
>>
>> Godwin
>>
>>
>>
>> On Thu, Sep 15, 2016 at 2:14 PM, Lakshan Gamage  wrote:
>>
>>> Hi all,
>>>
>>> Tested Claim and Profile Management for both Super Tenant mode and
>>> Tenant mode.
>>>
>>> No blocking issues found.
>>>
>>> [+] Stable - go ahead and release
>>>
>>> On Thu, Sep 15, 2016 at 2:11 PM, Malithi Edirisinghe 
>>> wrote:
>>>
 Hi Devs,

 Tested,

- OIDC SSO
- OIDC Logout
- OIDC Session Management

 Did not find any blocking issue. So,

 [+] Stable - go ahead and release

 Thanks,
 Malithi.

 On Thu, Sep 15, 2016 at 12:33 PM, Kathees Rajendram 
 wrote:

> Hi,
>
> Tested the following authenticators.
>
>- SMS OTP
>- Email OTP
>
> No blocking issue found.
>
> [+] Stable - go ahead and release
>
> Thanks,
> Kathees
>
> On Thu, Sep 15, 2016 at 12:13 PM, Darshana Gunawardana <
> darsh...@wso2.com> wrote:
>
>> Hi Devs,
>>
>> Tested,
>>
>>- SAML SSO
>>- Federation
>>- JIT Provisioning
>>- Google Provisioning
>>
>> Did not find any blocking issue.
>>
>> So here's my vote,
>>
>> [+] Stable - go ahead and release
>>
>> Thanks,
>>
>> On Wed, Sep 14, 2016 at 2:59 AM, Hasintha Indrajee > > wrote:
>>
>>> Tested IS Analytics including
>>>
>>>
>>>1. Enabling and disabling analytics (publishers),
>>>2. Data publishing through publishers.
>>>3. Analytics Dashboard functionalities.
>>>4. Session Analytics
>>>5. Login Analytics
>>>
>>>
>>>-  Variation over time
>>>-  Drilling down from different attributes
>>>-  Content of data table
>>>
>>> No blocking issues found.
>>> [+] Stable - go ahead and release
>>>
>>>
>>> On Sat, Sep 10, 2016 at 7:48 AM, Kasun Bandara 
>>> wrote:
>>>
 Hi All,

 This is the 1st Release Candidate of WSO2 Identity Server 5.2.0

 Please download, test the product and vote. Vote will be open for
 72 hours or as needed.

 This release fixes the following issues:
 https://wso2.org/jira/issues/?filter=13329

 Source and distribution

 Run-time   : https://github.com/wso2/produc
 t-is/releases/tag/v5.2.0-rc1
 Analytics   : https://github.com/wso2/analyt
 ics-is/releases/tag/v5.2.0-rc1

 Please vote as follows.
 [+] Stable - go ahead and release
 [-] Broken - do not release (explain why)

 Thanks,
 - WSO2 Identity Server Team -

 --
 Kasun Bandara
 *Software Engineer*
 Mobile : +94 (0) 718 338 360
 <%2B94%20%280%29%20773%20451194>
 kas...@wso2.com 

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


>>>
>>>
>>> --
>>> Hasintha Indrajee
>>> WSO2, Inc.
>>> Mobile:+94 771892453
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Regards,
>>
>>
>> *Darshana Gunawardana*Associate Technical Lead
>> WSO2 Inc.; http://wso2.com
>>
>> *E-mail: darsh...@wso2.com *
>> *Mobile: +94718566859 <%2B94718566859>*Lean . Enterprise . Middleware
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Kathees
> Software Engineer,
> email: kath...@wso2.com
> mobile: +94772596173
>

[Dev] WSO2 Machine Learner (ML) 1.2.0 Released!

2016-09-15 Thread Supun Sethunga
*WSO2 Machine Learner (ML) 1.2.0 Released!*

Machine learning has emerged as a key component of big data analytics
space. The goal of WSO2 Machine Learner is to make machine learning
accessible to WSO2 big data platform. WSO2 Machine Learner (
http://wso2.com/products/machine-learner/) provides a user-friendly
wizard-like interface, which guides users through a set of steps to find
and configure machine learning algorithms. The outcome of this process is a
model that can be deployed in multiple WSO2 products, such as , WSO2 Data
Analytics Server (DAS), WSO2 Enterprise Service Bus (ESB), WSO2 Complex
Event Processor (CEP) etc.
The novice-friendly machine learning analysis allows developers,
data-scientists and database administrators to quickly implement machine
learning methods. If you are familiar with WSO2 products, you can utilize
WSO2 Machine Learner to build machine learning models for various tasks,
such as fraud detection, anomaly detection, classification etc. WSO2
Machine Learner is built upon the award-winning, WSO2 Carbon platform,
which is based on the OSGi framework enabling better modularity for your
service-oriented architecture (SOA). WSO2 Machine Learner product is
powered by WSO2 Carbon , the SOA
middleware component platform and is released under  Apache Software
License (v2.0) , one of
the most business-friendly licenses available today.


​​
What's New In This Release

   - ​
   Upgrading Spark to 1.6.2
   - Integrating with WSO2 Data Analytics Server.
   - Security Fixes associated with the latest Carbon kernel.


*Distribution:*


   - ​http://wso2.com/products/machine-learner ​

*Official Documentation:*

   - https://docs.wso2.com/display/ML120/WSO2+Machine+Learner+Documentation



Issues Fixed in This Release

   - WSO2 ML 1.2.0 Fixed Issues 

Known Issues

   - WSO2 ML 1.2.0 Known Issues 

​​
Mailing Lists

Join our mailing list and correspond with the developers directly.

   - Developer List : dev@wso2.org | Subscribe | Mail Archive
   

Reporting Issues

We encourage you to report issues, documentation faults and feature
requests regarding WSO2 DAS through the public ML JIRA
. You can use the Carbon JIRA
 to report any issues related to
the Carbon base framework or associated Carbon components.
Discussion Forums

Alternatively, questions could be raised on http://stackoverflow.com
.
Support

We are committed to ensuring that your enterprise middleware deployment is
completely supported from evaluation to production. Our unique approach
ensures that all support leverages our open development methodology and is
provided by the very same engineers who build the technology.

For more details and to take advantage of this unique opportunity please
visit http://wso2.com/support.


Regards,
~ WSO2 ML Team ~
-- 
*Supun Sethunga*
Senior Software Engineer
WSO2, Inc.
http://wso2.com/
lean | enterprise | middleware
Mobile : +94 716546324
Blog: http://supunsetunga.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [VOTE] Release WSO2 Identity Server 5.2.0- RC1

2016-09-15 Thread Vindula Jayawardana
Hi all,

Tested the following with java 1.8.0_101.

   - SCIM API

No blocking issues found.

[+] Stable - go ahead and release
Thanks,

On Thu, Sep 15, 2016 at 2:20 PM, Godwin Shrimal  wrote:

> Hi Devs,
>
> Tested following functionalities in XACML.
>
>- Use Simple/Basic/Standard policy editors and import existing policy
>and create a policy
>- Publishing to PDP with different options.
>- Evaluate policies
>
> No blocking issues found.
>
> [x] -Stable -go ahead and release
>
>
> Thanks
>
> Godwin
>
>
>
> On Thu, Sep 15, 2016 at 2:14 PM, Lakshan Gamage  wrote:
>
>> Hi all,
>>
>> Tested Claim and Profile Management for both Super Tenant mode and Tenant
>> mode.
>>
>> No blocking issues found.
>>
>> [+] Stable - go ahead and release
>>
>> On Thu, Sep 15, 2016 at 2:11 PM, Malithi Edirisinghe 
>> wrote:
>>
>>> Hi Devs,
>>>
>>> Tested,
>>>
>>>- OIDC SSO
>>>- OIDC Logout
>>>- OIDC Session Management
>>>
>>> Did not find any blocking issue. So,
>>>
>>> [+] Stable - go ahead and release
>>>
>>> Thanks,
>>> Malithi.
>>>
>>> On Thu, Sep 15, 2016 at 12:33 PM, Kathees Rajendram 
>>> wrote:
>>>
 Hi,

 Tested the following authenticators.

- SMS OTP
- Email OTP

 No blocking issue found.

 [+] Stable - go ahead and release

 Thanks,
 Kathees

 On Thu, Sep 15, 2016 at 12:13 PM, Darshana Gunawardana <
 darsh...@wso2.com> wrote:

> Hi Devs,
>
> Tested,
>
>- SAML SSO
>- Federation
>- JIT Provisioning
>- Google Provisioning
>
> Did not find any blocking issue.
>
> So here's my vote,
>
> [+] Stable - go ahead and release
>
> Thanks,
>
> On Wed, Sep 14, 2016 at 2:59 AM, Hasintha Indrajee 
> wrote:
>
>> Tested IS Analytics including
>>
>>
>>1. Enabling and disabling analytics (publishers),
>>2. Data publishing through publishers.
>>3. Analytics Dashboard functionalities.
>>4. Session Analytics
>>5. Login Analytics
>>
>>
>>-  Variation over time
>>-  Drilling down from different attributes
>>-  Content of data table
>>
>> No blocking issues found.
>> [+] Stable - go ahead and release
>>
>>
>> On Sat, Sep 10, 2016 at 7:48 AM, Kasun Bandara 
>> wrote:
>>
>>> Hi All,
>>>
>>> This is the 1st Release Candidate of WSO2 Identity Server 5.2.0
>>>
>>> Please download, test the product and vote. Vote will be open for 72
>>> hours or as needed.
>>>
>>> This release fixes the following issues:
>>> https://wso2.org/jira/issues/?filter=13329
>>>
>>> Source and distribution
>>>
>>> Run-time   : https://github.com/wso2/produc
>>> t-is/releases/tag/v5.2.0-rc1
>>> Analytics   : https://github.com/wso2/analyt
>>> ics-is/releases/tag/v5.2.0-rc1
>>>
>>> Please vote as follows.
>>> [+] Stable - go ahead and release
>>> [-] Broken - do not release (explain why)
>>>
>>> Thanks,
>>> - WSO2 Identity Server Team -
>>>
>>> --
>>> Kasun Bandara
>>> *Software Engineer*
>>> Mobile : +94 (0) 718 338 360
>>> <%2B94%20%280%29%20773%20451194>
>>> kas...@wso2.com 
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Hasintha Indrajee
>> WSO2, Inc.
>> Mobile:+94 771892453
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Regards,
>
>
> *Darshana Gunawardana*Associate Technical Lead
> WSO2 Inc.; http://wso2.com
>
> *E-mail: darsh...@wso2.com *
> *Mobile: +94718566859 <%2B94718566859>*Lean . Enterprise . Middleware
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 Kathees
 Software Engineer,
 email: kath...@wso2.com
 mobile: +94772596173

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


>>>
>>>
>>> --
>>>
>>> *Malithi Edirisinghe*
>>> Associate Technical Lead
>>> WSO2 Inc.
>>>
>>> Mobile : +94 (0) 718176807
>>> malit...@wso2.com
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Lakshan Gamage*
>> Software Engineering Intern,
>> WSO2
>> *Tel: +94773472649 

[Dev] [Architecture] WSO2 Complex Event Processor 4.2.0 Released !!

2016-09-15 Thread Dilini Muthumala
Hi All,

The WSO2 CEP team is pleased to announce the release of version 4.2.0 of
Open Source WSO2 Complex Event Processor.

WSO2 Complex Event Processor (CEP) is a lightweight, easy-to-use, open
source Complex Event Processing server (CEP). It identifies the most
meaningful events within the event cloud, analyzes their impact, and acts
on them in real-time. It's built to be extremely high performing with WSO2
Siddhi and massively scalable using Apache Storm.

WSO2 CEP is built up on the award-winning, WSO2 Carbon platform
, which is based on the OSGi framework
enabling better modularity for your service oriented architecture (SOA).
WSO2 Carbon framework contains many enhanced features and optional
components to customize the behavior of the server through simple,
point-and-click provisioning. The CEP can be tightly integrated with WSO2
Data Analytics Server, by adding support for recording and post processing
events with Map-Reduce via Apache Spark, and WSO2 Machine Learner for
predictive analytics.

WSO2 Complex Event Processor is released under Apache Software License
Version 2.0 , one of the
most business-friendly licenses available today.

For more information on WSO2 Complex Event Processor, please visit
http://wso2.com/products/complex-event-processor/. You can also look at our
 online product documentation

.

WSO2 Complex Event Processor 4.2.0 includes following new features,
improvements and bug fixes.

New Feature

   - [CEP-322 ] - Unique time window
   support for Siddhi
   - [CEP-1507 ] - Siddhi Extension
   for calculate percentile values
   - [CEP-1510 ] - External Time
   Batch Window Implementation
   - [CEP-1512 ] - MaxForever and
   MinForever Attribute Aggregators for Siddhi
   - [CEP-1516 ] - Distinct
   Attribute Aggretaor for Siddhi
   - [CEP-1517 ] - Split Function
   for String Siddhi Extension
   - [CEP-1574 ] - JNDI Connector to
   Sonic MQ.

Improvement

   - [CEP-1442 ] - Create a role for
   analytics dashboard with necessary permissions (CEP & DAS)
   - [CEP-1476 ] - Siddhi Map
   Extension : map:CreateFromXML() only support XML with root element
   - [CEP-1488 ] - Allow '-' in
   @Import/@Export section in execution plan
   - [CEP-1497 ] - Custom XML input
   mapping should be able to populate stream attributes from XML attributes
   - [CEP-1511 ] - Template Manager
   support for other deployable artifacts
   - [CEP-1514 ] - Make Distruptor
   as configurable in Siddhi
   - [CEP-1515 ] - RDBMS event table
   does not work with new RDBMS database types
   - [CEP-1520 ] - Necessary
   improvement to ExternalTimeBatch window
   - [CEP-1526 ] - Improve event
   receiver/publisher JMS configuration to support Tibco EMS
   - [CEP-1528 ] - Provide support
   for string values to be used in line charts x axis in real time gadets
   - [CEP-1532 ] - Add basicAuth
   enable property for http event receiver
   - [CEP-1540 ] - [Template Manager
   UI] JSP pages which are not invoked through Ajax are named as
   *_ajaxprocessor.jsp

Fixed Issues

Bug Fixes


*Known Issues*

All the open issues pertaining to WSO2 Enterprise Service Bus are reported
at the following location:

Known Issues

Reporting *Issues*
Issues can be reported using the public JIRA available at
https://wso2.org/jira/browse/CEP
Contact usWSO2 Complex Event Processor developers can be contacted via the
mailing lists:

   Developer List : dev@wso2.org | Subscribe
 | Mail Archive


Alternatively, questions can also be raised in the stackoverflow:
*Forum* http://stackoverflow.com/questions/tagged/wso2/

Support

We are committed to ensuring that your enterprise middleware deployment is
completely supported from evaluation to production. Our unique approach
ensures that all support 

Re: [Dev] [VOTE] Release WSO2 Identity Server 5.2.0- RC1

2016-09-15 Thread Vithusha Aarabhi
Hi,

Tested User Management Scenarios.

Didn't find any blocking issues.

[+] Stable - go ahead and release

Thanks,
Vithusha

On Thu, Sep 15, 2016 at 2:14 PM, Lakshan Gamage  wrote:

> Hi all,
>
> Tested Claim and Profile Management for both Super Tenant mode and Tenant
> mode.
>
> No blocking issues found.
>
> [+] Stable - go ahead and release
>
> On Thu, Sep 15, 2016 at 2:11 PM, Malithi Edirisinghe 
> wrote:
>
>> Hi Devs,
>>
>> Tested,
>>
>>- OIDC SSO
>>- OIDC Logout
>>- OIDC Session Management
>>
>> Did not find any blocking issue. So,
>>
>> [+] Stable - go ahead and release
>>
>> Thanks,
>> Malithi.
>>
>> On Thu, Sep 15, 2016 at 12:33 PM, Kathees Rajendram 
>> wrote:
>>
>>> Hi,
>>>
>>> Tested the following authenticators.
>>>
>>>- SMS OTP
>>>- Email OTP
>>>
>>> No blocking issue found.
>>>
>>> [+] Stable - go ahead and release
>>>
>>> Thanks,
>>> Kathees
>>>
>>> On Thu, Sep 15, 2016 at 12:13 PM, Darshana Gunawardana <
>>> darsh...@wso2.com> wrote:
>>>
 Hi Devs,

 Tested,

- SAML SSO
- Federation
- JIT Provisioning
- Google Provisioning

 Did not find any blocking issue.

 So here's my vote,

 [+] Stable - go ahead and release

 Thanks,

 On Wed, Sep 14, 2016 at 2:59 AM, Hasintha Indrajee 
 wrote:

> Tested IS Analytics including
>
>
>1. Enabling and disabling analytics (publishers),
>2. Data publishing through publishers.
>3. Analytics Dashboard functionalities.
>4. Session Analytics
>5. Login Analytics
>
>
>-  Variation over time
>-  Drilling down from different attributes
>-  Content of data table
>
> No blocking issues found.
> [+] Stable - go ahead and release
>
>
> On Sat, Sep 10, 2016 at 7:48 AM, Kasun Bandara 
> wrote:
>
>> Hi All,
>>
>> This is the 1st Release Candidate of WSO2 Identity Server 5.2.0
>>
>> Please download, test the product and vote. Vote will be open for 72
>> hours or as needed.
>>
>> This release fixes the following issues:
>> https://wso2.org/jira/issues/?filter=13329
>>
>> Source and distribution
>>
>> Run-time   : https://github.com/wso2/produc
>> t-is/releases/tag/v5.2.0-rc1
>> Analytics   : https://github.com/wso2/analyt
>> ics-is/releases/tag/v5.2.0-rc1
>>
>> Please vote as follows.
>> [+] Stable - go ahead and release
>> [-] Broken - do not release (explain why)
>>
>> Thanks,
>> - WSO2 Identity Server Team -
>>
>> --
>> Kasun Bandara
>> *Software Engineer*
>> Mobile : +94 (0) 718 338 360
>> <%2B94%20%280%29%20773%20451194>
>> kas...@wso2.com 
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Hasintha Indrajee
> WSO2, Inc.
> Mobile:+94 771892453
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 Regards,


 *Darshana Gunawardana*Associate Technical Lead
 WSO2 Inc.; http://wso2.com

 *E-mail: darsh...@wso2.com *
 *Mobile: +94718566859 <%2B94718566859>*Lean . Enterprise . Middleware

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


>>>
>>>
>>> --
>>> Kathees
>>> Software Engineer,
>>> email: kath...@wso2.com
>>> mobile: +94772596173
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>>
>> *Malithi Edirisinghe*
>> Associate Technical Lead
>> WSO2 Inc.
>>
>> Mobile : +94 (0) 718176807
>> malit...@wso2.com
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Lakshan Gamage*
> Software Engineering Intern,
> WSO2
> *Tel: +94773472649 <%2B94773472649>*
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Vithusha Aarabhi
Intern ,Software Engineering
WSO2, Inc.
Lean. Enterprise. Middleware.
Mobile: +94772069460
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [VOTE] Release WSO2 Identity Server 5.2.0- RC1

2016-09-15 Thread Godwin Shrimal
Hi Devs,

Tested following functionalities in XACML.

   - Use Simple/Basic/Standard policy editors and import existing policy
   and create a policy
   - Publishing to PDP with different options.
   - Evaluate policies

No blocking issues found.

[x] -Stable -go ahead and release


Thanks

Godwin



On Thu, Sep 15, 2016 at 2:14 PM, Lakshan Gamage  wrote:

> Hi all,
>
> Tested Claim and Profile Management for both Super Tenant mode and Tenant
> mode.
>
> No blocking issues found.
>
> [+] Stable - go ahead and release
>
> On Thu, Sep 15, 2016 at 2:11 PM, Malithi Edirisinghe 
> wrote:
>
>> Hi Devs,
>>
>> Tested,
>>
>>- OIDC SSO
>>- OIDC Logout
>>- OIDC Session Management
>>
>> Did not find any blocking issue. So,
>>
>> [+] Stable - go ahead and release
>>
>> Thanks,
>> Malithi.
>>
>> On Thu, Sep 15, 2016 at 12:33 PM, Kathees Rajendram 
>> wrote:
>>
>>> Hi,
>>>
>>> Tested the following authenticators.
>>>
>>>- SMS OTP
>>>- Email OTP
>>>
>>> No blocking issue found.
>>>
>>> [+] Stable - go ahead and release
>>>
>>> Thanks,
>>> Kathees
>>>
>>> On Thu, Sep 15, 2016 at 12:13 PM, Darshana Gunawardana <
>>> darsh...@wso2.com> wrote:
>>>
 Hi Devs,

 Tested,

- SAML SSO
- Federation
- JIT Provisioning
- Google Provisioning

 Did not find any blocking issue.

 So here's my vote,

 [+] Stable - go ahead and release

 Thanks,

 On Wed, Sep 14, 2016 at 2:59 AM, Hasintha Indrajee 
 wrote:

> Tested IS Analytics including
>
>
>1. Enabling and disabling analytics (publishers),
>2. Data publishing through publishers.
>3. Analytics Dashboard functionalities.
>4. Session Analytics
>5. Login Analytics
>
>
>-  Variation over time
>-  Drilling down from different attributes
>-  Content of data table
>
> No blocking issues found.
> [+] Stable - go ahead and release
>
>
> On Sat, Sep 10, 2016 at 7:48 AM, Kasun Bandara 
> wrote:
>
>> Hi All,
>>
>> This is the 1st Release Candidate of WSO2 Identity Server 5.2.0
>>
>> Please download, test the product and vote. Vote will be open for 72
>> hours or as needed.
>>
>> This release fixes the following issues:
>> https://wso2.org/jira/issues/?filter=13329
>>
>> Source and distribution
>>
>> Run-time   : https://github.com/wso2/produc
>> t-is/releases/tag/v5.2.0-rc1
>> Analytics   : https://github.com/wso2/analyt
>> ics-is/releases/tag/v5.2.0-rc1
>>
>> Please vote as follows.
>> [+] Stable - go ahead and release
>> [-] Broken - do not release (explain why)
>>
>> Thanks,
>> - WSO2 Identity Server Team -
>>
>> --
>> Kasun Bandara
>> *Software Engineer*
>> Mobile : +94 (0) 718 338 360
>> <%2B94%20%280%29%20773%20451194>
>> kas...@wso2.com 
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Hasintha Indrajee
> WSO2, Inc.
> Mobile:+94 771892453
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 Regards,


 *Darshana Gunawardana*Associate Technical Lead
 WSO2 Inc.; http://wso2.com

 *E-mail: darsh...@wso2.com *
 *Mobile: +94718566859 <%2B94718566859>*Lean . Enterprise . Middleware

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


>>>
>>>
>>> --
>>> Kathees
>>> Software Engineer,
>>> email: kath...@wso2.com
>>> mobile: +94772596173
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>>
>> *Malithi Edirisinghe*
>> Associate Technical Lead
>> WSO2 Inc.
>>
>> Mobile : +94 (0) 718176807
>> malit...@wso2.com
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Lakshan Gamage*
> Software Engineering Intern,
> WSO2
> *Tel: +94773472649 <%2B94773472649>*
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Godwin Amila Shrimal*
Senior Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

mobile: *+94772264165*
linkedin: *http://lnkd.in/KUum6D *
twitter: https://twitter.com/godwinamila


Re: [Dev] [VOTE] Release WSO2 Identity Server 5.2.0- RC1

2016-09-15 Thread Ishara Karunarathna
Hi Devs,

Tested,

User dashboard,
XACMl,
Tenant creation


On Thu, Sep 15, 2016 at 12:33 PM, Kathees Rajendram 
wrote:

> Hi,
>
> Tested the following authenticators.
>
>- SMS OTP
>- Email OTP
>
> No blocking issue found.
>
> [+] Stable - go ahead and release
>
> Thanks,
> Kathees
>
> On Thu, Sep 15, 2016 at 12:13 PM, Darshana Gunawardana 
> wrote:
>
>> Hi Devs,
>>
>> Tested,
>>
>>- SAML SSO
>>- Federation
>>- JIT Provisioning
>>- Google Provisioning
>>
>> Did not find any blocking issue.
>>
>> So here's my vote,
>>
>> [+] Stable - go ahead and release
>>
>> Thanks,
>>
>> On Wed, Sep 14, 2016 at 2:59 AM, Hasintha Indrajee 
>> wrote:
>>
>>> Tested IS Analytics including
>>>
>>>
>>>1. Enabling and disabling analytics (publishers),
>>>2. Data publishing through publishers.
>>>3. Analytics Dashboard functionalities.
>>>4. Session Analytics
>>>5. Login Analytics
>>>
>>>
>>>-  Variation over time
>>>-  Drilling down from different attributes
>>>-  Content of data table
>>>
>>> No blocking issues found.
>>> [+] Stable - go ahead and release
>>>
>>>
>>> On Sat, Sep 10, 2016 at 7:48 AM, Kasun Bandara  wrote:
>>>
 Hi All,

 This is the 1st Release Candidate of WSO2 Identity Server 5.2.0

 Please download, test the product and vote. Vote will be open for 72
 hours or as needed.

 This release fixes the following issues:
 https://wso2.org/jira/issues/?filter=13329

 Source and distribution

 Run-time   : https://github.com/wso2/produc
 t-is/releases/tag/v5.2.0-rc1
 Analytics   : https://github.com/wso2/analyt
 ics-is/releases/tag/v5.2.0-rc1

 Please vote as follows.

>>> No blocking issues found. Here my vote to release.

> [+] Stable - go ahead and release
 [-] Broken - do not release (explain why)

 Thanks,
 - WSO2 Identity Server Team -

 --
 Kasun Bandara
 *Software Engineer*
 Mobile : +94 (0) 718 338 360
 <%2B94%20%280%29%20773%20451194>
 kas...@wso2.com 

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


>>>
>>>
>>> --
>>> Hasintha Indrajee
>>> WSO2, Inc.
>>> Mobile:+94 771892453
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Regards,
>>
>>
>> *Darshana Gunawardana*Associate Technical Lead
>> WSO2 Inc.; http://wso2.com
>>
>> *E-mail: darsh...@wso2.com *
>> *Mobile: +94718566859 <%2B94718566859>*Lean . Enterprise . Middleware
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Kathees
> Software Engineer,
> email: kath...@wso2.com
> mobile: +94772596173
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Ishara Karunarathna
Associate Technical Lead
WSO2 Inc. - lean . enterprise . middleware |  wso2.com

email: isha...@wso2.com,   blog: isharaaruna.blogspot.com,   mobile:
+94717996791
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [VOTE] Release WSO2 Identity Server 5.2.0- RC1

2016-09-15 Thread Lakshan Gamage
Hi all,

Tested Claim and Profile Management for both Super Tenant mode and Tenant
mode.

No blocking issues found.

[+] Stable - go ahead and release

On Thu, Sep 15, 2016 at 2:11 PM, Malithi Edirisinghe 
wrote:

> Hi Devs,
>
> Tested,
>
>- OIDC SSO
>- OIDC Logout
>- OIDC Session Management
>
> Did not find any blocking issue. So,
>
> [+] Stable - go ahead and release
>
> Thanks,
> Malithi.
>
> On Thu, Sep 15, 2016 at 12:33 PM, Kathees Rajendram 
> wrote:
>
>> Hi,
>>
>> Tested the following authenticators.
>>
>>- SMS OTP
>>- Email OTP
>>
>> No blocking issue found.
>>
>> [+] Stable - go ahead and release
>>
>> Thanks,
>> Kathees
>>
>> On Thu, Sep 15, 2016 at 12:13 PM, Darshana Gunawardana > > wrote:
>>
>>> Hi Devs,
>>>
>>> Tested,
>>>
>>>- SAML SSO
>>>- Federation
>>>- JIT Provisioning
>>>- Google Provisioning
>>>
>>> Did not find any blocking issue.
>>>
>>> So here's my vote,
>>>
>>> [+] Stable - go ahead and release
>>>
>>> Thanks,
>>>
>>> On Wed, Sep 14, 2016 at 2:59 AM, Hasintha Indrajee 
>>> wrote:
>>>
 Tested IS Analytics including


1. Enabling and disabling analytics (publishers),
2. Data publishing through publishers.
3. Analytics Dashboard functionalities.
4. Session Analytics
5. Login Analytics


-  Variation over time
-  Drilling down from different attributes
-  Content of data table

 No blocking issues found.
 [+] Stable - go ahead and release


 On Sat, Sep 10, 2016 at 7:48 AM, Kasun Bandara  wrote:

> Hi All,
>
> This is the 1st Release Candidate of WSO2 Identity Server 5.2.0
>
> Please download, test the product and vote. Vote will be open for 72
> hours or as needed.
>
> This release fixes the following issues:
> https://wso2.org/jira/issues/?filter=13329
>
> Source and distribution
>
> Run-time   : https://github.com/wso2/produc
> t-is/releases/tag/v5.2.0-rc1
> Analytics   : https://github.com/wso2/analyt
> ics-is/releases/tag/v5.2.0-rc1
>
> Please vote as follows.
> [+] Stable - go ahead and release
> [-] Broken - do not release (explain why)
>
> Thanks,
> - WSO2 Identity Server Team -
>
> --
> Kasun Bandara
> *Software Engineer*
> Mobile : +94 (0) 718 338 360
> <%2B94%20%280%29%20773%20451194>
> kas...@wso2.com 
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 Hasintha Indrajee
 WSO2, Inc.
 Mobile:+94 771892453


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


>>>
>>>
>>> --
>>> Regards,
>>>
>>>
>>> *Darshana Gunawardana*Associate Technical Lead
>>> WSO2 Inc.; http://wso2.com
>>>
>>> *E-mail: darsh...@wso2.com *
>>> *Mobile: +94718566859 <%2B94718566859>*Lean . Enterprise . Middleware
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Kathees
>> Software Engineer,
>> email: kath...@wso2.com
>> mobile: +94772596173
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
>
> *Malithi Edirisinghe*
> Associate Technical Lead
> WSO2 Inc.
>
> Mobile : +94 (0) 718176807
> malit...@wso2.com
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Lakshan Gamage*
Software Engineering Intern,
WSO2
*Tel: +94773472649*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [VOTE] Release WSO2 Identity Server 5.2.0- RC1

2016-09-15 Thread Malithi Edirisinghe
Hi Devs,

Tested,

   - OIDC SSO
   - OIDC Logout
   - OIDC Session Management

Did not find any blocking issue. So,

[+] Stable - go ahead and release

Thanks,
Malithi.

On Thu, Sep 15, 2016 at 12:33 PM, Kathees Rajendram 
wrote:

> Hi,
>
> Tested the following authenticators.
>
>- SMS OTP
>- Email OTP
>
> No blocking issue found.
>
> [+] Stable - go ahead and release
>
> Thanks,
> Kathees
>
> On Thu, Sep 15, 2016 at 12:13 PM, Darshana Gunawardana 
> wrote:
>
>> Hi Devs,
>>
>> Tested,
>>
>>- SAML SSO
>>- Federation
>>- JIT Provisioning
>>- Google Provisioning
>>
>> Did not find any blocking issue.
>>
>> So here's my vote,
>>
>> [+] Stable - go ahead and release
>>
>> Thanks,
>>
>> On Wed, Sep 14, 2016 at 2:59 AM, Hasintha Indrajee 
>> wrote:
>>
>>> Tested IS Analytics including
>>>
>>>
>>>1. Enabling and disabling analytics (publishers),
>>>2. Data publishing through publishers.
>>>3. Analytics Dashboard functionalities.
>>>4. Session Analytics
>>>5. Login Analytics
>>>
>>>
>>>-  Variation over time
>>>-  Drilling down from different attributes
>>>-  Content of data table
>>>
>>> No blocking issues found.
>>> [+] Stable - go ahead and release
>>>
>>>
>>> On Sat, Sep 10, 2016 at 7:48 AM, Kasun Bandara  wrote:
>>>
 Hi All,

 This is the 1st Release Candidate of WSO2 Identity Server 5.2.0

 Please download, test the product and vote. Vote will be open for 72
 hours or as needed.

 This release fixes the following issues:
 https://wso2.org/jira/issues/?filter=13329

 Source and distribution

 Run-time   : https://github.com/wso2/produc
 t-is/releases/tag/v5.2.0-rc1
 Analytics   : https://github.com/wso2/analyt
 ics-is/releases/tag/v5.2.0-rc1

 Please vote as follows.
 [+] Stable - go ahead and release
 [-] Broken - do not release (explain why)

 Thanks,
 - WSO2 Identity Server Team -

 --
 Kasun Bandara
 *Software Engineer*
 Mobile : +94 (0) 718 338 360
 <%2B94%20%280%29%20773%20451194>
 kas...@wso2.com 

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


>>>
>>>
>>> --
>>> Hasintha Indrajee
>>> WSO2, Inc.
>>> Mobile:+94 771892453
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Regards,
>>
>>
>> *Darshana Gunawardana*Associate Technical Lead
>> WSO2 Inc.; http://wso2.com
>>
>> *E-mail: darsh...@wso2.com *
>> *Mobile: +94718566859 <%2B94718566859>*Lean . Enterprise . Middleware
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Kathees
> Software Engineer,
> email: kath...@wso2.com
> mobile: +94772596173
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 

*Malithi Edirisinghe*
Associate Technical Lead
WSO2 Inc.

Mobile : +94 (0) 718176807
malit...@wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [VOTE] Release WSO2 Machine Learner 1.2.0 RC2

2016-09-15 Thread Supun Sethunga
Hi all,

Thanks for testing and verifying the WSO2 Machine Learner 1.2.0-RC2.

We are closing this vote now, as this vote has passed with five +1's and
zero -1's.

Therefore we are proceeding with the WSO2 Machine Learner 1.2.0 release.

Thanks & Regards,
WSO2 ML Team

On Thu, Sep 15, 2016 at 1:09 PM, Supun Sethunga  wrote:

> [adding dev@]
>
>
> -- Forwarded message --
> From: Sameera Ramasinghe 
> Date: Wed, Sep 14, 2016 at 6:55 PM
> Subject: Re: [VOTE] Release WSO2 Machine Learner 1.2.0 RC2
> To: Nirmal Fernando 
> Cc: Supun Sethunga , Fazlan Nazeem ,
> Manorama Perera , Upul Bandara 
>
>
> Hi,
>
> I tested the following
>
>  -ML model generation
>  -ML prediction through the model
>  -Viewing the results
>
> vote-
> [+] Stable - go ahead and release
>
> On Tue, Sep 13, 2016 at 2:19 PM, Nirmal Fernando  wrote:
>
>> All, please vote :)
>>
>> On Fri, Sep 9, 2016 at 5:43 PM, Supun Sethunga  wrote:
>>
>>> Please test and vote ;)
>>>
>>> On Fri, Sep 9, 2016 at 5:41 PM, Supun Sethunga  wrote:
>>>
 Hi Devs,

 This is the 2nd Release Candidate of the WSO2 Machine Learner 1.2.0. This
 release includes the  following improvements and fixes:

- ML-DAS integration
- Spark upgrade to v1.6.2
- Security fixes associated with the WSO2 Carbon 4.4.9 platform
release


 Please download, test the product and vote. Vote will be open for 72
 hours or as needed.
 Refer to github readme for guides.

 The distribution is available to download at [1].

 Fixed Issue in [2]. Tag to be vote upon [3].

 [1] https://github.com/wso2/product-ml/releases/download/v1.
 2.0-rc2/wso2ml-1.2.0-rc2.zip
 [2] https://wso2.org/jira/issues/?filter=13325
 [3] https://github.com/wso2/product-ml/releases/tag/v1.2.0-rc2

 Please vote as follows.
 [+] Stable - go ahead and release
 [-]  Broken - do not release (please explain why)

 Thanks,
 WSO2 ML Team

 --
 *Supun Sethunga*
 Senior Software Engineer
 WSO2, Inc.
 http://wso2.com/
 lean | enterprise | middleware
 Mobile : +94 716546324
 Blog: http://supunsetunga.blogspot.com

>>>
>>>
>>>
>>> --
>>> *Supun Sethunga*
>>> Senior Software Engineer
>>> WSO2, Inc.
>>> http://wso2.com/
>>> lean | enterprise | middleware
>>> Mobile : +94 716546324
>>> Blog: http://supunsetunga.blogspot.com
>>>
>>
>>
>>
>> --
>>
>> Thanks & regards,
>> Nirmal
>>
>> Team Lead - WSO2 Machine Learner
>> Associate Technical Lead - Data Technologies Team, WSO2 Inc.
>> Mobile: +94715779733
>> Blog: http://nirmalfdo.blogspot.com/
>>
>>
>>
>
>
> --
> *Sameera Ramasinghe*
> Software Engineer, WSO2 Inc.; http://wso2.com
> mobile: *+94 714489682*
>
>
>
> --
> *Supun Sethunga*
> Senior Software Engineer
> WSO2, Inc.
> http://wso2.com/
> lean | enterprise | middleware
> Mobile : +94 716546324
> Blog: http://supunsetunga.blogspot.com
>



-- 
*Supun Sethunga*
Senior Software Engineer
WSO2, Inc.
http://wso2.com/
lean | enterprise | middleware
Mobile : +94 716546324
Blog: http://supunsetunga.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Fwd: [VOTE] Release WSO2 Machine Learner 1.2.0 RC2

2016-09-15 Thread Supun Sethunga
[adding dev@]


-- Forwarded message --
From: Sameera Ramasinghe 
Date: Wed, Sep 14, 2016 at 6:55 PM
Subject: Re: [VOTE] Release WSO2 Machine Learner 1.2.0 RC2
To: Nirmal Fernando 
Cc: Supun Sethunga , Fazlan Nazeem ,
Manorama Perera , Upul Bandara 


Hi,

I tested the following

 -ML model generation
 -ML prediction through the model
 -Viewing the results

vote-
[+] Stable - go ahead and release

On Tue, Sep 13, 2016 at 2:19 PM, Nirmal Fernando  wrote:

> All, please vote :)
>
> On Fri, Sep 9, 2016 at 5:43 PM, Supun Sethunga  wrote:
>
>> Please test and vote ;)
>>
>> On Fri, Sep 9, 2016 at 5:41 PM, Supun Sethunga  wrote:
>>
>>> Hi Devs,
>>>
>>> This is the 2nd Release Candidate of the WSO2 Machine Learner 1.2.0. This
>>> release includes the  following improvements and fixes:
>>>
>>>- ML-DAS integration
>>>- Spark upgrade to v1.6.2
>>>- Security fixes associated with the WSO2 Carbon 4.4.9 platform
>>>release
>>>
>>>
>>> Please download, test the product and vote. Vote will be open for 72
>>> hours or as needed.
>>> Refer to github readme for guides.
>>>
>>> The distribution is available to download at [1].
>>>
>>> Fixed Issue in [2]. Tag to be vote upon [3].
>>>
>>> [1] https://github.com/wso2/product-ml/releases/download/v1.
>>> 2.0-rc2/wso2ml-1.2.0-rc2.zip
>>> [2] https://wso2.org/jira/issues/?filter=13325
>>> [3] https://github.com/wso2/product-ml/releases/tag/v1.2.0-rc2
>>>
>>> Please vote as follows.
>>> [+] Stable - go ahead and release
>>> [-]  Broken - do not release (please explain why)
>>>
>>> Thanks,
>>> WSO2 ML Team
>>>
>>> --
>>> *Supun Sethunga*
>>> Senior Software Engineer
>>> WSO2, Inc.
>>> http://wso2.com/
>>> lean | enterprise | middleware
>>> Mobile : +94 716546324
>>> Blog: http://supunsetunga.blogspot.com
>>>
>>
>>
>>
>> --
>> *Supun Sethunga*
>> Senior Software Engineer
>> WSO2, Inc.
>> http://wso2.com/
>> lean | enterprise | middleware
>> Mobile : +94 716546324
>> Blog: http://supunsetunga.blogspot.com
>>
>
>
>
> --
>
> Thanks & regards,
> Nirmal
>
> Team Lead - WSO2 Machine Learner
> Associate Technical Lead - Data Technologies Team, WSO2 Inc.
> Mobile: +94715779733
> Blog: http://nirmalfdo.blogspot.com/
>
>
>


-- 
*Sameera Ramasinghe*
Software Engineer, WSO2 Inc.; http://wso2.com
mobile: *+94 714489682*



-- 
*Supun Sethunga*
Senior Software Engineer
WSO2, Inc.
http://wso2.com/
lean | enterprise | middleware
Mobile : +94 716546324
Blog: http://supunsetunga.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [WSO2-Puppet] APIM Analytics configurations not parameterized in puppet templates

2016-09-15 Thread Malith Munasinghe
Hi Pubudu,

I sent a PR [1] based on the modifications I've done for the APIM 2.0.0
configurations.

[1] https://github.com/wso2/puppet-modules/pull/89

Regards,
Malith

On Thu, Sep 15, 2016 at 10:32 AM, Pubudu Gunatilaka 
wrote:

> Hi Malith,
>
> Actually, we didn't consider any integration scenarios when creating
> puppet modules. Will add the analytics configurations for the latest API
> Manager puppet module as this is useful.
>
> Thank you!
>
> On Thu, Sep 15, 2016 at 9:59 AM, Malith Munasinghe 
> wrote:
>
>> Hi All,
>>
>> While using WSO2 Puppet modules for APIM 2.0.0 I have noticed that API
>> Manager Analytics configurations is not included in puppet
>> api-manager.xml.erb. Is there a specific reason to not include these as
>> parameterized values since it is better if we can maintain DAS receiver
>> related information via hiera as well.
>>
>> Regards,
>> Malith
>>
>> --
>> Malith Munasinghe | Software Engineer
>> M: +94 (71) 9401122
>> E: mali...@wso2.com
>> W: http://wso2.com
>> 
>>
>
>
>
> --
> *Pubudu Gunatilaka*
> Committer and PMC Member - Apache Stratos
> Software Engineer
> WSO2, Inc.: http://wso2.com
> mobile : +94774078049 <%2B94772207163>
>
>


-- 
Malith Munasinghe | Software Engineer
M: +94 (71) 9401122
E: mali...@wso2.com
W: http://wso2.com

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


Re: [Dev] [VOTE] Release WSO2 Identity Server 5.2.0- RC1

2016-09-15 Thread Kathees Rajendram
Hi,

Tested the following authenticators.

   - SMS OTP
   - Email OTP

No blocking issue found.

[+] Stable - go ahead and release

Thanks,
Kathees

On Thu, Sep 15, 2016 at 12:13 PM, Darshana Gunawardana 
wrote:

> Hi Devs,
>
> Tested,
>
>- SAML SSO
>- Federation
>- JIT Provisioning
>- Google Provisioning
>
> Did not find any blocking issue.
>
> So here's my vote,
>
> [+] Stable - go ahead and release
>
> Thanks,
>
> On Wed, Sep 14, 2016 at 2:59 AM, Hasintha Indrajee 
> wrote:
>
>> Tested IS Analytics including
>>
>>
>>1. Enabling and disabling analytics (publishers),
>>2. Data publishing through publishers.
>>3. Analytics Dashboard functionalities.
>>4. Session Analytics
>>5. Login Analytics
>>
>>
>>-  Variation over time
>>-  Drilling down from different attributes
>>-  Content of data table
>>
>> No blocking issues found.
>> [+] Stable - go ahead and release
>>
>>
>> On Sat, Sep 10, 2016 at 7:48 AM, Kasun Bandara  wrote:
>>
>>> Hi All,
>>>
>>> This is the 1st Release Candidate of WSO2 Identity Server 5.2.0
>>>
>>> Please download, test the product and vote. Vote will be open for 72
>>> hours or as needed.
>>>
>>> This release fixes the following issues:
>>> https://wso2.org/jira/issues/?filter=13329
>>>
>>> Source and distribution
>>>
>>> Run-time   : https://github.com/wso2/produc
>>> t-is/releases/tag/v5.2.0-rc1
>>> Analytics   : https://github.com/wso2/analyt
>>> ics-is/releases/tag/v5.2.0-rc1
>>>
>>> Please vote as follows.
>>> [+] Stable - go ahead and release
>>> [-] Broken - do not release (explain why)
>>>
>>> Thanks,
>>> - WSO2 Identity Server Team -
>>>
>>> --
>>> Kasun Bandara
>>> *Software Engineer*
>>> Mobile : +94 (0) 718 338 360
>>> <%2B94%20%280%29%20773%20451194>
>>> kas...@wso2.com 
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Hasintha Indrajee
>> WSO2, Inc.
>> Mobile:+94 771892453
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Regards,
>
>
> *Darshana Gunawardana*Associate Technical Lead
> WSO2 Inc.; http://wso2.com
>
> *E-mail: darsh...@wso2.com *
> *Mobile: +94718566859 <%2B94718566859>*Lean . Enterprise . Middleware
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Kathees
Software Engineer,
email: kath...@wso2.com
mobile: +94772596173
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [VOTE] Release WSO2 Identity Server 5.2.0- RC1

2016-09-15 Thread Darshana Gunawardana
Hi Devs,

Tested,

   - SAML SSO
   - Federation
   - JIT Provisioning
   - Google Provisioning

Did not find any blocking issue.

So here's my vote,

[+] Stable - go ahead and release

Thanks,

On Wed, Sep 14, 2016 at 2:59 AM, Hasintha Indrajee 
wrote:

> Tested IS Analytics including
>
>
>1. Enabling and disabling analytics (publishers),
>2. Data publishing through publishers.
>3. Analytics Dashboard functionalities.
>4. Session Analytics
>5. Login Analytics
>
>
>-  Variation over time
>-  Drilling down from different attributes
>-  Content of data table
>
> No blocking issues found.
> [+] Stable - go ahead and release
>
>
> On Sat, Sep 10, 2016 at 7:48 AM, Kasun Bandara  wrote:
>
>> Hi All,
>>
>> This is the 1st Release Candidate of WSO2 Identity Server 5.2.0
>>
>> Please download, test the product and vote. Vote will be open for 72
>> hours or as needed.
>>
>> This release fixes the following issues:
>> https://wso2.org/jira/issues/?filter=13329
>>
>> Source and distribution
>>
>> Run-time   : https://github.com/wso2/produc
>> t-is/releases/tag/v5.2.0-rc1
>> Analytics   : https://github.com/wso2/analyt
>> ics-is/releases/tag/v5.2.0-rc1
>>
>> Please vote as follows.
>> [+] Stable - go ahead and release
>> [-] Broken - do not release (explain why)
>>
>> Thanks,
>> - WSO2 Identity Server Team -
>>
>> --
>> Kasun Bandara
>> *Software Engineer*
>> Mobile : +94 (0) 718 338 360
>> <%2B94%20%280%29%20773%20451194>
>> kas...@wso2.com 
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Hasintha Indrajee
> WSO2, Inc.
> Mobile:+94 771892453
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Regards,


*Darshana Gunawardana*Associate Technical Lead
WSO2 Inc.; http://wso2.com

*E-mail: darsh...@wso2.com *
*Mobile: +94718566859 <%2B94718566859>*Lean . Enterprise . Middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev