Re: [VOTE] Release Apache Synapse 3.0.0 Take 2

2017-01-05 Thread Hiranya Jayathilaka
Hi Ravi,

Please send a release note to the user list. Might be a good idea to also 
notify the Axis2 community about this release.

Thanks,
Hiranya

> On Jan 4, 2017, at 2:25 AM, Ravi Undupitiya  wrote:
> 
> Thanks for the feedback Andreas. We'll fix these in an upcoming release. 
> Since we've breathed some new life into the project, we'll hopefully have 
> another release soon. 
> 
> On 4 January 2017 at 11:04, Andreas Veithen  > wrote:
> The repository location definitely needs to be updated because it is
> no longer correct. Not sure why one would need a profile. The way the
> repository is configured means that Maven will only check it for
> snapshots. Anyway, it looks like projects created by the archetype
> will work unless the user later changes to a snapshot, so this isn't
> release blocking.
> 
> I think from a policy perspective the release looks good, so here is my +1.
> 
> Two other minor technical issues I found while inspecting the distributions:
> - The lib directory contains slf4j-api and jul-to-slf4j (which I think
> isn't actually used unless one changes the java.util.logging
> properties), but no SLF4J implementation, so I would expect that some
> code in dependencies will not produce logs.
> - The binary distribution contains lots of unnecessary JARs, in
> particular the plexus-* JARs. These appear to be transitive
> dependencies of quickfixj, which itself is excluded from the
> distribution.
> 
> Andreas
> 
> On Tue, Jan 3, 2017 at 11:45 PM, Ravi Undupitiya
> > wrote:
> > Andreas, that seems to be set in a maven profile - it activates a snapshot
> > repository located in http://people.apache.org/repo/m2-snapshot-repository/ 
> > .
> > Correct me if I'm wrong but shouldn't that remain snapshot? Would you happen
> > to know why it's done like that? This is the only occurrence of snapshot -
> > not sure how it got away as I did grep the entire directory, maybe it was
> > mix up when we had to switch between 3.0.0 and 3.0.1 a few times between
> > take 1 and take 2.
> >
> >
> > Thanks,
> > Ravi
> >
> > On 4 January 2017 at 10:08, Andreas Veithen  > >
> > wrote:
> >>
> >> There is at least one file that still contains a SNAPSHOT version:
> >>
> >>
> >> modules/packaging/package-archetype/src/main/resources/archetype-resources/pom.xml
> >>
> >> Andreas
> >>
> >>
> >> On Tue, Jan 3, 2017 at 10:27 PM, Ravi Undupitiya  >> > wrote:
> >> >
> >> > We have now had the voting open for more than 72 hours. There are 9 +1
> >> > (>3 binding and 4 community) and no -1. I am calling this vote complete 
> >> > and
> >> > passed.
> >> >
> >> >
> >> > Thanks,
> >> > Ravi
> >> >
> >> >
> >> >
> >> > On 3 January 2017 at 16:46, Buddhima Wijeweera
> >> > > wrote:
> >> >>
> >> >> Hi,
> >> >>
> >> >> I did some smoke testing on;
> >> >> 1. CBR
> >> >> 2. Proxy-Services
> >> >> 3. APIs
> >> >> 4. Store & Forward (In memory)
> >> >>
> >> >> Works fine. Here's my +1
> >> >>
> >> >> Thank you,
> >> >>
> >> >> On Sun, Jan 1, 2017 at 11:08 AM, Vanjikumaran Sivajothy
> >> >> > wrote:
> >> >>>
> >> >>> Based on the series of functional tests and load tests[1] covered by
> >> >>> myself on Apache Synapse 3.0.0 RC2 [2]; I am casting my vote as +1.
> >> >>>
> >> >>> [1]
> >> >>> 1) VFS to HTTP.
> >> >>> 2) HTTP to VFS.
> >> >>> 3) VFS Transport Load test for more than 12 hours.
> >> >>> 4) VFS Transpot on FTP protocol.
> >> >>> 5) VFS use-cases on different OS(Linux, Windows).
> >> >>> 6) XML to JSON message transformation.
> >> >>> 7) JSON to XML message transformation.
> >> >>>
> >> >>> [2]
> >> >>> https://dist.apache.org/repos/dist/dev/synapse/3.0.0/RC2/ 
> >> >>> 
> >> >>>
> >> >>>
> >> >>> On Sat, Dec 31, 2016 at 4:10 AM, Ravi Undupitiya  >> >>> >
> >> >>> wrote:
> >> 
> >>  This is a call for votes to release Apache Synapse 3.0.0 (Take 2)
> >> 
> >>  Please review the distribution artifacts:
> >>  https://dist.apache.org/repos/dist/dev/synapse/3.0.0/RC2/ 
> >>  
> >> 
> >>  The nexus staging repository is available at:
> >> 
> >>  https://repository.apache.org/content/repositories/orgapachesynapse-1004
> >>   
> >>  
> >> 
> >>  Updated site for this release is available at:
> >>  http://people.apache.org/~ravi/synapse/3.0.0/RC2/site/ 
> >>  

