Thread: [Asterisk-java-users] Migrating Asterisk-Java to Java5 ?
Brought to you by:
srt
From: Stefan R. <sr...@re...> - 2006-01-19 01:39:21
|
Hi, I am currently thinking about migrating Asterisk-Java to Java5 for the next official release, esp. using generics and the build-in concurrency features of Java5. Before I take that steps I would like to know if thats ok for you as users of Asterisk-Java. What JDK version do you use currently in production / in development? Are there any issues that prevent you from switching to Java5? Thanks for your feedback Stefan |
From: Brett S. <bs...@no...> - 2006-01-19 01:55:13
|
+1 I'm using Java 5. Stefan Reuter wrote: > Hi, > > I am currently thinking about migrating Asterisk-Java to Java5 for the > next official release, esp. using generics and the build-in concurrency > features of Java5. > > Before I take that steps I would like to know if thats ok for you as > users of Asterisk-Java. What JDK version do you use currently in > production / in development? Are there any issues that prevent you from > switching to Java5? > > Thanks for your feedback > > Stefan > |
From: Dov B. <do...@te...> - 2006-01-19 12:01:28
|
Me too! ----- Original Message ----- From: "Brett Sutton" <bs...@no...> To: <ast...@li...> Sent: Wednesday, January 18, 2006 11:54 PM Subject: Re: [Asterisk-java-users] Migrating Asterisk-Java to Java5 ? > +1 > I'm using Java 5. > > > Stefan Reuter wrote: > > Hi, > > > > I am currently thinking about migrating Asterisk-Java to Java5 for the > > next official release, esp. using generics and the build-in concurrency > > features of Java5. > > > > Before I take that steps I would like to know if thats ok for you as > > users of Asterisk-Java. What JDK version do you use currently in > > production / in development? Are there any issues that prevent you from > > switching to Java5? > > > > Thanks for your feedback > > > > Stefan > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > > |
From: Andre L. M. R. <and...@go...> - 2006-01-19 12:13:36
|
I too use java 5 ----- Original Message ----- From: "Dov Bigio" <do...@te...> To: <ast...@li...> Sent: Thursday, January 19, 2006 9:55 AM Subject: Re: [Asterisk-java-users] Migrating Asterisk-Java to Java5 ? > Me too! > > ----- Original Message ----- > From: "Brett Sutton" <bs...@no...> > To: <ast...@li...> > Sent: Wednesday, January 18, 2006 11:54 PM > Subject: Re: [Asterisk-java-users] Migrating Asterisk-Java to Java5 ? > > >> +1 >> I'm using Java 5. >> >> >> Stefan Reuter wrote: >> > Hi, >> > >> > I am currently thinking about migrating Asterisk-Java to Java5 for the >> > next official release, esp. using generics and the build-in concurrency >> > features of Java5. >> > >> > Before I take that steps I would like to know if thats ok for you as >> > users of Asterisk-Java. What JDK version do you use currently in >> > production / in development? Are there any issues that prevent you from >> > switching to Java5? >> > >> > Thanks for your feedback >> > >> > Stefan >> > >> >> >> >> ------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files >> for problems? Stop! Download the new AJAX search engine that makes >> searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 >> _______________________________________________ >> Asterisk-java-users mailing list >> Ast...@li... >> https://lists.sourceforge.net/lists/listinfo/asterisk-java-users >> >> > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > > |
From: Jonathan A. <jau...@st...> - 2006-01-19 02:22:10
|
I am currently using J2SE 5.0 in both development and production. I have not experienced any unresolvable issues, however, neither system is running any significant load. Jonathan On Thu, 2006-01-19 at 01:39 +0000, Stefan Reuter wrote: > Hi, > > I am currently thinking about migrating Asterisk-Java to Java5 for the > next official release, esp. using generics and the build-in concurrency > features of Java5. > > Before I take that steps I would like to know if thats ok for you as > users of Asterisk-Java. What JDK version do you use currently in > production / in development? Are there any issues that prevent you from > switching to Java5? > > Thanks for your feedback > > Stefan |
From: Brett S. <bs...@no...> - 2006-01-19 02:25:10
|
We are running production system on Java 5 (and have been for some time now) which are under serious load without any problems. Jonathan Augenstine wrote: > I am currently using J2SE 5.0 in both development and production. I > have not experienced any unresolvable issues, however, neither system is > running any significant load. > > Jonathan > > On Thu, 2006-01-19 at 01:39 +0000, Stefan Reuter wrote: > >> Hi, >> >> I am currently thinking about migrating Asterisk-Java to Java5 for the >> next official release, esp. using generics and the build-in concurrency >> features of Java5. >> >> Before I take that steps I would like to know if thats ok for you as >> users of Asterisk-Java. What JDK version do you use currently in >> production / in development? Are there any issues that prevent you from >> switching to Java5? >> >> Thanks for your feedback >> >> Stefan >> > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > |
From: Eduard M. <ed...@ba...> - 2006-01-19 17:46:58
|
Hi! I'm using Java5 too :) El Jueves, 19 de Enero de 2006 02:39, Stefan Reuter escribi=F3: > Hi, > > I am currently thinking about migrating Asterisk-Java to Java5 for the > next official release, esp. using generics and the build-in concurrency > features of Java5. > > Before I take that steps I would like to know if thats ok for you as > users of Asterisk-Java. What JDK version do you use currently in > production / in development? Are there any issues that prevent you from > switching to Java5? > > Thanks for your feedback > > Stefan |
From: Jesse L. <je...@jg...> - 2006-01-19 18:57:12
|
I'm using 1.4.2_10-b02, but I don't think I'll have a problem going to Java 5. Thanks. J >Hi, > >I am currently thinking about migrating Asterisk-Java to Java5 for the >next official release, esp. using generics and the build-in concurrency >features of Java5. > >Before I take that steps I would like to know if thats ok for you as >users of Asterisk-Java. What JDK version do you use currently in >production / in development? Are there any issues that prevent you from >switching to Java5? > >Thanks for your feedback > >Stefan > > |