Thread: [Asterisk-java-devel] ARI support in asterisk 2.0
Brought to you by:
srt
From: Brett S. <bs...@no...> - 2015-04-15 01:22:59
|
So one of the Asterisk Java dev's sebastian has suggested ARI support in 2.0 So I've never used ARI nor have I read much about it. So there are a number of questions that come to mind. Does ARI give asterisk java any benefits or is it just another means of communicating with asterisk. What is digiums intention with AMI vs ARI? Is ARI designed to replace AMI or will they always exists side by side. Are there any performance losses/gains with ARI compared with AMI. Can ARI do stuff that AMI can't. Other thoughts? brett |
From: Brett S. <bs...@no...> - 2015-04-17 01:18:31
|
Sebastian, would you be will to start a conversation with ari4java guys and see if they are interested in a collaborative effort? It would seem silly for us to build ari lib if it already exists. Of course one argument is that it may make more sense for there to be two separate libraries but I haven't got my head around ARI to make a reasonable comment. Of course either way it would be sensible for the two groups to ensure interoperability so we don't tread on each others toes if a single application needs both libraries. Brett On 15/04/15 11:51, Sebastian wrote: > This is how I would do based on your thoughts: > > > release 1.0 as it is (is been long time there waiting) > > I’ve merged some forks to mine to start testing at least the ones that > are more active towards Ast 13 but my plan is start testing for real > about end of May, I was planing to start based on that but could > change if we contact other developers with forks and merge all on the > base project. > > > Maybe we can make like 1.1 branch with pulls from others is there are > any real fixes that are for all. > > if not I would move to a 2.0 version moving towards Ast 13 and ARI, > > ARI is supposed to be more performant than AMI and have a easier API > based on REST, is suppose to be able to do more than AMI (the example > they are always giving is that you could build your queue system or > voicemail system using ARI and in this way make it more light weight), > anyhow I still not that convinced on what can you really do that > cannot do with AGI but they are going that way. > > We can also talk with someone from projects like > https://github.com/l3nz/ari4java to check if we can merge all in one > project. (we already have AMI and AGI). > > I’ve also contribute some time ago on the asterisk-java-iax but I > finally desisted and i’ve just used for some click to call apps (due > to be easier to go through firewalls than sip) anyway that project is > defunct from my point of view due to the incapacity of find developers > to move it forward. > > About versions supported of asterisk I think that is possible to > continue adding support to new releases adding the properties that are > missing and letting the oldones too so the objects can have all of > them, maybe add an identifier of the version in the object so you now > how to proceed. > > I don’t know which versions are you using but I’ve been a long time in > 10 and the plan is moving to 13 this year. > > let me know > > best regards > > > > > >> On Apr 14, 2015, at 22:22, Brett Sutton <bs...@no... >> <mailto:bs...@no...>> wrote: >> >> >> So one of the Asterisk Java dev's sebastian has suggested ARI support >> in 2.0 >> >> So I've never used ARI nor have I read much about it. >> >> So there are a number of questions that come to mind. >> >> Does ARI give asterisk java any benefits or is it just another means of >> communicating with asterisk. >> >> What is digiums intention with AMI vs ARI? >> >> Is ARI designed to replace AMI or will they always exists side by side. >> >> Are there any performance losses/gains with ARI compared with AMI. >> >> Can ARI do stuff that AMI can't. >> >> Other thoughts? >> >> >> brett >> >> >> ------------------------------------------------------------------------------ >> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT >> Develop your own process in accordance with the BPMN 2 standard >> Learn Process modeling best practices with Bonita BPM through live >> exercises >> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- >> event?utm_ >> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF >> _______________________________________________ >> Asterisk-java-devel mailing list >> Ast...@li... >> <mailto:Ast...@li...> >> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > > > ------------------------------------------------------------------------------ > BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT > Develop your own process in accordance with the BPMN 2 standard > Learn Process modeling best practices with Bonita BPM through live exercises > http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ > source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF > > > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel -- S. Brett Sutton Ph: 1300 NOOJEE (1300 666 533) Noojee Telephony Solutions - On Demand Contact Centres Solutions www.noojee.com.au |
From: Sebastian <sc...@gm...> - 2015-04-17 14:15:52
|
I will try to get to them, maybe we can make something to integrate that library in a transparent manner. > On Apr 16, 2015, at 22:18, Brett Sutton <bs...@no...> wrote: > > Sebastian, > would you be will to start a conversation with ari4java guys and see if they are interested in a collaborative effort? > > It would seem silly for us to build ari lib if it already exists. Of course one argument is that it may make more sense for there to be two separate libraries but I haven't got my head around ARI to make a reasonable comment. > > Of course either way it would be sensible for the two groups to ensure interoperability so we don't tread on each others toes if a single application needs both libraries. > > Brett > > On 15/04/15 11:51, Sebastian wrote: >> This is how I would do based on your thoughts: >> >> >> release 1.0 as it is (is been long time there waiting) >> >> I’ve merged some forks to mine to start testing at least the ones that are more active towards Ast 13 but my plan is start testing for real >> about end of May, I was planing to start based on that but could change if we contact other developers with forks and merge all on the base project. >> >> >> Maybe we can make like 1.1 branch with pulls from others is there are any real fixes that are for all. >> >> if not I would move to a 2.0 version moving towards Ast 13 and ARI, >> >> ARI is supposed to be more performant than AMI and have a easier API based on REST, is suppose to be able to do more than AMI (the example they are always giving is that you could build your queue system or voicemail system using ARI and in this way make it more light weight), anyhow I still not that convinced on what can you really do that cannot do with AGI but they are going that way. >> >> We can also talk with someone from projects like https://github.com/l3nz/ari4java <https://github.com/l3nz/ari4java> to check if we can merge all in one project. (we already have AMI and AGI). >> >> I’ve also contribute some time ago on the asterisk-java-iax but I finally desisted and i’ve just used for some click to call apps (due to be easier to go through firewalls than sip) anyway that project is defunct from my point of view due to the incapacity of find developers to move it forward. >> >> About versions supported of asterisk I think that is possible to continue adding support to new releases adding the properties that are missing and letting the oldones too so the objects can have all of them, maybe add an identifier of the version in the object so you now how to proceed. >> >> I don’t know which versions are you using but I’ve been a long time in 10 and the plan is moving to 13 this year. >> >> let me know >> >> best regards >> >> >> >> >> >>> On Apr 14, 2015, at 22:22, Brett Sutton <bs...@no... <mailto:bs...@no...>> wrote: >>> >>> >>> So one of the Asterisk Java dev's sebastian has suggested ARI support in 2.0 >>> >>> So I've never used ARI nor have I read much about it. >>> >>> So there are a number of questions that come to mind. >>> >>> Does ARI give asterisk java any benefits or is it just another means of >>> communicating with asterisk. >>> >>> What is digiums intention with AMI vs ARI? >>> >>> Is ARI designed to replace AMI or will they always exists side by side. >>> >>> Are there any performance losses/gains with ARI compared with AMI. >>> >>> Can ARI do stuff that AMI can't. >>> >>> Other thoughts? >>> >>> >>> brett >>> >>> >>> ------------------------------------------------------------------------------ >>> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT >>> Develop your own process in accordance with the BPMN 2 standard >>> Learn Process modeling best practices with Bonita BPM through live exercises >>> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- <http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual-> event?utm_ >>> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF >>> _______________________________________________ >>> Asterisk-java-devel mailing list >>> Ast...@li... <mailto:Ast...@li...> >>> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel <https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel> >> >> >> >> ------------------------------------------------------------------------------ >> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT >> Develop your own process in accordance with the BPMN 2 standard >> Learn Process modeling best practices with Bonita BPM through live exercises >> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual <http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual>- event?utm_ >> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF >> >> >> _______________________________________________ >> Asterisk-java-devel mailing list >> Ast...@li... <mailto:Ast...@li...> >> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel <https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel> > > > -- > S. Brett Sutton > > Ph: 1300 NOOJEE (1300 666 533) > Noojee Telephony Solutions - On Demand Contact Centres Solutions > www.noojee.com.au <http://www.noojee.com.au/>------------------------------------------------------------------------------ > BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT > Develop your own process in accordance with the BPMN 2 standard > Learn Process modeling best practices with Bonita BPM through live exercises > http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ > source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF_______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel |
From: Brett S. <bs...@no...> - 2015-05-20 23:31:53
|
Yves, appologies for the late reply. I think our key weakness is unit tests / CI. Martin Duncan has offered to setup a TravisCI server but I'm not certain how far he has gotten with that work. Martin are you still able to do this? My aim is to start the process of getting a serious amount of coverage with unit testing. I would also like to see integration level testing that perhaps uses some container tech like docker, to fire up asterisk instances to run the unit tests against. We could then have a docker instance for each supported version of asterisk. I understand that maven has a docker plugin that may make this feasible. I also think there are couple of forks that have developed a number of unit tests. We really need someone to have a poke through those forks and then try to marshal those unit tests into our main branch. We also need to improve the wiki documenation and get up to date java doc on line so that we have java doc available for each GA release. As to a video call its probably a good idea. I'm at GMT+10. How else would be interested in being involved in a video conference? Brett On 14/05/15 20:08, Yves wrote: > Hi Brett et al, > > glad to see things are going on straightforward. Your help and efforts > are highly appreciated, thanks very much so far. > As I wrote a few weeks before I am quite busy, but would like to help > and contribute anyways. > Now I have to read through all the emails, pull the latest release and > see, what I can do... or are there some tasks you > already have in mind that I could do? Are there still documentation / > example tasks to do? > Above that, I think it would be a nice idea to meet each other.. maybe > on a more or less regular basis. My experience is > that things run better on are more "personal" basis and one could know > each other better (skills, likes to work on, doesn´t > like to work on, progress, team-building etc.). As I think we are spread > around the world, an online video chat would be > a preferrable way for this of course... What do you think? > > yves > > Am 13.05.2015 um 23:44 schrieb Brett Sutton: >> Yes let's go straight to ga. >> >> >> On 13 May 2015 11:06:41 pm AEST, Zoumana TRAORE >> <zou...@gm...> wrote: >> >> Hello Brett, >> >> Yes sometimes no feedback is a good feedback :-) >> So we go straight to 1.0.0 (GA) ? >> >> Sure i will take care of this. >> >> PS: As soon as i will have the time to generate new PGP key, i >> will also send you my public for the other (pending) subject >> >> Zoumana >> >> ------------------------------------------------------------------------ >> >> One dashboard for servers and applications across Physical-Virtual-Cloud >> Widest out-of-the-box monitoring support with 50+ applications >> Performance metrics, stats and reports that give you Actionable Insights >> Deep dive visibility with transaction tracing using APM Insight. >> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >> >> ------------------------------------------------------------------------ >> >> Asterisk-java-devel mailing list >> Ast...@li... >> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel >> >> >> -- >> Sent from my Android device with K-9 Mail. Please excuse my brevity. >> >> >> ------------------------------------------------------------------------------ >> One dashboard for servers and applications across Physical-Virtual-Cloud >> Widest out-of-the-box monitoring support with 50+ applications >> Performance metrics, stats and reports that give you Actionable Insights >> Deep dive visibility with transaction tracing using APM Insight. >> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >> >> >> _______________________________________________ >> Asterisk-java-devel mailing list >> Ast...@li... >> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > > > ------------------------------------------------------------------------ > Avast logo <http://www.avast.com/> > > Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. > www.avast.com <http://www.avast.com/> > > > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > > > > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > -- S. Brett Sutton Ph: 1300 NOOJEE (1300 666 533) Noojee Telephony Solutions - On Demand Contact Centres Solutions www.noojee.com.au |
From: Enguerrand de R. <eng...@el...> - 2015-05-21 07:35:12
|
> How else would be interested in being involved in a video conference? I wouldn't mind joining a video conference but would have to confirm availability once the time slot is decided. I am GMT+2 and joining would be easiest for me in the evening hours... ------------------------------------------------------------------------------------ Dipl.-Ing. Enguerrand de Rochefort Softwareentwickler mailto:eng...@el... Tel: +49-241-566266-72 Fax: +49-241-566266-29 ELARA Leitstellentechnik GmbH Member of Frequentis Group Schloss-Rahe-Str. 19a 52072 Aachen Geschäftsführender Gesellschafter: Dr.-Ing. Frank Herzog Geschäftsführer: Dipl.-Ing. Hans Werner Güntzel Amtsgericht Aachen HRB 17856 St.-Nr.: 201/5956/4218 USt-IdNr.: DE 285 827 521 --------------------------------------------------------------------------------------------- Diese Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet. This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e- mail is strictly forbidden. |
From: Martin D. <md...@du...> - 2015-05-23 18:11:13
|
Brett, I have Travis CI working against my public copy of asterisk-java. It will attempt to build any commit that has a tag. If the build is successful, it will create a release as well. The tag is the name of the release and the comment becomes the description of the release. Take a look at: https://github.com/martinkduncan/asterisk-java Let me know what you think. Especially check out the Test 8 release. What other functionality is desired? Do you want the maven site generated and put somewhere? If everything looks good, then I will need an API key for main asterisk-java repository to run the process against. Regards, Martin ---------- Forwarded message --------- From: Martin Duncan <md...@du...> Date: Fri, May 22, 2015 at 6:28 AM Subject: Re: [Asterisk-java-devel] 1.0 release To: Brett Sutton <bs...@no...> Brett, Travis CI is pretty easy to setup. I only have the task of encrypting github information, so that the result of the build can be checked back into the repository. Turns out that the only documented way of doing this requires a Ruby gem that is not installing correctly on windows. So I am doing this in a Linux VM. I should have this completed and working this weekend. Regards, Martin On Wed, May 20, 2015 at 4:31 PM Brett Sutton <bs...@no...> wrote: > Yves, > appologies for the late reply. > > I think our key weakness is unit tests / CI. > > Martin Duncan has offered to setup a TravisCI server but I'm not certain > how far he has gotten with that work. > > Martin are you still able to do this? > > My aim is to start the process of getting a serious amount of coverage > with unit testing. > > I would also like to see integration level testing that perhaps uses > some container tech like docker, to fire up asterisk instances to run > the unit tests against. We could then have a docker instance for each > supported version of asterisk. > > I understand that maven has a docker plugin that may make this feasible. > > I also think there are couple of forks that have developed a number of > unit tests. We really need someone to have a poke through those forks > and then try to marshal those unit tests into our main branch. > > We also need to improve the wiki documenation and get up to date java > doc on line so that we have java doc available for each GA release. > > As to a video call its probably a good idea. I'm at GMT+10. > > How else would be interested in being involved in a video conference? > > Brett > > > On 14/05/15 20:08, Yves wrote: > > Hi Brett et al, > > > > glad to see things are going on straightforward. Your help and efforts > > are highly appreciated, thanks very much so far. > > As I wrote a few weeks before I am quite busy, but would like to help > > and contribute anyways. > > Now I have to read through all the emails, pull the latest release and > > see, what I can do... or are there some tasks you > > already have in mind that I could do? Are there still documentation / > > example tasks to do? > > Above that, I think it would be a nice idea to meet each other.. maybe > > on a more or less regular basis. My experience is > > that things run better on are more "personal" basis and one could know > > each other better (skills, likes to work on, doesn´t > > like to work on, progress, team-building etc.). As I think we are spread > > around the world, an online video chat would be > > a preferrable way for this of course... What do you think? > > > > yves > > > > Am 13.05.2015 um 23:44 schrieb Brett Sutton: > >> Yes let's go straight to ga. > >> > >> > >> On 13 May 2015 11:06:41 pm AEST, Zoumana TRAORE > >> <zou...@gm...> wrote: > >> > >> Hello Brett, > >> > >> Yes sometimes no feedback is a good feedback :-) > >> So we go straight to 1.0.0 (GA) ? > >> > >> Sure i will take care of this. > >> > >> PS: As soon as i will have the time to generate new PGP key, i > >> will also send you my public for the other (pending) subject > >> > >> Zoumana > >> > >> > ------------------------------------------------------------------------ > >> > >> One dashboard for servers and applications across > Physical-Virtual-Cloud > >> Widest out-of-the-box monitoring support with 50+ applications > >> Performance metrics, stats and reports that give you Actionable > Insights > >> Deep dive visibility with transaction tracing using APM Insight. > >> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > >> > >> > ------------------------------------------------------------------------ > >> > >> Asterisk-java-devel mailing list > >> Ast...@li... > >> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > >> > >> > >> -- > >> Sent from my Android device with K-9 Mail. Please excuse my brevity. > >> > >> > >> > ------------------------------------------------------------------------------ > >> One dashboard for servers and applications across Physical-Virtual-Cloud > >> Widest out-of-the-box monitoring support with 50+ applications > >> Performance metrics, stats and reports that give you Actionable Insights > >> Deep dive visibility with transaction tracing using APM Insight. > >> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > >> > >> > >> _______________________________________________ > >> Asterisk-java-devel mailing list > >> Ast...@li... > >> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > > > > > > > ------------------------------------------------------------------------ > > Avast logo <http://www.avast.com/> > > > > Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. > > www.avast.com <http://www.avast.com/> > > > > > > > > > > > ------------------------------------------------------------------------------ > > One dashboard for servers and applications across Physical-Virtual-Cloud > > Widest out-of-the-box monitoring support with 50+ applications > > Performance metrics, stats and reports that give you Actionable Insights > > Deep dive visibility with transaction tracing using APM Insight. > > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > > > > > > > > _______________________________________________ > > Asterisk-java-devel mailing list > > Ast...@li... > > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > > > > -- > S. Brett Sutton > > Ph: 1300 NOOJEE (1300 666 533) > Noojee Telephony Solutions - On Demand Contact Centres Solutions > www.noojee.com.au > > |
From: Sebastian <sc...@gm...> - 2015-04-15 01:53:22
|
This is how I would do based on your thoughts: release 1.0 as it is (is been long time there waiting) I’ve merged some forks to mine to start testing at least the ones that are more active towards Ast 13 but my plan is start testing for real about end of May, I was planing to start based on that but could change if we contact other developers with forks and merge all on the base project. Maybe we can make like 1.1 branch with pulls from others is there are any real fixes that are for all. if not I would move to a 2.0 version moving towards Ast 13 and ARI, ARI is supposed to be more performant than AMI and have a easier API based on REST, is suppose to be able to do more than AMI (the example they are always giving is that you could build your queue system or voicemail system using ARI and in this way make it more light weight), anyhow I still not that convinced on what can you really do that cannot do with AGI but they are going that way. We can also talk with someone from projects like https://github.com/l3nz/ari4java <https://github.com/l3nz/ari4java> to check if we can merge all in one project. (we already have AMI and AGI). I’ve also contribute some time ago on the asterisk-java-iax but I finally desisted and i’ve just used for some click to call apps (due to be easier to go through firewalls than sip) anyway that project is defunct from my point of view due to the incapacity of find developers to move it forward. About versions supported of asterisk I think that is possible to continue adding support to new releases adding the properties that are missing and letting the oldones too so the objects can have all of them, maybe add an identifier of the version in the object so you now how to proceed. I don’t know which versions are you using but I’ve been a long time in 10 and the plan is moving to 13 this year. let me know best regards > On Apr 14, 2015, at 22:22, Brett Sutton <bs...@no...> wrote: > > > So one of the Asterisk Java dev's sebastian has suggested ARI support in 2.0 > > So I've never used ARI nor have I read much about it. > > So there are a number of questions that come to mind. > > Does ARI give asterisk java any benefits or is it just another means of > communicating with asterisk. > > What is digiums intention with AMI vs ARI? > > Is ARI designed to replace AMI or will they always exists side by side. > > Are there any performance losses/gains with ARI compared with AMI. > > Can ARI do stuff that AMI can't. > > Other thoughts? > > > brett > > > ------------------------------------------------------------------------------ > BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT > Develop your own process in accordance with the BPMN 2 standard > Learn Process modeling best practices with Bonita BPM through live exercises > http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ > source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel |
From: Brett S. <bs...@no...> - 2015-04-17 01:12:30
|
So only a small no. of responses but the seems consistent. Basically lets get a 1.0 release candiated out the door asap. Our internal team have also agreed with the consensus view. So I'm proposing that we use the 1.0 branch that I created about a week ago and use that to create an 1.0 rc1. We will give you a short window to submit anything that you think is critical for the 1.0 release. If you have anything that you think should be critical to go into that release then please do a pull request by the 24th of April. We will only consider bug fixes and very very minor feature changes. Anything with a possible wide impact will be rejected. So unless there are any further objections we will look to pushing out a rc1 on Monday the 27th of April or there abouts. Do we have any one who would be happy to do the build and submit the rc1 code? Brett |
From: Zoumana T. <zou...@gm...> - 2015-04-17 10:05:34
|
Hi Brett, I will be glad to do so. Zoumana Le 17 avr. 2015 03:13, "Brett Sutton" <bs...@no...> a écrit : > So only a small no. of responses but the seems consistent. > > Basically lets get a 1.0 release candiated out the door asap. > > Our internal team have also agreed with the consensus view. > > So I'm proposing that we use the 1.0 branch that I created about a week > ago and use that to create an 1.0 rc1. > > We will give you a short window to submit anything that you think is > critical for the 1.0 release. > > If you have anything that you think should be critical to go into that > release then please do a pull request by the 24th of April. > > We will only consider bug fixes and very very minor feature changes. > Anything with a possible wide impact will be rejected. > > So unless there are any further objections we will look to pushing out a > rc1 on Monday the 27th of April or there abouts. > > Do we have any one who would be happy to do the build and submit the rc1 > code? > > > > Brett > > > > ------------------------------------------------------------------------------ > BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT > Develop your own process in accordance with the BPMN 2 standard > Learn Process modeling best practices with Bonita BPM through live > exercises > http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- > event?utm_ > source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > |
From: Zoumana T. <zou...@gm...> - 2015-04-26 12:29:00
|
Hello Brett, Are we still targeting tomorrow for a RC1 release? I propose myself to do the tag and the github release, could you please add me as contributor to the project and let me know? Also let me know the time-frame you want the release to be published (I'm in Paris time) Zoumana *---* *Zoumana TRAORE* 2015-04-17 12:05 GMT+02:00 Zoumana TRAORE <zou...@gm...>: > Hi Brett, > > I will be glad to do so. > > Zoumana > Le 17 avr. 2015 03:13, "Brett Sutton" <bs...@no...> a écrit : > >> So only a small no. of responses but the seems consistent. >> >> Basically lets get a 1.0 release candiated out the door asap. >> >> Our internal team have also agreed with the consensus view. >> >> So I'm proposing that we use the 1.0 branch that I created about a week >> ago and use that to create an 1.0 rc1. >> >> We will give you a short window to submit anything that you think is >> critical for the 1.0 release. >> >> If you have anything that you think should be critical to go into that >> release then please do a pull request by the 24th of April. >> >> We will only consider bug fixes and very very minor feature changes. >> Anything with a possible wide impact will be rejected. >> >> So unless there are any further objections we will look to pushing out a >> rc1 on Monday the 27th of April or there abouts. >> >> Do we have any one who would be happy to do the build and submit the rc1 >> code? >> >> >> >> Brett >> >> >> >> ------------------------------------------------------------------------------ >> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT >> Develop your own process in accordance with the BPMN 2 standard >> Learn Process modeling best practices with Bonita BPM through live >> exercises >> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- >> event?utm_ >> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF >> _______________________________________________ >> Asterisk-java-devel mailing list >> Ast...@li... >> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel >> > |
From: Brett S. <bs...@no...> - 2015-04-29 03:53:51
|
Zoumana, appologies for the late reply, I've been bogged down this week. So yes make the release as soon as you are ready. The Monday timeline was really just a target to give anyone time that wanted to push any last minute updates. I need to get stefan to add you as a contributor so will send him a request today. And thank you for your support. Brett On 26/04/15 22:28, Zoumana TRAORE wrote: > Hello Brett, > > Are we still targeting tomorrow for a RC1 release? > I propose myself to do the tag and the github release, could you > please add me as contributor to the project and let me know? > > > Also let me know the time-frame you want the release to be published > (I'm in Paris time) > > > Zoumana > > > > *--- > * > > *Zoumana TRAORE* > > > 2015-04-17 12:05 GMT+02:00 Zoumana TRAORE <zou...@gm... > <mailto:zou...@gm...>>: > > Hi Brett, > > I will be glad to do so. > > Zoumana > > Le 17 avr. 2015 03:13, "Brett Sutton" <bs...@no... > <mailto:bs...@no...>> a écrit : > > So only a small no. of responses but the seems consistent. > > Basically lets get a 1.0 release candiated out the door asap. > > Our internal team have also agreed with the consensus view. > > So I'm proposing that we use the 1.0 branch that I created > about a week > ago and use that to create an 1.0 rc1. > > We will give you a short window to submit anything that you > think is > critical for the 1.0 release. > > If you have anything that you think should be critical to go > into that > release then please do a pull request by the 24th of April. > > We will only consider bug fixes and very very minor feature > changes. > Anything with a possible wide impact will be rejected. > > So unless there are any further objections we will look to > pushing out a > rc1 on Monday the 27th of April or there abouts. > > Do we have any one who would be happy to do the build and > submit the rc1 > code? > > > > Brett > > > ------------------------------------------------------------------------------ > BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT > Develop your own process in accordance with the BPMN 2 standard > Learn Process modeling best practices with Bonita BPM through > live exercises > http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- > event?utm_ > source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > <mailto:Ast...@li...> > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > > > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel -- S. Brett Sutton Ph: 1300 NOOJEE (1300 666 533) Noojee Telephony Solutions - On Demand Contact Centres Solutions www.noojee.com.au |
From: Brett S. <bs...@no...> - 2015-04-30 13:14:43
|
Zoumana, I've sent you an invite from github so you can do the build. Brett On 26/04/15 22:28, Zoumana TRAORE wrote: > Hello Brett, > > Are we still targeting tomorrow for a RC1 release? > I propose myself to do the tag and the github release, could you > please add me as contributor to the project and let me know? > > > Also let me know the time-frame you want the release to be published > (I'm in Paris time) > > > Zoumana > > > > *--- > * > > *Zoumana TRAORE* > > > 2015-04-17 12:05 GMT+02:00 Zoumana TRAORE <zou...@gm... > <mailto:zou...@gm...>>: > > Hi Brett, > > I will be glad to do so. > > Zoumana > > Le 17 avr. 2015 03:13, "Brett Sutton" <bs...@no... > <mailto:bs...@no...>> a écrit : > > So only a small no. of responses but the seems consistent. > > Basically lets get a 1.0 release candiated out the door asap. > > Our internal team have also agreed with the consensus view. > > So I'm proposing that we use the 1.0 branch that I created > about a week > ago and use that to create an 1.0 rc1. > > We will give you a short window to submit anything that you > think is > critical for the 1.0 release. > > If you have anything that you think should be critical to go > into that > release then please do a pull request by the 24th of April. > > We will only consider bug fixes and very very minor feature > changes. > Anything with a possible wide impact will be rejected. > > So unless there are any further objections we will look to > pushing out a > rc1 on Monday the 27th of April or there abouts. > > Do we have any one who would be happy to do the build and > submit the rc1 > code? > > > > Brett > > > ------------------------------------------------------------------------------ > BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT > Develop your own process in accordance with the BPMN 2 standard > Learn Process modeling best practices with Bonita BPM through > live exercises > http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- > event?utm_ > source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > <mailto:Ast...@li...> > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > > > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel -- S. Brett Sutton Ph: 1300 NOOJEE (1300 666 533) Noojee Telephony Solutions - On Demand Contact Centres Solutions www.noojee.com.au |
From: Brett S. <bs...@no...> - 2015-04-30 13:31:40
|
So we are now accepting pull requests into: branch: release-1.1 - small changes and bug fixes for asterisk versions 1.4 to 1.8 branch: master - large changes towards delivering support for asterisk 11 and 13. There are lots of asterisk-java forks in the wild so if you are the owner of one of these then I would encourage you to submit pull requests for inclusion in the latest version of asterisk-java. Code with unit tests will be looked upon very favourably. Brett |
From: Zoumana T. <zou...@gm...> - 2015-04-30 19:04:49
|
Hello Brett, Great thanks. Le 30 avr. 2015 15:14, "Brett Sutton" <bs...@no...> a écrit : > Zoumana, > I've sent you an invite from github so you can do the build. > > Brett > > > On 26/04/15 22:28, Zoumana TRAORE wrote: > > Hello Brett, > > Are we still targeting tomorrow for a RC1 release? > I propose myself to do the tag and the github release, could you please > add me as contributor to the project and let me know? > > > Also let me know the time-frame you want the release to be published > (I'm in Paris time) > > > Zoumana > > > > > *--- * > > *Zoumana TRAORE* > > 2015-04-17 12:05 GMT+02:00 Zoumana TRAORE <zou...@gm...>: > >> Hi Brett, >> >> I will be glad to do so. >> >> Zoumana >> Le 17 avr. 2015 03:13, "Brett Sutton" <bs...@no...> a écrit : >> >>> So only a small no. of responses but the seems consistent. >>> >>> Basically lets get a 1.0 release candiated out the door asap. >>> >>> Our internal team have also agreed with the consensus view. >>> >>> So I'm proposing that we use the 1.0 branch that I created about a week >>> ago and use that to create an 1.0 rc1. >>> >>> We will give you a short window to submit anything that you think is >>> critical for the 1.0 release. >>> >>> If you have anything that you think should be critical to go into that >>> release then please do a pull request by the 24th of April. >>> >>> We will only consider bug fixes and very very minor feature changes. >>> Anything with a possible wide impact will be rejected. >>> >>> So unless there are any further objections we will look to pushing out a >>> rc1 on Monday the 27th of April or there abouts. >>> >>> Do we have any one who would be happy to do the build and submit the rc1 >>> code? >>> >>> >>> >>> Brett >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT >>> Develop your own process in accordance with the BPMN 2 standard >>> Learn Process modeling best practices with Bonita BPM through live >>> exercises >>> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- >>> event?utm_ >>> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF >>> _______________________________________________ >>> Asterisk-java-devel mailing list >>> Ast...@li... >>> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel >>> >> > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight.http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > > > > _______________________________________________ > Asterisk-java-devel mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > > > -- > S. Brett Sutton > > Ph: 1300 NOOJEE (1300 666 533) > Noojee Telephony Solutions - On Demand Contact Centres Solutionswww.noojee.com.au > > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > |
From: Zoumana T. <zou...@gm...> - 2015-05-04 19:52:41
|
Hello all, I've just pushed the 1.0.0.RC1 release Shall we think about releasing this inside maven central repository or this will be done just for the 1.0 GA ? Zoumana *---* *Zoumana TRAORE* 2015-04-30 21:04 GMT+02:00 Zoumana TRAORE <zou...@gm...>: > Hello Brett, > > Great thanks. > Le 30 avr. 2015 15:14, "Brett Sutton" <bs...@no...> a écrit : > >> Zoumana, >> I've sent you an invite from github so you can do the build. >> >> Brett >> >> >> On 26/04/15 22:28, Zoumana TRAORE wrote: >> >> Hello Brett, >> >> Are we still targeting tomorrow for a RC1 release? >> I propose myself to do the tag and the github release, could you please >> add me as contributor to the project and let me know? >> >> >> Also let me know the time-frame you want the release to be published >> (I'm in Paris time) >> >> >> Zoumana >> >> >> >> >> *--- * >> >> *Zoumana TRAORE* >> >> 2015-04-17 12:05 GMT+02:00 Zoumana TRAORE <zou...@gm...>: >> >>> Hi Brett, >>> >>> I will be glad to do so. >>> >>> Zoumana >>> Le 17 avr. 2015 03:13, "Brett Sutton" <bs...@no...> a >>> écrit : >>> >>>> So only a small no. of responses but the seems consistent. >>>> >>>> Basically lets get a 1.0 release candiated out the door asap. >>>> >>>> Our internal team have also agreed with the consensus view. >>>> >>>> So I'm proposing that we use the 1.0 branch that I created about a week >>>> ago and use that to create an 1.0 rc1. >>>> >>>> We will give you a short window to submit anything that you think is >>>> critical for the 1.0 release. >>>> >>>> If you have anything that you think should be critical to go into that >>>> release then please do a pull request by the 24th of April. >>>> >>>> We will only consider bug fixes and very very minor feature changes. >>>> Anything with a possible wide impact will be rejected. >>>> >>>> So unless there are any further objections we will look to pushing out a >>>> rc1 on Monday the 27th of April or there abouts. >>>> >>>> Do we have any one who would be happy to do the build and submit the rc1 >>>> code? >>>> >>>> >>>> >>>> Brett >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT >>>> Develop your own process in accordance with the BPMN 2 standard >>>> Learn Process modeling best practices with Bonita BPM through live >>>> exercises >>>> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- >>>> event?utm_ >>>> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF >>>> _______________________________________________ >>>> Asterisk-java-devel mailing list >>>> Ast...@li... >>>> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel >>>> >>> >> >> >> ------------------------------------------------------------------------------ >> One dashboard for servers and applications across Physical-Virtual-Cloud >> Widest out-of-the-box monitoring support with 50+ applications >> Performance metrics, stats and reports that give you Actionable Insights >> Deep dive visibility with transaction tracing using APM Insight.http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >> >> >> >> _______________________________________________ >> Asterisk-java-devel mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel >> >> >> >> -- >> S. Brett Sutton >> >> Ph: 1300 NOOJEE (1300 666 533) >> Noojee Telephony Solutions - On Demand Contact Centres Solutionswww.noojee.com.au >> >> >> >> ------------------------------------------------------------------------------ >> One dashboard for servers and applications across Physical-Virtual-Cloud >> Widest out-of-the-box monitoring support with 50+ applications >> Performance metrics, stats and reports that give you Actionable Insights >> Deep dive visibility with transaction tracing using APM Insight. >> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >> _______________________________________________ >> Asterisk-java-devel mailing list >> Ast...@li... >> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel >> >> |
From: Brett S. <bs...@no...> - 2015-05-04 22:55:21
|
If its easy then lets push it to the central repository. BTW how do you push something to the central repo? On 05/05/15 05:52, Zoumana TRAORE wrote: > Hello all, > > I've just pushed the 1.0.0.RC1 release > Shall we think about releasing this inside maven central repository or > this will be done just for the 1.0 GA ? > > Zoumana > > > *--- > * > > *Zoumana TRAORE* > > > 2015-04-30 21:04 GMT+02:00 Zoumana TRAORE <zou...@gm... > <mailto:zou...@gm...>>: > > Hello Brett, > > Great thanks. > > Le 30 avr. 2015 15:14, "Brett Sutton" <bs...@no... > <mailto:bs...@no...>> a écrit : > > Zoumana, > I've sent you an invite from github so you can do the build. > > Brett > > > On 26/04/15 22:28, Zoumana TRAORE wrote: >> Hello Brett, >> >> Are we still targeting tomorrow for a RC1 release? >> I propose myself to do the tag and the github release, could >> you please add me as contributor to the project and let me know? >> >> >> Also let me know the time-frame you want the release to be >> published (I'm in Paris time) >> >> >> Zoumana >> >> >> >> *--- >> * >> >> *Zoumana TRAORE* >> >> >> 2015-04-17 12:05 GMT+02:00 Zoumana TRAORE >> <zou...@gm... <mailto:zou...@gm...>>: >> >> Hi Brett, >> >> I will be glad to do so. >> >> Zoumana >> >> Le 17 avr. 2015 03:13, "Brett Sutton" >> <bs...@no... <mailto:bs...@no...>> a >> écrit : >> >> So only a small no. of responses but the seems >> consistent. >> >> Basically lets get a 1.0 release candiated out the >> door asap. >> >> Our internal team have also agreed with the consensus >> view. >> >> So I'm proposing that we use the 1.0 branch that I >> created about a week >> ago and use that to create an 1.0 rc1. >> >> We will give you a short window to submit anything >> that you think is >> critical for the 1.0 release. >> >> If you have anything that you think should be >> critical to go into that >> release then please do a pull request by the 24th of >> April. >> >> We will only consider bug fixes and very very minor >> feature changes. >> Anything with a possible wide impact will be rejected. >> >> So unless there are any further objections we will >> look to pushing out a >> rc1 on Monday the 27th of April or there abouts. >> >> Do we have any one who would be happy to do the build >> and submit the rc1 >> code? >> >> >> >> Brett >> >> >> ------------------------------------------------------------------------------ >> BPM Camp - Free Virtual Workshop May 6th at 10am >> PDT/1PM EDT >> Develop your own process in accordance with the BPMN >> 2 standard >> Learn Process modeling best practices with Bonita BPM >> through live exercises >> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- >> event?utm_ >> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF >> _______________________________________________ >> Asterisk-java-devel mailing list >> Ast...@li... >> <mailto:Ast...@li...> >> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel >> >> >> >> >> ------------------------------------------------------------------------------ >> One dashboard for servers and applications across Physical-Virtual-Cloud >> Widest out-of-the-box monitoring support with 50+ applications >> Performance metrics, stats and reports that give you Actionable Insights >> Deep dive visibility with transaction tracing using APM Insight. >> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >> >> >> _______________________________________________ >> Asterisk-java-devel mailing list >> Ast...@li... <mailto:Ast...@li...> >> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > > -- > S. Brett Sutton > > Ph: 1300 NOOJEE (1300 666 533) > Noojee Telephony Solutions - On Demand Contact Centres Solutions > www.noojee.com.au <http://www.noojee.com.au> > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across > Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you > Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > <mailto:Ast...@li...> > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > > > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel -- S. Brett Sutton Ph: 1300 NOOJEE (1300 666 533) Noojee Telephony Solutions - On Demand Contact Centres Solutions www.noojee.com.au |
From: Brett S. <bs...@no...> - 2015-05-04 23:29:45
|
Gentlefolk, I'm very pleased to announce that Asterisk Java 1.0 RC1 has just been released and can be downloaded from github at: https://github.com/asterisk-java/asterisk-java/releases Thanks very much to Zoumana Traore for orchestrating the release. RC1 is really just a formalisation of the prior 1.0 M3 so we are not expecting any new bugs to surface. I would encourage you all, to take it out for a spin. Subject to no bug reports against RC1 or any other objections, I'm looking to push the GA version out on the first of June. We are now accepting push request for 1.1 which is intended to support Asterisk versions up to 1.8. The 1.1 release is intended to facilitate the consolidation of any key missing 1.8 features. We are also accepting push request for 2.0. 2.0 is intended to support version up to asterisk 13. So any post 1.8 features need to be pushed into master which will become the 2.0 release. Any questions, thought or suggestions on how to do this better are always welcome. Regards, Brett |
From: Zoumana T. <zou...@gm...> - 2015-05-04 23:32:09
|
I did not do it yet but here is some reading https://maven.apache.org/guides/mini/guide-central-repository-upload.html The POM meets the requirements (as Stephen has already published some releases). What i am asking myself (and you guys) is if we could publish new versions of the same artifacts (ids) signed with another key than the original. Any taughts ? Le 5 mai 2015 00:55, "Brett Sutton" <bs...@no...> a écrit : > If its easy then lets push it to the central repository. > > BTW how do you push something to the central repo? > > > > On 05/05/15 05:52, Zoumana TRAORE wrote: > > Hello all, > > I've just pushed the 1.0.0.RC1 release > Shall we think about releasing this inside maven central repository or > this will be done just for the 1.0 GA ? > > Zoumana > > > > *--- * > > *Zoumana TRAORE* > > 2015-04-30 21:04 GMT+02:00 Zoumana TRAORE <zou...@gm...>: > >> Hello Brett, >> >> Great thanks. >> Le 30 avr. 2015 15:14, "Brett Sutton" <bs...@no...> a écrit : >> >>> Zoumana, >>> I've sent you an invite from github so you can do the build. >>> >>> Brett >>> >>> >>> On 26/04/15 22:28, Zoumana TRAORE wrote: >>> >>> Hello Brett, >>> >>> Are we still targeting tomorrow for a RC1 release? >>> I propose myself to do the tag and the github release, could you please >>> add me as contributor to the project and let me know? >>> >>> >>> Also let me know the time-frame you want the release to be published >>> (I'm in Paris time) >>> >>> >>> Zoumana >>> >>> >>> >>> >>> *--- * >>> >>> *Zoumana TRAORE* >>> >>> 2015-04-17 12:05 GMT+02:00 Zoumana TRAORE <zou...@gm...>: >>> >>>> Hi Brett, >>>> >>>> I will be glad to do so. >>>> >>>> Zoumana >>>> Le 17 avr. 2015 03:13, "Brett Sutton" <bs...@no...> a >>>> écrit : >>>> >>>>> So only a small no. of responses but the seems consistent. >>>>> >>>>> Basically lets get a 1.0 release candiated out the door asap. >>>>> >>>>> Our internal team have also agreed with the consensus view. >>>>> >>>>> So I'm proposing that we use the 1.0 branch that I created about a week >>>>> ago and use that to create an 1.0 rc1. >>>>> >>>>> We will give you a short window to submit anything that you think is >>>>> critical for the 1.0 release. >>>>> >>>>> If you have anything that you think should be critical to go into that >>>>> release then please do a pull request by the 24th of April. >>>>> >>>>> We will only consider bug fixes and very very minor feature changes. >>>>> Anything with a possible wide impact will be rejected. >>>>> >>>>> So unless there are any further objections we will look to pushing out >>>>> a >>>>> rc1 on Monday the 27th of April or there abouts. >>>>> >>>>> Do we have any one who would be happy to do the build and submit the >>>>> rc1 >>>>> code? >>>>> >>>>> >>>>> >>>>> Brett >>>>> >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT >>>>> Develop your own process in accordance with the BPMN 2 standard >>>>> Learn Process modeling best practices with Bonita BPM through live >>>>> exercises >>>>> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- >>>>> event?utm_ >>>>> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF >>>>> _______________________________________________ >>>>> Asterisk-java-devel mailing list >>>>> Ast...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel >>>>> >>>> >>> >>> >>> ------------------------------------------------------------------------------ >>> One dashboard for servers and applications across Physical-Virtual-Cloud >>> Widest out-of-the-box monitoring support with 50+ applications >>> Performance metrics, stats and reports that give you Actionable Insights >>> Deep dive visibility with transaction tracing using APM Insight.http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >>> >>> >>> >>> _______________________________________________ >>> Asterisk-java-devel mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel >>> >>> >>> >>> -- >>> S. Brett Sutton >>> >>> Ph: 1300 NOOJEE (1300 666 533) >>> Noojee Telephony Solutions - On Demand Contact Centres Solutionswww.noojee.com.au >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> One dashboard for servers and applications across Physical-Virtual-Cloud >>> Widest out-of-the-box monitoring support with 50+ applications >>> Performance metrics, stats and reports that give you Actionable Insights >>> Deep dive visibility with transaction tracing using APM Insight. >>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >>> _______________________________________________ >>> Asterisk-java-devel mailing list >>> Ast...@li... >>> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel >>> >>> > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight.http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > > > > _______________________________________________ > Asterisk-java-devel mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > > > -- > S. Brett Sutton > > Ph: 1300 NOOJEE (1300 666 533) > Noojee Telephony Solutions - On Demand Contact Centres Solutionswww.noojee.com.au > > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > |
From: Brett S. <bs...@no...> - 2015-05-05 00:04:54
|
I'm guessing that Stefan must hold the original private key. It would seem to me that it is better if we used the original So two questions, is it possible to get the original key from Stefan? - I will ask. If we get the original key or create a new key, where can we store it so that defined team members can have access to it without us exposing it to unwanted third parties. Brett On 05/05/15 09:32, Zoumana TRAORE wrote: > > I did not do it yet but here is some reading > https://maven.apache.org/guides/mini/guide-central-repository-upload.html > > The POM meets the requirements (as Stephen has already published some > releases). > What i am asking myself (and you guys) is if we could publish new > versions of the same artifacts (ids) signed with another key than the > original. > > Any taughts ? > > Le 5 mai 2015 00:55, "Brett Sutton" <bs...@no... > <mailto:bs...@no...>> a écrit : > > If its easy then lets push it to the central repository. > > BTW how do you push something to the central repo? > > > > On 05/05/15 05:52, Zoumana TRAORE wrote: >> Hello all, >> >> I've just pushed the 1.0.0.RC1 release >> Shall we think about releasing this inside maven central >> repository or this will be done just for the 1.0 GA ? >> >> Zoumana >> >> >> *--- >> * >> >> *Zoumana TRAORE* >> >> >> 2015-04-30 21:04 GMT+02:00 Zoumana TRAORE <zou...@gm... >> <mailto:zou...@gm...>>: >> >> Hello Brett, >> >> Great thanks. >> >> Le 30 avr. 2015 15:14, "Brett Sutton" <bs...@no... >> <mailto:bs...@no...>> a écrit : >> >> Zoumana, >> I've sent you an invite from github so you can do the build. >> >> Brett >> >> >> On 26/04/15 22:28, Zoumana TRAORE wrote: >>> Hello Brett, >>> >>> Are we still targeting tomorrow for a RC1 release? >>> I propose myself to do the tag and the github release, >>> could you please add me as contributor to the project >>> and let me know? >>> >>> >>> Also let me know the time-frame you want the release to >>> be published (I'm in Paris time) >>> >>> >>> Zoumana >>> >>> >>> >>> *--- >>> * >>> >>> *Zoumana TRAORE* >>> >>> >>> 2015-04-17 12:05 GMT+02:00 Zoumana TRAORE >>> <zou...@gm... <mailto:zou...@gm...>>: >>> >>> Hi Brett, >>> >>> I will be glad to do so. >>> >>> Zoumana >>> >>> Le 17 avr. 2015 03:13, "Brett Sutton" >>> <bs...@no... >>> <mailto:bs...@no...>> a écrit : >>> >>> So only a small no. of responses but the seems >>> consistent. >>> >>> Basically lets get a 1.0 release candiated out >>> the door asap. >>> >>> Our internal team have also agreed with the >>> consensus view. >>> >>> So I'm proposing that we use the 1.0 branch that >>> I created about a week >>> ago and use that to create an 1.0 rc1. >>> >>> We will give you a short window to submit >>> anything that you think is >>> critical for the 1.0 release. >>> >>> If you have anything that you think should be >>> critical to go into that >>> release then please do a pull request by the >>> 24th of April. >>> >>> We will only consider bug fixes and very very >>> minor feature changes. >>> Anything with a possible wide impact will be >>> rejected. >>> >>> So unless there are any further objections we >>> will look to pushing out a >>> rc1 on Monday the 27th of April or there abouts. >>> >>> Do we have any one who would be happy to do the >>> build and submit the rc1 >>> code? >>> >>> >>> >>> Brett >>> >>> >>> ------------------------------------------------------------------------------ >>> BPM Camp - Free Virtual Workshop May 6th at 10am >>> PDT/1PM EDT >>> Develop your own process in accordance with the >>> BPMN 2 standard >>> Learn Process modeling best practices with >>> Bonita BPM through live exercises >>> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- >>> event?utm_ >>> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF >>> _______________________________________________ >>> Asterisk-java-devel mailing list >>> Ast...@li... >>> <mailto:Ast...@li...> >>> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> One dashboard for servers and applications across Physical-Virtual-Cloud >>> Widest out-of-the-box monitoring support with 50+ applications >>> Performance metrics, stats and reports that give you Actionable Insights >>> Deep dive visibility with transaction tracing using APM Insight. >>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >>> >>> >>> _______________________________________________ >>> Asterisk-java-devel mailing list >>> Ast...@li... <mailto:Ast...@li...> >>> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel >> >> >> -- >> S. Brett Sutton >> >> Ph: 1300 NOOJEE (1300 666 533) >> Noojee Telephony Solutions - On Demand Contact Centres Solutions >> www.noojee.com.au <http://www.noojee.com.au> >> >> >> ------------------------------------------------------------------------------ >> One dashboard for servers and applications across >> Physical-Virtual-Cloud >> Widest out-of-the-box monitoring support with 50+ >> applications >> Performance metrics, stats and reports that give you >> Actionable Insights >> Deep dive visibility with transaction tracing using APM >> Insight. >> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >> _______________________________________________ >> Asterisk-java-devel mailing list >> Ast...@li... >> <mailto:Ast...@li...> >> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel >> >> >> >> >> ------------------------------------------------------------------------------ >> One dashboard for servers and applications across Physical-Virtual-Cloud >> Widest out-of-the-box monitoring support with 50+ applications >> Performance metrics, stats and reports that give you Actionable Insights >> Deep dive visibility with transaction tracing using APM Insight. >> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >> >> >> _______________________________________________ >> Asterisk-java-devel mailing list >> Ast...@li... <mailto:Ast...@li...> >> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > > -- > S. Brett Sutton > > Ph: 1300 NOOJEE (1300 666 533) > Noojee Telephony Solutions - On Demand Contact Centres Solutions > www.noojee.com.au <http://www.noojee.com.au> > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across > Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable > Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > <mailto:Ast...@li...> > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > > > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel -- S. Brett Sutton Ph: 1300 NOOJEE (1300 666 533) Noojee Telephony Solutions - On Demand Contact Centres Solutions www.noojee.com.au |
From: Zoumana T. <zou...@gm...> - 2015-05-05 07:49:51
|
Actually two great questions Ask Stefan about the private key while we are thinking about a secure way to share among some members. If there is a pass-phrase, we will probably be able to share the key by email and the pass-phrase by another mean (IM...) Or is it possible to create a private repository inside the github organization for this purpose with limited access to few ? I'm guessing that Stefan must hold the original private key. It would seem to me that it is better if we used the original So two questions, is it possible to get the original key from Stefan? - I will ask. If we get the original key or create a new key, where can we store it so that defined team members can have access to it without us exposing it to unwanted third parties. Brett On 05/05/15 09:32, Zoumana TRAORE wrote: I did not do it yet but here is some reading https://maven.apache.org/guides/mini/guide-central-repository-upload.html The POM meets the requirements (as Stephen has already published some releases). What i am asking myself (and you guys) is if we could publish new versions of the same artifacts (ids) signed with another key than the original. Any taughts ? Le 5 mai 2015 00:55, "Brett Sutton" <bs...@no...> a écrit : > If its easy then lets push it to the central repository. > > BTW how do you push something to the central repo? > > > > On 05/05/15 05:52, Zoumana TRAORE wrote: > > Hello all, > > I've just pushed the 1.0.0.RC1 release > Shall we think about releasing this inside maven central repository or > this will be done just for the 1.0 GA ? > > Zoumana > > > > *--- * > > *Zoumana TRAORE* > > 2015-04-30 21:04 GMT+02:00 Zoumana TRAORE <zou...@gm...>: > >> Hello Brett, >> >> Great thanks. >> Le 30 avr. 2015 15:14, "Brett Sutton" <bs...@no...> a écrit : >> >>> Zoumana, >>> I've sent you an invite from github so you can do the build. >>> >>> Brett >>> >>> >>> On 26/04/15 22:28, Zoumana TRAORE wrote: >>> >>> Hello Brett, >>> >>> Are we still targeting tomorrow for a RC1 release? >>> I propose myself to do the tag and the github release, could you please >>> add me as contributor to the project and let me know? >>> >>> >>> Also let me know the time-frame you want the release to be published >>> (I'm in Paris time) >>> >>> >>> Zoumana >>> >>> >>> >>> >>> *--- * >>> >>> *Zoumana TRAORE* >>> >>> 2015-04-17 12:05 GMT+02:00 Zoumana TRAORE <zou...@gm...>: >>> >>>> Hi Brett, >>>> >>>> I will be glad to do so. >>>> >>>> Zoumana >>>> Le 17 avr. 2015 03:13, "Brett Sutton" <bs...@no...> a >>>> écrit : >>>> >>>>> So only a small no. of responses but the seems consistent. >>>>> >>>>> Basically lets get a 1.0 release candiated out the door asap. >>>>> >>>>> Our internal team have also agreed with the consensus view. >>>>> >>>>> So I'm proposing that we use the 1.0 branch that I created about a week >>>>> ago and use that to create an 1.0 rc1. >>>>> >>>>> We will give you a short window to submit anything that you think is >>>>> critical for the 1.0 release. >>>>> >>>>> If you have anything that you think should be critical to go into that >>>>> release then please do a pull request by the 24th of April. >>>>> >>>>> We will only consider bug fixes and very very minor feature changes. >>>>> Anything with a possible wide impact will be rejected. >>>>> >>>>> So unless there are any further objections we will look to pushing out >>>>> a >>>>> rc1 on Monday the 27th of April or there abouts. >>>>> >>>>> Do we have any one who would be happy to do the build and submit the >>>>> rc1 >>>>> code? >>>>> >>>>> >>>>> >>>>> Brett >>>>> >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT >>>>> Develop your own process in accordance with the BPMN 2 standard >>>>> Learn Process modeling best practices with Bonita BPM through live >>>>> exercises >>>>> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- >>>>> event?utm_ >>>>> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF >>>>> _______________________________________________ >>>>> Asterisk-java-devel mailing list >>>>> Ast...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel >>>>> >>>> >>> >>> >>> ------------------------------------------------------------------------------ >>> One dashboard for servers and applications across Physical-Virtual-Cloud >>> Widest out-of-the-box monitoring support with 50+ applications >>> Performance metrics, stats and reports that give you Actionable Insights >>> Deep dive visibility with transaction tracing using APM Insight.http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >>> >>> >>> >>> _______________________________________________ >>> Asterisk-java-devel mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel >>> >>> >>> >>> -- >>> S. Brett Sutton >>> >>> Ph: 1300 NOOJEE (1300 666 533) >>> Noojee Telephony Solutions - On Demand Contact Centres Solutionswww.noojee.com.au >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> One dashboard for servers and applications across Physical-Virtual-Cloud >>> Widest out-of-the-box monitoring support with 50+ applications >>> Performance metrics, stats and reports that give you Actionable Insights >>> Deep dive visibility with transaction tracing using APM Insight. >>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >>> _______________________________________________ >>> Asterisk-java-devel mailing list >>> Ast...@li... >>> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel >>> >>> > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight.http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > > > > _______________________________________________ > Asterisk-java-devel mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > > > -- > S. Brett Sutton > > Ph: 1300 NOOJEE (1300 666 533) > Noojee Telephony Solutions - On Demand Contact Centres Solutionswww.noojee.com.au > > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight.http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Asterisk-java-devel mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel -- S. Brett Sutton Ph: 1300 NOOJEE (1300 666 533) Noojee Telephony Solutions - On Demand Contact Centres Solutionswww.noojee.com.au ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Asterisk-java-devel mailing list Ast...@li... https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel |
From: Brett S. <bs...@no...> - 2015-05-05 12:53:28
Attachments:
0x2073BDE9.asc
0x2073BDE9.asc.sig
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 so stefan has given me the keys. looks like a private repo costs money, so probably not the answer for the moment. I've attached my personal pgp pub key. If you can respond with same then I can send the asterisk-java keys to you via encrytped email. Brett On 05/05/15 17:49, Zoumana TRAORE wrote: > Actually two great questions Ask Stefan about the private key while > we are thinking about a secure way to share among some members. > > If there is a pass-phrase, we will probably be able to share the > key by email and the pass-phrase by another mean (IM...) Or is it > possible to create a private repository inside the github > organization for this purpose with limited access to few ? > > > > I'm guessing that Stefan must hold the original private key. > > It would seem to me that it is better if we used the original > > So two questions, is it possible to get the original key from > Stefan? - I will ask. > > If we get the original key or create a new key, where can we store > it so that defined team members can have access to it without us > exposing it to unwanted third parties. > > Brett > > On 05/05/15 09:32, Zoumana TRAORE wrote: >> >> I did not do it yet but here is some reading >> https://maven.apache.org/guides/mini/guide-central-repository-upload. html >> >> >> The POM meets the requirements (as Stephen has already published some >> releases). What i am asking myself (and you guys) is if we could >> publish new versions of the same artifacts (ids) signed with >> another key than the original. >> >> Any taughts ? >> >> Le 5 mai 2015 00:55, "Brett Sutton" <bs...@no... >> <mailto:bs...@no...>> a écrit : >> >> If its easy then lets push it to the central repository. >> >> BTW how do you push something to the central repo? >> >> >> >> On 05/05/15 05:52, Zoumana TRAORE wrote: >>> Hello all, >>> >>> I've just pushed the 1.0.0.RC1 release Shall we think about >>> releasing this inside maven central repository or this will be >>> done just for the 1.0 GA ? >>> >>> Zoumana >>> >>> >>> *--- * >>> >>> *Zoumana TRAORE* >>> >>> >>> 2015-04-30 21:04 GMT+02:00 Zoumana TRAORE >>> <zou...@gm... <mailto:zou...@gm...>>: >>> >>> Hello Brett, >>> >>> Great thanks. >>> >>> Le 30 avr. 2015 15:14, "Brett Sutton" <bs...@no... >>> <mailto:bs...@no...>> a écrit : >>> >>> Zoumana, I've sent you an invite from github so you can do the >>> build. >>> >>> Brett >>> >>> >>> On 26/04/15 22:28, Zoumana TRAORE wrote: >>>> Hello Brett, >>>> >>>> Are we still targeting tomorrow for a RC1 release? I propose >>>> myself to do the tag and the github release, could you please >>>> add me as contributor to the project and let me know? >>>> >>>> >>>> Also let me know the time-frame you want the release to be >>>> published (I'm in Paris time) >>>> >>>> >>>> Zoumana >>>> >>>> >>>> >>>> *--- * >>>> >>>> *Zoumana TRAORE* >>>> >>>> >>>> 2015-04-17 12:05 GMT+02:00 Zoumana TRAORE >>>> <zou...@gm... <mailto:zou...@gm...>>: >>>> >>>> Hi Brett, >>>> >>>> I will be glad to do so. >>>> >>>> Zoumana >>>> >>>> Le 17 avr. 2015 03:13, "Brett Sutton" <bs...@no... >>>> <mailto:bs...@no...>> a écrit : >>>> >>>> So only a small no. of responses but the seems consistent. >>>> >>>> Basically lets get a 1.0 release candiated out the door >>>> asap. >>>> >>>> Our internal team have also agreed with the consensus view. >>>> >>>> So I'm proposing that we use the 1.0 branch that I created >>>> about a week ago and use that to create an 1.0 rc1. >>>> >>>> We will give you a short window to submit anything that you >>>> think is critical for the 1.0 release. >>>> >>>> If you have anything that you think should be critical to go >>>> into that release then please do a pull request by the 24th >>>> of April. >>>> >>>> We will only consider bug fixes and very very minor feature >>>> changes. Anything with a possible wide impact will be >>>> rejected. >>>> >>>> So unless there are any further objections we will look to >>>> pushing out a rc1 on Monday the 27th of April or there >>>> abouts. >>>> >>>> Do we have any one who would be happy to do the build and >>>> submit the rc1 code? >>>> >>>> >>>> >>>> Brett >>>> >>>> >>>> ------------------------------------------------------------------- - ----------- >>>> >>>> BPM Camp - Free Virtual Workshop May 6th at 10am >>>> PDT/1PM EDT Develop your own process in accordance with the >>>> BPMN 2 standard Learn Process modeling best practices with >>>> Bonita BPM through live exercises >>>> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- >>>> >>>> event?utm_ >>>> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA _SF >>>> >>>> _______________________________________________ >>>> Asterisk-java-devel mailing list >>>> Ast...@li... >>>> <mailto:Ast...@li...> >>>> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel >>>> >>>> >>>> >>>> >>>> >>>> - ------------------------------------------------------------------------ - ------ >>>> One dashboard for servers and applications across >>>> Physical-Virtual-Cloud Widest out-of-the-box monitoring >>>> support with 50+ applications Performance metrics, stats and >>>> reports that give you Actionable Insights Deep dive >>>> visibility with transaction tracing using APM Insight. >>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >>>> >>>> >>>> _______________________________________________ >>>> Asterisk-java-devel mailing list >>>> Ast...@li... >>>> <mailto:Ast...@li...> >>>> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel >>> >>> >>> >>>> - -- >>> S. Brett Sutton >>> >>> Ph: 1300 NOOJEE (1300 666 533) Noojee Telephony Solutions - On >>> Demand Contact Centres Solutions www.noojee.com.au >>> <http://www.noojee.com.au> >>> >>> >>> -------------------------------------------------------------------- - ---------- >>> >>> One dashboard for servers and applications across >>> Physical-Virtual-Cloud Widest out-of-the-box monitoring support >>> with 50+ applications Performance metrics, stats and reports >>> that give you Actionable Insights Deep dive visibility with >>> transaction tracing using APM Insight. >>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >>> _______________________________________________ >>> Asterisk-java-devel mailing list >>> Ast...@li... >>> <mailto:Ast...@li...> >>> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel >>> >>> >>> >>> >>> >>> - ------------------------------------------------------------------------ - ------ >>> One dashboard for servers and applications across >>> Physical-Virtual-Cloud Widest out-of-the-box monitoring support >>> with 50+ applications Performance metrics, stats and reports >>> that give you Actionable Insights Deep dive visibility with >>> transaction tracing using APM Insight. >>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >>> >>> >>> _______________________________________________ >>> Asterisk-java-devel mailing list >>> Ast...@li... >>> <mailto:Ast...@li...> >>> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel >> >> >> >>> - -- >> S. Brett Sutton >> >> Ph: 1300 NOOJEE (1300 666 533) Noojee Telephony Solutions - On >> Demand Contact Centres Solutions www.noojee.com.au >> <http://www.noojee.com.au> >> >> >> --------------------------------------------------------------------- - --------- >> >> One dashboard for servers and applications across >> Physical-Virtual-Cloud Widest out-of-the-box monitoring support >> with 50+ applications Performance metrics, stats and reports that >> give you Actionable Insights Deep dive visibility with >> transaction tracing using APM Insight. >> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >> _______________________________________________ >> Asterisk-java-devel mailing list >> Ast...@li... >> <mailto:Ast...@li...> >> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel >> >> >> >> --------------------------------------------------------------------- - --------- >> >> One dashboard for servers and applications across Physical-Virtual-Cloud >> Widest out-of-the-box monitoring support with 50+ applications >> Performance metrics, stats and reports that give you Actionable >> Insights Deep dive visibility with transaction tracing using APM >> Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >> >> >> _______________________________________________ >> Asterisk-java-devel mailing list >> Ast...@li... >> <mailto:Ast...@li...> >> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > > -- S. Brett Sutton > > Ph: 1300 NOOJEE (1300 666 533) Noojee Telephony Solutions - On > Demand Contact Centres Solutions www.noojee.com.au > <http://www.noojee.com.au> > > > ---------------------------------------------------------------------- - -------- > > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable > Insights Deep dive visibility with transaction tracing using APM > Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ Asterisk-java-devel > mailing list Ast...@li... > <mailto:Ast...@li...> > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > > > ---------------------------------------------------------------------- - -------- > > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable > Insights Deep dive visibility with transaction tracing using APM > Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > > > > _______________________________________________ Asterisk-java-devel > mailing list Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > - -- S. Brett Sutton Ph: 1300 NOOJEE (1300 666 533) Noojee Telephony Solutions - On Demand Contact Centres Solutions www.noojee.com.au -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJVSL07AAoJEK6/A6kgc73pUIYQAKLmGIiBokK2nBCuh/mOP+aN GdUIfI+TVsxknNug12ICdaqutt6HhEVdqcoVp4raqQRFaiAAMI9R5If3fm3npl5n IguTfdPXCkVUq2KrgKldyeD/mqUFMeWkGWp/N4iZuEiciQunJl0s42d+Vg6dSTaj Yd7fxfdBA5q+hDVEkClYDS5yya1GHV1RUn/W5kEjI4oO8A3xTP0iDppx539OaDak /BvoQUYyztYJVVwptx6VQnT7djpSaWAVekGz1259Z5nRklhAkkZ9z+WyqPvYgJ8t MYbjtYzG/atBKxYqUw/L+eSsKoRRI5o+t7Klx+19U9vM1CUQik3D+xyt5gbJTnyf kicHz93F8TcbIbpi156FjffSjHt1SdwRW07JO5uCGAodsUqkXf9KijjMQr3pJf9Z vXwJR1f3X+/bifppiK/GWna9u/iX15UUiJRwMDXs1zBSPRW41ZNYilvHgBUGKcwY gAd7ENTQLeYdpxhOzbm5VygIrZ5FUSPhKxitMrPqZv3hPsVYufyIg6HwF29nOo71 /k/scqXECdvYEzuYOiQUyY5F+mqHOwr2Uf83VCRcI5bEj7POMCExAk1svfPCdMLd izKOywjOM/H509TorWRJR3C3ouAx6PFrJ2HnikJb3UwbVcFQuudRvKZ+tnHVele8 4BeCUW+sJLuyDciXdw/E =B/Qt -----END PGP SIGNATURE----- |
From: Brett S. <bs...@no...> - 2015-05-13 12:17:07
|
Taking no feedback as being a good thing :) I think its time to do a final release of the asterisk-java 1.0 branch. Zoumana are you happy to build and publish the release? Brett On 05/05/15 17:49, Zoumana TRAORE wrote: > Actually two great questions > Ask Stefan about the private key while we are thinking about a secure > way to share among some members. > > If there is a pass-phrase, we will probably be able to share the key by > email and the pass-phrase by another mean (IM...) > Or is it possible to create a private repository inside the github > organization for this purpose with limited access to few ? > > > > I'm guessing that Stefan must hold the original private key. > > It would seem to me that it is better if we used the original > > So two questions, is it possible to get the original key from Stefan? - > I will ask. > > If we get the original key or create a new key, where can we store it so > that defined team members can have access to it without us exposing it > to unwanted third parties. > > Brett > > On 05/05/15 09:32, Zoumana TRAORE wrote: >> >> I did not do it yet but here is some reading >> https://maven.apache.org/guides/mini/guide-central-repository-upload.html >> >> The POM meets the requirements (as Stephen has already published some >> releases). >> What i am asking myself (and you guys) is if we could publish new >> versions of the same artifacts (ids) signed with another key than the >> original. >> >> Any taughts ? >> >> Le 5 mai 2015 00:55, "Brett Sutton" <bs...@no... >> <mailto:bs...@no...>> a écrit : >> >> If its easy then lets push it to the central repository. >> >> BTW how do you push something to the central repo? >> >> >> >> On 05/05/15 05:52, Zoumana TRAORE wrote: >>> Hello all, >>> >>> I've just pushed the 1.0.0.RC1 release >>> Shall we think about releasing this inside maven central >>> repository or this will be done just for the 1.0 GA ? >>> >>> Zoumana >>> >>> >>> *--- >>> * >>> >>> *Zoumana TRAORE* >>> >>> >>> 2015-04-30 21:04 GMT+02:00 Zoumana TRAORE <zou...@gm... >>> <mailto:zou...@gm...>>: >>> >>> Hello Brett, >>> >>> Great thanks. >>> >>> Le 30 avr. 2015 15:14, "Brett Sutton" <bs...@no... >>> <mailto:bs...@no...>> a écrit : >>> >>> Zoumana, >>> I've sent you an invite from github so you can do the build. >>> >>> Brett >>> >>> >>> On 26/04/15 22:28, Zoumana TRAORE wrote: >>>> Hello Brett, >>>> >>>> Are we still targeting tomorrow for a RC1 release? >>>> I propose myself to do the tag and the github release, >>>> could you please add me as contributor to the project >>>> and let me know? >>>> >>>> >>>> Also let me know the time-frame you want the release to >>>> be published (I'm in Paris time) >>>> >>>> >>>> Zoumana >>>> >>>> >>>> >>>> *--- >>>> * >>>> >>>> *Zoumana TRAORE* >>>> >>>> >>>> 2015-04-17 12:05 GMT+02:00 Zoumana TRAORE >>>> <zou...@gm... <mailto:zou...@gm...>>: >>>> >>>> Hi Brett, >>>> >>>> I will be glad to do so. >>>> >>>> Zoumana >>>> >>>> Le 17 avr. 2015 03:13, "Brett Sutton" >>>> <bs...@no... >>>> <mailto:bs...@no...>> a écrit : >>>> >>>> So only a small no. of responses but the seems >>>> consistent. >>>> >>>> Basically lets get a 1.0 release candiated out >>>> the door asap. >>>> >>>> Our internal team have also agreed with the >>>> consensus view. >>>> >>>> So I'm proposing that we use the 1.0 branch that >>>> I created about a week >>>> ago and use that to create an 1.0 rc1. >>>> >>>> We will give you a short window to submit >>>> anything that you think is >>>> critical for the 1.0 release. >>>> >>>> If you have anything that you think should be >>>> critical to go into that >>>> release then please do a pull request by the >>>> 24th of April. >>>> >>>> We will only consider bug fixes and very very >>>> minor feature changes. >>>> Anything with a possible wide impact will be >>>> rejected. >>>> >>>> So unless there are any further objections we >>>> will look to pushing out a >>>> rc1 on Monday the 27th of April or there abouts. >>>> >>>> Do we have any one who would be happy to do the >>>> build and submit the rc1 >>>> code? >>>> >>>> >>>> >>>> Brett >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> BPM Camp - Free Virtual Workshop May 6th at 10am >>>> PDT/1PM EDT >>>> Develop your own process in accordance with the >>>> BPMN 2 standard >>>> Learn Process modeling best practices with >>>> Bonita BPM through live exercises >>>> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- >>>> event?utm_ >>>> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF >>>> _______________________________________________ >>>> Asterisk-java-devel mailing list >>>> Ast...@li... >>>> <mailto:Ast...@li...> >>>> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel >>>> >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> One dashboard for servers and applications across Physical-Virtual-Cloud >>>> Widest out-of-the-box monitoring support with 50+ applications >>>> Performance metrics, stats and reports that give you Actionable Insights >>>> Deep dive visibility with transaction tracing using APM Insight. >>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >>>> >>>> >>>> _______________________________________________ >>>> Asterisk-java-devel mailing list >>>> Ast...@li... <mailto:Ast...@li...> >>>> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel >>> >>> >>> -- >>> S. Brett Sutton >>> >>> Ph: 1300 NOOJEE (1300 666 533) >>> Noojee Telephony Solutions - On Demand Contact Centres Solutions >>> www.noojee.com.au <http://www.noojee.com.au> >>> >>> >>> ------------------------------------------------------------------------------ >>> One dashboard for servers and applications across >>> Physical-Virtual-Cloud >>> Widest out-of-the-box monitoring support with 50+ >>> applications >>> Performance metrics, stats and reports that give you >>> Actionable Insights >>> Deep dive visibility with transaction tracing using APM >>> Insight. >>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >>> _______________________________________________ >>> Asterisk-java-devel mailing list >>> Ast...@li... >>> <mailto:Ast...@li...> >>> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> One dashboard for servers and applications across Physical-Virtual-Cloud >>> Widest out-of-the-box monitoring support with 50+ applications >>> Performance metrics, stats and reports that give you Actionable Insights >>> Deep dive visibility with transaction tracing using APM Insight. >>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >>> >>> >>> _______________________________________________ >>> Asterisk-java-devel mailing list >>> Ast...@li... <mailto:Ast...@li...> >>> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel >> >> >> -- >> S. Brett Sutton >> >> Ph: 1300 NOOJEE (1300 666 533) >> Noojee Telephony Solutions - On Demand Contact Centres Solutions >> www.noojee.com.au <http://www.noojee.com.au> >> >> >> ------------------------------------------------------------------------------ >> One dashboard for servers and applications across >> Physical-Virtual-Cloud >> Widest out-of-the-box monitoring support with 50+ applications >> Performance metrics, stats and reports that give you Actionable >> Insights >> Deep dive visibility with transaction tracing using APM Insight. >> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >> _______________________________________________ >> Asterisk-java-devel mailing list >> Ast...@li... >> <mailto:Ast...@li...> >> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel >> >> >> >> ------------------------------------------------------------------------------ >> One dashboard for servers and applications across Physical-Virtual-Cloud >> Widest out-of-the-box monitoring support with 50+ applications >> Performance metrics, stats and reports that give you Actionable Insights >> Deep dive visibility with transaction tracing using APM Insight. >> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >> >> >> _______________________________________________ >> Asterisk-java-devel mailing list >> Ast...@li... <mailto:Ast...@li...> >> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > > -- > S. Brett Sutton > > Ph: 1300 NOOJEE (1300 666 533) > Noojee Telephony Solutions - On Demand Contact Centres Solutions > www.noojee.com.au <http://www.noojee.com.au> > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > <mailto:Ast...@li...> > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > > > > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > -- S. Brett Sutton Ph: 1300 NOOJEE (1300 666 533) Noojee Telephony Solutions - On Demand Contact Centres Solutions www.noojee.com.au |
From: Zoumana T. <zou...@gm...> - 2015-05-13 13:07:08
|
Hello Brett, Yes sometimes no feedback is a good feedback :-) So we go straight to 1.0.0 (GA) ? Sure i will take care of this. PS: As soon as i will have the time to generate new PGP key, i will also send you my public for the other (pending) subject Zoumana |
From: Brett S. <bs...@no...> - 2015-05-13 22:03:36
|
Yes let's go straight to ga. On 13 May 2015 11:06:41 pm AEST, Zoumana TRAORE <zou...@gm...> wrote: >Hello Brett, > >Yes sometimes no feedback is a good feedback :-) >So we go straight to 1.0.0 (GA) ? > >Sure i will take care of this. > >PS: As soon as i will have the time to generate new PGP key, i will >also >send you my public for the other (pending) subject > >Zoumana > > >------------------------------------------------------------------------ > >------------------------------------------------------------------------------ >One dashboard for servers and applications across >Physical-Virtual-Cloud >Widest out-of-the-box monitoring support with 50+ applications >Performance metrics, stats and reports that give you Actionable >Insights >Deep dive visibility with transaction tracing using APM Insight. >http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > >------------------------------------------------------------------------ > >_______________________________________________ >Asterisk-java-devel mailing list >Ast...@li... >https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel -- Sent from my Android device with K-9 Mail. Please excuse my brevity. |
From: Yves <yv...@gm...> - 2015-05-14 10:08:32
|
Hi Brett et al, glad to see things are going on straightforward. Your help and efforts are highly appreciated, thanks very much so far. As I wrote a few weeks before I am quite busy, but would like to help and contribute anyways. Now I have to read through all the emails, pull the latest release and see, what I can do... or are there some tasks you already have in mind that I could do? Are there still documentation / example tasks to do? Above that, I think it would be a nice idea to meet each other.. maybe on a more or less regular basis. My experience is that things run better on are more "personal" basis and one could know each other better (skills, likes to work on, doesn´t like to work on, progress, team-building etc.). As I think we are spread around the world, an online video chat would be a preferrable way for this of course... What do you think? yves Am 13.05.2015 um 23:44 schrieb Brett Sutton: > Yes let's go straight to ga. > > > On 13 May 2015 11:06:41 pm AEST, Zoumana TRAORE > <zou...@gm...> wrote: > > Hello Brett, > > Yes sometimes no feedback is a good feedback :-) > So we go straight to 1.0.0 (GA) ? > > Sure i will take care of this. > > PS: As soon as i will have the time to generate new PGP key, i > will also send you my public for the other (pending) subject > > Zoumana > > ------------------------------------------------------------------------ > > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > > ------------------------------------------------------------------------ > > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > > -- > Sent from my Android device with K-9 Mail. Please excuse my brevity. > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > > > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel --- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. http://www.avast.com |