Re: [VOTE] Release Apache Synapse 3.0.0 Take 2

2017-01-04 Thread Ravi Undupitiya
Thanks for the feedback Andreas. We'll fix these in an upcoming release.
Since we've breathed some new life into the project, we'll hopefully have
another release soon.

On 4 January 2017 at 11:04, Andreas Veithen 
wrote:

> The repository location definitely needs to be updated because it is
> no longer correct. Not sure why one would need a profile. The way the
> repository is configured means that Maven will only check it for
> snapshots. Anyway, it looks like projects created by the archetype
> will work unless the user later changes to a snapshot, so this isn't
> release blocking.
>
> I think from a policy perspective the release looks good, so here is my +1.
>
> Two other minor technical issues I found while inspecting the
> distributions:
> - The lib directory contains slf4j-api and jul-to-slf4j (which I think
> isn't actually used unless one changes the java.util.logging
> properties), but no SLF4J implementation, so I would expect that some
> code in dependencies will not produce logs.
> - The binary distribution contains lots of unnecessary JARs, in
> particular the plexus-* JARs. These appear to be transitive
> dependencies of quickfixj, which itself is excluded from the
> distribution.
>
> Andreas
>
> On Tue, Jan 3, 2017 at 11:45 PM, Ravi Undupitiya
>  wrote:
> > Andreas, that seems to be set in a maven profile - it activates a
> snapshot
> > repository located in http://people.apache.org/repo/
> m2-snapshot-repository/.
> > Correct me if I'm wrong but shouldn't that remain snapshot? Would you
> happen
> > to know why it's done like that? This is the only occurrence of snapshot
> -
> > not sure how it got away as I did grep the entire directory, maybe it was
> > mix up when we had to switch between 3.0.0 and 3.0.1 a few times between
> > take 1 and take 2.
> >
> >
> > Thanks,
> > Ravi
> >
> > On 4 January 2017 at 10:08, Andreas Veithen 
> > wrote:
> >>
> >> There is at least one file that still contains a SNAPSHOT version:
> >>
> >>
> >> modules/packaging/package-archetype/src/main/resources/arche
> type-resources/pom.xml
> >>
> >> Andreas
> >>
> >>
> >> On Tue, Jan 3, 2017 at 10:27 PM, Ravi Undupitiya 
> wrote:
> >> >
> >> > We have now had the voting open for more than 72 hours. There are 9 +1
> >> > (>3 binding and 4 community) and no -1. I am calling this vote
> complete and
> >> > passed.
> >> >
> >> >
> >> > Thanks,
> >> > Ravi
> >> >
> >> >
> >> >
> >> > On 3 January 2017 at 16:46, Buddhima Wijeweera
> >> >  wrote:
> >> >>
> >> >> Hi,
> >> >>
> >> >> I did some smoke testing on;
> >> >> 1. CBR
> >> >> 2. Proxy-Services
> >> >> 3. APIs
> >> >> 4. Store & Forward (In memory)
> >> >>
> >> >> Works fine. Here's my +1
> >> >>
> >> >> Thank you,
> >> >>
> >> >> On Sun, Jan 1, 2017 at 11:08 AM, Vanjikumaran Sivajothy
> >> >>  wrote:
> >> >>>
> >> >>> Based on the series of functional tests and load tests[1] covered by
> >> >>> myself on Apache Synapse 3.0.0 RC2 [2]; I am casting my vote as +1.
> >> >>>
> >> >>> [1]
> >> >>> 1) VFS to HTTP.
> >> >>> 2) HTTP to VFS.
> >> >>> 3) VFS Transport Load test for more than 12 hours.
> >> >>> 4) VFS Transpot on FTP protocol.
> >> >>> 5) VFS use-cases on different OS(Linux, Windows).
> >> >>> 6) XML to JSON message transformation.
> >> >>> 7) JSON to XML message transformation.
> >> >>>
> >> >>> [2]
> >> >>> https://dist.apache.org/repos/dist/dev/synapse/3.0.0/RC2/
> >> >>>
> >> >>>
> >> >>> On Sat, Dec 31, 2016 at 4:10 AM, Ravi Undupitiya 
> >> >>> wrote:
> >> 
> >>  This is a call for votes to release Apache Synapse 3.0.0 (Take 2)
> >> 
> >>  Please review the distribution artifacts:
> >>  https://dist.apache.org/repos/dist/dev/synapse/3.0.0/RC2/
> >> 
> >>  The nexus staging repository is available at:
> >> 
> >>  https://repository.apache.org/content/repositories/orgapache
> synapse-1004
> >> 
> >>  Updated site for this release is available at:
> >>  http://people.apache.org/~ravi/synapse/3.0.0/RC2/site/
> >> 
> >>  SVN Tag (r1776723):
> >>  https://svn.apache.org/repos/asf/synapse/tags/3.0.0/
> >> 
> >>  Public key:
> >>  http://pgp.mit.edu/pks/lookup?op=get=0xAE1FFE87ABBB3CC4
> >> 
> >>  Issues Fixed:
> >>  https://goo.gl/RfzoCK (Apache Synapse JIRA Link)
> >> 
> >>  Instructions on how to validate distribution artifacts before
> voting:
> >>  http://www.apache.org/dev/release.html#approving-a-release
> >> 
> >> 
> >>  Thanks,
> >>  Ravi
> >> >>>
> >> >>>
> >> >>>
> >> >>>
> >> >>> --
> >> >>> Best Regards,
> >> >>> Vanji
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> --
> >> >> Buddhima Wijeweera,
> >> >> Postgraduate Student,
> >> >> Department Of Computer Science and Engineering,
> >> >> University Of Moratuwa,
> >> >> Sri Lanka.
> >> >>
> >> >
> >>
> >> 

Re: [VOTE] Release Apache Synapse 3.0.0 Take 2

2017-01-03 Thread Ravi Undupitiya
Andreas, that seems to be set in a maven profile - it activates a snapshot
repository located in http://people.apache.org/repo/m2-snapshot-repository/.
Correct me if I'm wrong but shouldn't that remain snapshot? Would you
happen to know why it's done like that? This is the only occurrence of
snapshot - not sure how it got away as I did grep the entire directory,
maybe it was mix up when we had to switch between 3.0.0 and 3.0.1 a few
times between take 1 and take 2.


Thanks,
Ravi

On 4 January 2017 at 10:08, Andreas Veithen 
wrote:

> There is at least one file that still contains a SNAPSHOT version:
>
> modules/packaging/package-archetype/src/main/resources/
> archetype-resources/pom.xml
>
> Andreas
>
>
> On Tue, Jan 3, 2017 at 10:27 PM, Ravi Undupitiya  wrote:
> >
> > We have now had the voting open for more than 72 hours. There are 9 +1
> (>3 binding and 4 community) and no -1. I am calling this vote complete and
> passed.
> >
> >
> > Thanks,
> > Ravi
> >
> >
> >
> > On 3 January 2017 at 16:46, Buddhima Wijeweera <
> buddhimawijewe...@gmail.com> wrote:
> >>
> >> Hi,
> >>
> >> I did some smoke testing on;
> >> 1. CBR
> >> 2. Proxy-Services
> >> 3. APIs
> >> 4. Store & Forward (In memory)
> >>
> >> Works fine. Here's my +1
> >>
> >> Thank you,
> >>
> >> On Sun, Jan 1, 2017 at 11:08 AM, Vanjikumaran Sivajothy <
> vanjikuma...@gmail.com> wrote:
> >>>
> >>> Based on the series of functional tests and load tests[1] covered by
> myself on Apache Synapse 3.0.0 RC2 [2]; I am casting my vote as +1.
> >>>
> >>> [1]
> >>> 1) VFS to HTTP.
> >>> 2) HTTP to VFS.
> >>> 3) VFS Transport Load test for more than 12 hours.
> >>> 4) VFS Transpot on FTP protocol.
> >>> 5) VFS use-cases on different OS(Linux, Windows).
> >>> 6) XML to JSON message transformation.
> >>> 7) JSON to XML message transformation.
> >>>
> >>> [2]
> >>> https://dist.apache.org/repos/dist/dev/synapse/3.0.0/RC2/
> >>>
> >>>
> >>> On Sat, Dec 31, 2016 at 4:10 AM, Ravi Undupitiya 
> wrote:
> 
>  This is a call for votes to release Apache Synapse 3.0.0 (Take 2)
> 
>  Please review the distribution artifacts:
>  https://dist.apache.org/repos/dist/dev/synapse/3.0.0/RC2/
> 
>  The nexus staging repository is available at:
>  https://repository.apache.org/content/repositories/
> orgapachesynapse-1004
> 
>  Updated site for this release is available at:
>  http://people.apache.org/~ravi/synapse/3.0.0/RC2/site/
> 
>  SVN Tag (r1776723):
>  https://svn.apache.org/repos/asf/synapse/tags/3.0.0/
> 
>  Public key:
>  http://pgp.mit.edu/pks/lookup?op=get=0xAE1FFE87ABBB3CC4
> 
>  Issues Fixed:
>  https://goo.gl/RfzoCK (Apache Synapse JIRA Link)
> 
>  Instructions on how to validate distribution artifacts before voting:
>  http://www.apache.org/dev/release.html#approving-a-release
> 
> 
>  Thanks,
>  Ravi
> >>>
> >>>
> >>>
> >>>
> >>> --
> >>> Best Regards,
> >>> Vanji
> >>
> >>
> >>
> >>
> >> --
> >> Buddhima Wijeweera,
> >> Postgraduate Student,
> >> Department Of Computer Science and Engineering,
> >> University Of Moratuwa,
> >> Sri Lanka.
> >>
> >
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org
> For additional commands, e-mail: dev-h...@synapse.apache.org
>
>


Re: [VOTE] Release Apache Synapse 3.0.0 Take 2

2017-01-03 Thread Andreas Veithen
There is at least one file that still contains a SNAPSHOT version:

modules/packaging/package-archetype/src/main/resources/archetype-resources/pom.xml

Andreas


On Tue, Jan 3, 2017 at 10:27 PM, Ravi Undupitiya  wrote:
>
> We have now had the voting open for more than 72 hours. There are 9 +1 (>3 
> binding and 4 community) and no -1. I am calling this vote complete and 
> passed.
>
>
> Thanks,
> Ravi
>
>
>
> On 3 January 2017 at 16:46, Buddhima Wijeweera  
> wrote:
>>
>> Hi,
>>
>> I did some smoke testing on;
>> 1. CBR
>> 2. Proxy-Services
>> 3. APIs
>> 4. Store & Forward (In memory)
>>
>> Works fine. Here's my +1
>>
>> Thank you,
>>
>> On Sun, Jan 1, 2017 at 11:08 AM, Vanjikumaran Sivajothy 
>>  wrote:
>>>
>>> Based on the series of functional tests and load tests[1] covered by myself 
>>> on Apache Synapse 3.0.0 RC2 [2]; I am casting my vote as +1.
>>>
>>> [1]
>>> 1) VFS to HTTP.
>>> 2) HTTP to VFS.
>>> 3) VFS Transport Load test for more than 12 hours.
>>> 4) VFS Transpot on FTP protocol.
>>> 5) VFS use-cases on different OS(Linux, Windows).
>>> 6) XML to JSON message transformation.
>>> 7) JSON to XML message transformation.
>>>
>>> [2]
>>> https://dist.apache.org/repos/dist/dev/synapse/3.0.0/RC2/
>>>
>>>
>>> On Sat, Dec 31, 2016 at 4:10 AM, Ravi Undupitiya  wrote:

 This is a call for votes to release Apache Synapse 3.0.0 (Take 2)

 Please review the distribution artifacts:
 https://dist.apache.org/repos/dist/dev/synapse/3.0.0/RC2/

 The nexus staging repository is available at:
 https://repository.apache.org/content/repositories/orgapachesynapse-1004

 Updated site for this release is available at:
 http://people.apache.org/~ravi/synapse/3.0.0/RC2/site/

 SVN Tag (r1776723):
 https://svn.apache.org/repos/asf/synapse/tags/3.0.0/

 Public key:
 http://pgp.mit.edu/pks/lookup?op=get=0xAE1FFE87ABBB3CC4

 Issues Fixed:
 https://goo.gl/RfzoCK (Apache Synapse JIRA Link)

 Instructions on how to validate distribution artifacts before voting:
 http://www.apache.org/dev/release.html#approving-a-release


 Thanks,
 Ravi
>>>
>>>
>>>
>>>
>>> --
>>> Best Regards,
>>> Vanji
>>
>>
>>
>>
>> --
>> Buddhima Wijeweera,
>> Postgraduate Student,
>> Department Of Computer Science and Engineering,
>> University Of Moratuwa,
>> Sri Lanka.
>>
>

-
To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org
For additional commands, e-mail: dev-h...@synapse.apache.org



Re: [VOTE] Release Apache Synapse 3.0.0 Take 2

2017-01-03 Thread Ravi Undupitiya
We have now had the voting open for more than 72 hours. There are 9 +1 (>3
binding and 4 community) and no -1. I am calling this vote complete and
passed.


Thanks,
Ravi



On 3 January 2017 at 16:46, Buddhima Wijeweera 
wrote:

> Hi,
>
> I did some smoke testing on;
> 1. CBR
> 2. Proxy-Services
> 3. APIs
> 4. Store & Forward (In memory)
>
> Works fine. Here's my +1
>
> Thank you,
>
> On Sun, Jan 1, 2017 at 11:08 AM, Vanjikumaran Sivajothy <
> vanjikuma...@gmail.com> wrote:
>
>> Based on the series of functional tests and load tests[1] covered by
>> myself on Apache Synapse 3.0.0 RC2 [2]; I am casting my vote as +1.
>>
>> [1]
>> 1) VFS to HTTP.
>> 2) HTTP to VFS.
>> 3) VFS Transport Load test for more than 12 hours.
>> 4) VFS Transpot on FTP protocol.
>> 5) VFS use-cases on different OS(Linux, Windows).
>> 6) XML to JSON message transformation.
>> 7) JSON to XML message transformation.
>>
>> [2]
>> https://dist.apache.org/repos/dist/dev/synapse/3.0.0/RC2/
>>
>>
>> On Sat, Dec 31, 2016 at 4:10 AM, Ravi Undupitiya  wrote:
>>
>>> This is a call for votes to release Apache Synapse 3.0.0 (Take 2)
>>>
>>> Please review the distribution artifacts:
>>> https://dist.apache.org/repos/dist/dev/synapse/3.0.0/RC2/
>>>
>>> The nexus staging repository is available at:
>>> https://repository.apache.org/content/repositories/orgapachesynapse-1004
>>>
>>> Updated site for this release is available at:
>>> http://people.apache.org/~ravi/synapse/3.0.0/RC2/site/
>>>
>>> SVN Tag (r1776723):
>>> https://svn.apache.org/repos/asf/synapse/tags/3.0.0/
>>>
>>> Public key:
>>> http://pgp.mit.edu/pks/lookup?op=get=0xAE1FFE87ABBB3CC4
>>>
>>> Issues Fixed:
>>> https://goo.gl/RfzoCK (Apache Synapse JIRA Link)
>>>
>>> Instructions on how to validate distribution artifacts before voting:
>>> http://www.apache.org/dev/release.html#approving-a-release
>>>
>>>
>>> Thanks,
>>> Ravi
>>>
>>
>>
>>
>> --
>> Best Regards,
>> Vanji
>>
>
>
>
> --
> Buddhima Wijeweera,
> Postgraduate Student,
> Department Of Computer Science and Engineering,
> University Of Moratuwa,
> Sri Lanka.
>
>


Re: [VOTE] Release Apache Synapse 3.0.0 Take 2

2017-01-02 Thread Buddhima Wijeweera
Hi,

I did some smoke testing on;
1. CBR
2. Proxy-Services
3. APIs
4. Store & Forward (In memory)

Works fine. Here's my +1

Thank you,

On Sun, Jan 1, 2017 at 11:08 AM, Vanjikumaran Sivajothy <
vanjikuma...@gmail.com> wrote:

> Based on the series of functional tests and load tests[1] covered by
> myself on Apache Synapse 3.0.0 RC2 [2]; I am casting my vote as +1.
>
> [1]
> 1) VFS to HTTP.
> 2) HTTP to VFS.
> 3) VFS Transport Load test for more than 12 hours.
> 4) VFS Transpot on FTP protocol.
> 5) VFS use-cases on different OS(Linux, Windows).
> 6) XML to JSON message transformation.
> 7) JSON to XML message transformation.
>
> [2]
> https://dist.apache.org/repos/dist/dev/synapse/3.0.0/RC2/
>
>
> On Sat, Dec 31, 2016 at 4:10 AM, Ravi Undupitiya  wrote:
>
>> This is a call for votes to release Apache Synapse 3.0.0 (Take 2)
>>
>> Please review the distribution artifacts:
>> https://dist.apache.org/repos/dist/dev/synapse/3.0.0/RC2/
>>
>> The nexus staging repository is available at:
>> https://repository.apache.org/content/repositories/orgapachesynapse-1004
>>
>> Updated site for this release is available at:
>> http://people.apache.org/~ravi/synapse/3.0.0/RC2/site/
>>
>> SVN Tag (r1776723):
>> https://svn.apache.org/repos/asf/synapse/tags/3.0.0/
>>
>> Public key:
>> http://pgp.mit.edu/pks/lookup?op=get=0xAE1FFE87ABBB3CC4
>>
>> Issues Fixed:
>> https://goo.gl/RfzoCK (Apache Synapse JIRA Link)
>>
>> Instructions on how to validate distribution artifacts before voting:
>> http://www.apache.org/dev/release.html#approving-a-release
>>
>>
>> Thanks,
>> Ravi
>>
>
>
>
> --
> Best Regards,
> Vanji
>



-- 
Buddhima Wijeweera,
Postgraduate Student,
Department Of Computer Science and Engineering,
University Of Moratuwa,
Sri Lanka.


Re: [VOTE] Release Apache Synapse 3.0.0 Take 2

2016-12-31 Thread Kasun Indrasiri
Hi,

Did some smoke testing and found no issues.

Here is my +1 (binding).

Thanks everyone for all your efforts on this release.

Kasun.

On Sat, Dec 31, 2016 at 9:12 PM, prabath  wrote:

> Did smoke test and tests for the following features.
> Found no issues.
> +1
>
> 1) Passthrough Transport with HTTP
> 2) Message Store and Message Processor
> 3) Proxy Services
> 4) Simple REST API
> 5) JMS to HTTP load test
>
> Thanks.
> Prabath Ariyarathna.
>
> On Sun, Jan 1, 2017 at 12:05 PM, Ravi Undupitiya  wrote:
>
>> Here's my +1 (binding) - I have verified package signatures and built the
>> source distribution and done some basic smoke testing.
>>
>> On 31 December 2016 at 23:10, Ravi Undupitiya  wrote:
>>
>>> This is a call for votes to release Apache Synapse 3.0.0 (Take 2)
>>>
>>> Please review the distribution artifacts:
>>> https://dist.apache.org/repos/dist/dev/synapse/3.0.0/RC2/
>>>
>>> The nexus staging repository is available at:
>>> https://repository.apache.org/content/repositories/orgapachesynapse-1004
>>>
>>> Updated site for this release is available at:
>>> http://people.apache.org/~ravi/synapse/3.0.0/RC2/site/
>>>
>>> SVN Tag (r1776723):
>>> https://svn.apache.org/repos/asf/synapse/tags/3.0.0/
>>>
>>> Public key:
>>> http://pgp.mit.edu/pks/lookup?op=get=0xAE1FFE87ABBB3CC4
>>>
>>> Issues Fixed:
>>> https://goo.gl/RfzoCK (Apache Synapse JIRA Link)
>>>
>>> Instructions on how to validate distribution artifacts before voting:
>>> http://www.apache.org/dev/release.html#approving-a-release
>>>
>>>
>>> Thanks,
>>> Ravi
>>>
>>
>>
>
>
> --
> Prabath Ariyarathna.
>
>
>
>


-- 
Kasun Indrasiri
Software Architect,
WSO2 Inc. - "Lean . Enterprise . Middleware" - http://www.wso2.com/
Blog : http://kasunpanorama.blogspot.com/


Re: [VOTE] Release Apache Synapse 3.0.0 Take 2

2016-12-31 Thread prabath
Did smoke test and tests for the following features.
Found no issues.
+1

1) Passthrough Transport with HTTP
2) Message Store and Message Processor
3) Proxy Services
4) Simple REST API
5) JMS to HTTP load test

Thanks.
Prabath Ariyarathna.

On Sun, Jan 1, 2017 at 12:05 PM, Ravi Undupitiya  wrote:

> Here's my +1 (binding) - I have verified package signatures and built the
> source distribution and done some basic smoke testing.
>
> On 31 December 2016 at 23:10, Ravi Undupitiya  wrote:
>
>> This is a call for votes to release Apache Synapse 3.0.0 (Take 2)
>>
>> Please review the distribution artifacts:
>> https://dist.apache.org/repos/dist/dev/synapse/3.0.0/RC2/
>>
>> The nexus staging repository is available at:
>> https://repository.apache.org/content/repositories/orgapachesynapse-1004
>>
>> Updated site for this release is available at:
>> http://people.apache.org/~ravi/synapse/3.0.0/RC2/site/
>>
>> SVN Tag (r1776723):
>> https://svn.apache.org/repos/asf/synapse/tags/3.0.0/
>>
>> Public key:
>> http://pgp.mit.edu/pks/lookup?op=get=0xAE1FFE87ABBB3CC4
>>
>> Issues Fixed:
>> https://goo.gl/RfzoCK (Apache Synapse JIRA Link)
>>
>> Instructions on how to validate distribution artifacts before voting:
>> http://www.apache.org/dev/release.html#approving-a-release
>>
>>
>> Thanks,
>> Ravi
>>
>
>


-- 
Prabath Ariyarathna.


Re: [VOTE] Release Apache Synapse 3.0.0 Take 2

2016-12-31 Thread Dushan Abeyruwan
Hi Folks,
 Sorry, I couldn't involve much on release process. Anyway, I did some
smoke test, integration tests, verified source distribution, the
documentation and things looking pretty good.
Here is my vote +1

Thanks Ravi for coordinating this effort.

Cheers,
Dushan

On Sat, Dec 31, 2016 at 8:05 PM, Ravi Undupitiya  wrote:

> Here's my +1 (binding) - I have verified package signatures and built the
> source distribution and done some basic smoke testing.
>
> On 31 December 2016 at 23:10, Ravi Undupitiya  wrote:
>
>> This is a call for votes to release Apache Synapse 3.0.0 (Take 2)
>>
>> Please review the distribution artifacts:
>> https://dist.apache.org/repos/dist/dev/synapse/3.0.0/RC2/
>>
>> The nexus staging repository is available at:
>> https://repository.apache.org/content/repositories/orgapachesynapse-1004
>>
>> Updated site for this release is available at:
>> http://people.apache.org/~ravi/synapse/3.0.0/RC2/site/
>>
>> SVN Tag (r1776723):
>> https://svn.apache.org/repos/asf/synapse/tags/3.0.0/
>>
>> Public key:
>> http://pgp.mit.edu/pks/lookup?op=get=0xAE1FFE87ABBB3CC4
>>
>> Issues Fixed:
>> https://goo.gl/RfzoCK (Apache Synapse JIRA Link)
>>
>> Instructions on how to validate distribution artifacts before voting:
>> http://www.apache.org/dev/release.html#approving-a-release
>>
>>
>> Thanks,
>> Ravi
>>
>
>


Re: [VOTE] Release Apache Synapse 3.0.0 Take 2

2016-12-31 Thread Ravi Undupitiya
Here's my +1 (binding) - I have verified package signatures and built the
source distribution and done some basic smoke testing.

On 31 December 2016 at 23:10, Ravi Undupitiya  wrote:

> This is a call for votes to release Apache Synapse 3.0.0 (Take 2)
>
> Please review the distribution artifacts:
> https://dist.apache.org/repos/dist/dev/synapse/3.0.0/RC2/
>
> The nexus staging repository is available at:
> https://repository.apache.org/content/repositories/orgapachesynapse-1004
>
> Updated site for this release is available at:
> http://people.apache.org/~ravi/synapse/3.0.0/RC2/site/
>
> SVN Tag (r1776723):
> https://svn.apache.org/repos/asf/synapse/tags/3.0.0/
>
> Public key:
> http://pgp.mit.edu/pks/lookup?op=get=0xAE1FFE87ABBB3CC4
>
> Issues Fixed:
> https://goo.gl/RfzoCK (Apache Synapse JIRA Link)
>
> Instructions on how to validate distribution artifacts before voting:
> http://www.apache.org/dev/release.html#approving-a-release
>
>
> Thanks,
> Ravi
>


Re: [VOTE] Release Apache Synapse 3.0.0 Take 2

2016-12-31 Thread Hiranya Jayathilaka
Looks good to me. It’s been a long time coming. Thanks Ravi and others for 
seeing this through.

Here’s my +1 (binding)

Thanks,
Hiranya

> On Dec 31, 2016, at 4:10 AM, Ravi Undupitiya  wrote:
> 
> This is a call for votes to release Apache Synapse 3.0.0 (Take 2) 
> 
> Please review the distribution artifacts:
> https://dist.apache.org/repos/dist/dev/synapse/3.0.0/RC2/ 
> 
> 
> The nexus staging repository is available at:
> https://repository.apache.org/content/repositories/orgapachesynapse-1004 
> 
> 
> Updated site for this release is available at:
> http://people.apache.org/~ravi/synapse/3.0.0/RC2/site/ 
> 
> 
> SVN Tag (r1776723):
> https://svn.apache.org/repos/asf/synapse/tags/3.0.0/ 
> 
> 
> Public key:
> http://pgp.mit.edu/pks/lookup?op=get=0xAE1FFE87ABBB3CC4 
> 
> 
> Issues Fixed:
> https://goo.gl/RfzoCK  (Apache Synapse JIRA Link) 
> 
> Instructions on how to validate distribution artifacts before voting: 
> http://www.apache.org/dev/release.html#approving-a-release 
> 
> 
> 
> Thanks,
> Ravi 

--
Hiranya Jayathilaka
Mayhem Lab/RACE Lab;
Dept. of Computer Science, UCSB;  http://cs.ucsb.edu
E-mail: hira...@cs.ucsb.edu;  Mobile: +1 (805) 895-7443
Blog: http://techfeast-hiranya.blogspot.com








Re: [VOTE] Release Apache Synapse 3.0.0 Take 2

2016-12-31 Thread Isuru Udana
Did smoke tests and run integration tests with the pack. No issues found.

+1

On Sat, Dec 31, 2016 at 5:40 PM, Ravi Undupitiya  wrote:

> This is a call for votes to release Apache Synapse 3.0.0 (Take 2)
>
> Please review the distribution artifacts:
> https://dist.apache.org/repos/dist/dev/synapse/3.0.0/RC2/
>
> The nexus staging repository is available at:
> https://repository.apache.org/content/repositories/orgapachesynapse-1004
>
> Updated site for this release is available at:
> http://people.apache.org/~ravi/synapse/3.0.0/RC2/site/
>
> SVN Tag (r1776723):
> https://svn.apache.org/repos/asf/synapse/tags/3.0.0/
>
> Public key:
> http://pgp.mit.edu/pks/lookup?op=get=0xAE1FFE87ABBB3CC4
>
> Issues Fixed:
> https://goo.gl/RfzoCK (Apache Synapse JIRA Link)
>
> Instructions on how to validate distribution artifacts before voting:
> http://www.apache.org/dev/release.html#approving-a-release
>
>
> Thanks,
> Ravi
>



-- 
*Isuru Udana*
Technical Lead




*; WSO2 Inc.; http://wso2.com email: isud...@gmail.com
 blog: http://mytecheye.blogspot.com/
*


[VOTE] Release Apache Synapse 3.0.0 Take 2

2016-12-31 Thread Ravi Undupitiya
This is a call for votes to release Apache Synapse 3.0.0 (Take 2)

Please review the distribution artifacts:
https://dist.apache.org/repos/dist/dev/synapse/3.0.0/RC2/

The nexus staging repository is available at:
https://repository.apache.org/content/repositories/orgapachesynapse-1004

Updated site for this release is available at:
http://people.apache.org/~ravi/synapse/3.0.0/RC2/site/

SVN Tag (r1776723):
https://svn.apache.org/repos/asf/synapse/tags/3.0.0/

Public key:
http://pgp.mit.edu/pks/lookup?op=get=0xAE1FFE87ABBB3CC4

Issues Fixed:
https://goo.gl/RfzoCK (Apache Synapse JIRA Link)

Instructions on how to validate distribution artifacts before voting:
http://www.apache.org/dev/release.html#approving-a-release


Thanks,
Ravi