[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] JRuby 1.1.4 Released

Thomas Enebo

8/28/2008 6:54:00 PM

The JRuby community is pleased to announce the release of JRuby 1.1.4!

Homepage: http://www....
Download: http://dist.codehaus....

JRuby 1.1.4 is the fourth point release of JRuby 1.1. The fixes in this
release are primarily obvious compatibility problems and performance
enhancements. Our goal is to put out point releases more frequently for
the next several months (about 3-4 weeks a release). We want a more
rapid release cycle to better address issues brought up by users of JRuby.

Highlights:

- Massive refactoring of Java integration layer
- 2-20x speed up of most features (calls, construction, arrays)
- Many long-standing Ruby/Java interaction bugs fixed
- Existing features made more consistent, reliable
- Closures can be passed as interface to static methods, constructors
- Java exceptions can be raised/rescued directly from Ruby
- Massive memory efficiency improvements (a lot less GC)
- Beginning of Ruby 1.9 support (enabled with --1.9 flag)
- Native complex/rational
- Additional efficiency, performance work in the interpreter
- Memory leak under --manage repaired
- FFI subsystem for calling C libraries
- syslog module from Rubinius is working and included
- win32 API support started
- Thread pooling improved (at least one production user now)
- Array concurrent-access improvements
- 72 issues resolved since JRuby 1.1.3

Issues fixed:
JRUBY-231 Provide attr_reader, attr_writer, and attr_accessor for
JavaBean style getters & setters
JRUBY-1183 New closure conversion should prefer methods with
convertable args over those without
JRUBY-1300 Masquerading of native Java exceptions
JRUBY-1326 Error invoking overloaded Java constructor
JRUBY-1562 Declaration of certain method name (setJavaObject(Xxx x))
will throw an exception using BSF
JRUBY-1615 Raising java exceptions from ruby causes TypeError
JRUBY-1707 Unable to raise Java exceptions of derived types
JRUBY-1735 Java Integration wraps to much
JRUBY-1839 closure conversion fails for blocks
JRUBY-1964 Determine what test/specs are needed to be written in
order to refactor java integration post 1.1
JRUBY-1976 Working with JavaMethods doesn't work.
JRUBY-2136 $VERBOSE = true; require 'tmpdir' gives non-fatal Java
exception
JRUBY-2192 YAML parser does not appear to deserialize object types.
JRUBY-2204 Syslog module is not available for JRuby
JRUBY-2236 NPE in isDuckTypeConvertible
JRUBY-2287 Storing ruby objects in java classes instances
JRUBY-2377 Wrong line numbers for ArgumentError for Java calls
JRUBY-2429 Cannot Catch Core Java Exceptions From JRuby Internals in
Ruby Code
JRUBY-2439 Trying to subclass a Java class from a signed .jar will
crash on you.
JRUBY-2449 Implement closure convention for static java methods
JRUBY-2561 JavaField.set_value(foo, nil) breaks
JRUBY-2673 Java exceptions do not return the wrapped exception when
getStackTrace is called
JRUBY-2680 When JIT Compiler compiles the append_features in the
ruby\site_ruby\1.8\builtin\javasupport\proxy\interface.rb the compiled
code slows down by a factor of 10
JRUBY-2741 OSGify jruby.jar in the release jruby distribution
JRUBY-2749 Make RaiseException show the exception message and the
Ruby stack trace
JRUBY-2803 Bad performance calling Java classes
JRUBY-2823 Can't reference Java's constants that start with a lower
case character
JRUBY-2828 Rational#% differs from MRI when argument is negative
JRUBY-2843 Issues with BasicSocket#close_read
JRUBY-2847 A non-existant jar + dir on the load path causes require
to error
JRUBY-2850 In some cases, reopened Java objects cannot find methods
on Ruby objects subclassed from Java
JRUBY-2854 AST offset error for StrNode and DStrNode
JRUBY-2857 Coercion error with public member variables
JRUBY-2863 Nested Interfaces can't find the correct method when Java
calls Ruby
JRUBY-2865 Can't extend a class in default package
JRUBY-2867 Wrong overloaded Java method called when both int and
float signatures exist
JRUBY-2869 IO.select fails to block with nil timeout
JRUBY-2870 [REGRESSION] Converting a Ruby array to a Java array (of
Object references) broken
JRUBY-2872 JSpinner cannot accept Fixnum for it's value
JRUBY-2873 FFI needs a way to specify call convention
JRUBY-2874 TCPSocket#new and TCPServer#new crash JRuby when the
specified port is out of range (negative or bigger than 65k)
JRUBY-2879 net/ftp library is broken if mathn is also loaded
JRUBY-2880 Regression: 17 new RubySpec failures and 3 unit tests
falirues caused by r7327 (Array changes)
JRUBY-2881 JAVA_HOME with () breaks JRuby on windows
JRUBY-2882 Incorrect subclass for constructor arg throws internal
JRuby error
JRUBY-2886 Extending a final Java class should be rescuable as a
normal Ruby exception type
JRUBY-2890 UDPSocket.recvfrom should block until something is available
JRUBY-2891 UDPSocket.bind throws a Java Error when already bound on
Java 5
JRUBY-2892 JRuby releases use random copies of joni svn HEAD
JRUBY-2893 mspec runs need to pass properties through -T argument
for compilation, etc
JRUBY-2894 When spec runs fail, Ant is not terminating with a
failure message
JRUBY-2899 Using JavaEmbedUtils.rubyToJava causes problems when
passing RubyObject-derived parameters back in to Ruby code
JRUBY-2903 Allow implementing Java interfaces with underscored
method names
JRUBY-2905 NoMethodError does not give a useful message when thrown
in BSF
JRUBY-2906 IOError message is garbled when java.io.IOException
message is multi-byte character.
JRUBY-2907 method_missing invocation paths end up boxing arguments
twice, among other inefficiencies
JRUBY-2910 Object#send is not specific-arity
JRUBY-2915 Exception construction performance is poor
JRUBY-2918 jruby 1.1.3 + activescaffold 1.1.1 generating RJS error
JRUBY-2919 Time.-(Time) does not include microseconds and is off by 10
JRUBY-2923 Eliminate (unknown) from trace elements
JRUBY-2924 JMX support added leaks memory like crazy
JRUBY-2927 Calling interface method on specific instance from Java
doesn't work.
JRUBY-2928 Same issue with hashCode and toString for Interfaces.
JRUBY-2929 Java Integration with regards to arrays of classes are broken
JRUBY-2931 Templater error causes merb-gen (0.9.4 and trunk) to fail
on JRuby 1.1.3
JRUBY-2932 Move static soft reference timezone cache to be
runtime-specific cache to remove complexity of dealing with soft references
JRUBY-2938 Calling JavaUtil.convertJavaToUsableRubyObject throws
AssertionError
JRUBY-2943 Memory leak in closure coercion
JRUBY-2944 Java caller gets null when calling a method on a Ruby
object implementing an interface method declared to return Object[], and
the Ruby object returns an array of Ruby objects subclass of Hash
converted with #to_java
JRUBY-2946 New invokers attempt to access argument list of
non-overloaded methods with incorrect arity
JRUBY-2947 Multidimensional array conversion broke in recent Java
integration refactoring


10 Answers

James Britt

8/28/2008 7:52:00 PM

0

Thomas Enebo wrote:
> The JRuby community is pleased to announce the release of JRuby 1.1.4!
>
> Homepage: http://www....
> Download: http://dist.codehaus....
>
> JRuby 1.1.4 is the fourth point release of JRuby 1.1. The fixes in this
> release are primarily obvious compatibility problems and performance
> enhancements. Our goal is to put out point releases more frequently for
> the next several months (about 3-4 weeks a release). We want a more
> rapid release cycle to better address issues brought up by users of JRuby.
>

Thanks for continued kick-ass work!

--
James Britt

www.happycamperstudios.com - Wicked Cool Coding
www.jamesbritt.com - Playing with Better Toys
www.ruby-doc.org - Ruby Help & Documentation
www.rubystuff.com - The Ruby Store for Ruby Stuff

Bill Walton

8/28/2008 8:12:00 PM

0

James Britt wrote:
>
> Thanks for continued kick-ass work!

+1. The work you guys are doing is, IMHO, the real key to Ruby's acceptance
in the Corporate IT domain. That's important, at least to me, because it's
what'll drive real growth in paychecks_for_writing_Ruby!

Thanks,
Bill


Dano

3/31/2014 11:21:00 PM

0

wrote in message
news:66fd1e1c-b516-4a8e-8efe-7c647e1d33cd@googlegroups.com...

On Monday, March 31, 2014 6:03:36 PM UTC-5, Lamont Cranston wrote:
> On 3/29/2014 2:33 AM, Ubiquitous wrote:
>
> > It is now clear that President Obama and the rest of the world will not
>
> > punish Russia and Putin for seizing the Crimea.
>
>
>
> Yet, punishment has been applied and is currently in effect.

I, for one, will switch from Vodka to Rum based drinks when imbibbing.

==============================================

Why? Just avoid Russian Vodka.

Nelle Askew

4/1/2014 12:44:00 AM

0

Lammy is a classic usenet zoo monkey. Liars, once they have been
exposed, frequently revert to behavior most similar to a zoo monkey
who sits in the cage throwing feces at passersby but saying nothing of
value. Note that when you reply to a Proven Liar you encourage them
to continue lying.

[][][][][][]


The DemocRATs Hall Of Shame asks "Why do you always LIE?"

[Courtesy of Buster Norris]

On Tue, 31 May 2011 17:17:01 -0700, Lamont Cranston
<TLC@TheShadowKnows.com> wrote:
>On 5/29/2011 4:09 PM, Doorman wrote:
>> "Harry Hope" <rivrvu@ix.netcom.com> wrote in message
>> news:0955u6pupslmcjvk4f1stgl2ac5gudhf9s@4ax.com...
>> Wasn't the average unemployment rate during the Bush years 4.5%??
>Irrelevant. The Bush years had the slowest job growth in over 75 years.

LIAR!!!!!!!!!!!!!!!!!

12-Month Percent Change
Series Id: CES0000000001

Seasonally Adjusted
Super Sector: Total nonfarm
Industry: Total nonfarm
NAICS Code: -
Data Type: ALL EMPLOYEES, THOUSANDS

Year Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov
Dec Annual
1950 -2.6 -2.7 -0.6 0.3 1.7 3.1 4.4 5.9 6.1 8.8
8.2 7.7
1951 8.6 9.9 8.9 7.8 7.2 6.6 5.7 3.9 3.3 2.8 2.9
3.1
1952 2.1 2.0 1.3 1.6 1.4 0.5 0.2 1.9 2.8 3.3 3.5
3.8
1953 3.8 3.7 4.1 3.7 3.8 4.6 5.0 3.2 2.1 1.3 0.2
-0.9
1954 -1.4 -1.9 -2.6 -2.5 -3.0 -3.2 -3.4 -3.3 -2.9
-2.6 -1.5 -0.7
1955 0.1 0.5 1.6 2.2 3.2 3.9 4.4 4.7 4.9 5.1 4.9
5.0
1956 5.0 5.1 4.7 4.2 3.9 3.5 1.9 3.0 2.6 2.6 2.4
2.2
1957 1.8 1.8 1.6 1.6 1.2 0.9 2.2 0.9 0.6 0.0 -0.5
-1.0
1958 -1.5 -2.9 -3.5 -4.2 -4.2 -4.1 -3.9 -3.6 -2.7
-2.4 -1.2 -0.6
1959 0.8 2.2 3.3 4.5 5.2 5.4 5.4 4.1 3.7 3.6 3.3
4.0
1960 3.4 3.5 2.7 2.8 1.7 1.2 0.9 1.8 1.5 1.5 0.6
-0.8
1961 -1.1 -1.8 -1.5 -2.2 -1.3 -0.7 -0.3 0.0 0.3 0.7
1.4 2.1
1962 2.3 3.0 3.0 3.7 3.4 3.1 3.0 2.8 2.9 2.8 2.4
2.1
1963 2.2 1.9 1.9 1.8 1.8 1.8 1.9 1.9 2.0 2.2 2.1
2.4
1964 2.4 2.7 2.8 2.4 2.6 2.8 2.8 3.0 3.2 2.6 3.4
3.6
1965 3.6 3.5 3.6 4.0 4.1 4.2 4.4 4.4 4.4 5.0 4.7
4.9
1966 4.9 5.0 5.3 5.3 5.3 5.6 5.5 5.4 5.1 5.1 4.9
4.6
1967 4.6 4.2 3.7 3.2 3.0 2.6 2.5 2.5 2.3 2.1 2.6
2.6
1968 2.1 2.7 2.7 3.2 3.1 3.3 3.4 3.3 3.5 3.8 3.4
3.5
1969 3.9 3.7 3.9 3.7 4.0 4.0 3.8 3.9 3.5 3.5 3.0
2.9
1970 2.5 2.3 2.2 1.8 1.1 0.6 0.5 -0.1 0.0 -0.8
-1.0 -0.6
1971 -0.4 -0.7 -0.8 -0.4 0.2 0.3 0.4 0.6 0.9 1.6
2.0 1.9
1972 2.2 2.6 2.9 3.0 3.1 3.5 3.4 3.9 3.7 4.2 4.3
4.4
1973 4.4 4.6 4.6 4.5 4.3 4.2 4.3 4.1 4.1 3.9 3.9
3.7
1974 3.3 2.9 2.6 2.5 2.5 2.2 2.2 1.9 1.7 1.3 0.4
-0.5
1975 -1.0 -1.7 -2.1 -2.5 -2.4 -2.7 -2.4 -1.9 -1.8
-1.4 -0.7 0.5
1976 1.6 2.5 3.1 3.7 3.5 3.7 3.6 3.3 3.4 3.1 3.3
3.1
1977 2.8 2.8 3.0 3.1 3.5 3.9 4.1 4.2 4.6 4.9 4.9
4.9
1978 4.8 4.9 5.0 5.4 5.4 5.4 5.3 5.3 4.9 5.0 5.0
5.1
1979 5.0 4.8 4.7 3.8 3.8 3.6 3.5 3.2 3.1 2.9 2.5
2.2
1980 2.2 2.0 1.7 1.6 0.7 0.0 -0.4 -0.2 -0.1 0.0
0.2 0.3
1981 0.3 0.2 0.2 0.5 1.0 1.5 2.0 1.6 1.4 1.0 0.5
-0.1
1982 -0.5 -0.6 -0.9 -1.2 -1.3 -1.8 -2.3 -2.4 -2.5
-2.7 -2.6 -2.3
1983 -1.7 -1.8 -1.5 -0.9 -0.5 0.2 1.0 0.9 2.3 2.9
3.5 3.9
1984 4.1 4.8 4.9 4.9 5.0 4.9 4.8 5.4 4.5 4.5 4.5
4.2
1985 4.0 3.6 3.7 3.5 3.4 3.2 3.0 3.0 2.8 2.7 2.6
2.6
1986 2.4 2.4 2.2 2.1 2.0 1.7 1.9 1.8 1.9 1.9 1.9
1.9
1987 2.0 2.1 2.3 2.4 2.5 2.8 2.8 2.8 2.7 3.0 3.1
3.1
1988 3.1 3.3 3.3 3.2 3.2 3.4 3.2 3.2 3.3 3.0 3.1
3.1
1989 3.3 3.1 3.0 2.9 2.8 2.6 2.4 2.3 2.2 2.1 2.0
1.8
1990 1.9 1.9 1.9 1.8 1.8 1.7 1.6 1.4 1.1 0.8 0.4
0.3
1991 -0.1 -0.6 -1.0 -1.2 -1.5 -1.4 -1.4 -1.2 -1.1
-0.9 -0.9 -0.8
1992 -0.6 -0.4 -0.2 0.1 0.4 0.3 0.4 0.6 0.6 0.7
0.9 1.1
1993 1.3 1.6 1.5 1.6 1.8 1.9 2.1 2.1 2.3 2.4 2.5
2.6
1994 2.5 2.5 2.9 3.0 3.0 3.1 3.2 3.3 3.4 3.3 3.5
3.4
1995 3.5 3.5 3.2 3.1 2.8 2.7 2.4 2.4 2.3 2.2 2.0
1.9
1996 1.6 1.7 1.8 1.8 2.1 2.1 2.2 2.2 2.1 2.2 2.3
2.4
1997 2.6 2.5 2.5 2.6 2.5 2.5 2.5 2.4 2.6 2.7 2.7
2.8
1998 2.8 2.7 2.6 2.5 2.7 2.6 2.5 2.8 2.5 2.4 2.4
2.4
1999 2.3 2.5 2.4 2.5 2.3 2.4 2.5 2.4 2.4 2.5 2.5
2.5
2000 2.6 2.4 2.6 2.6 2.6 2.3 2.2 2.1 2.0 1.7 1.6
1.5
2001 1.3 1.2 0.9 0.4 0.2 0.2 -0.1 -0.2 -0.5 -0.7
-1.1 -1.3
2002 -1.4 -1.6 -1.6 -1.4 -1.4 -1.3 -1.2 -1.1 -1.0
-0.7 -0.4 -0.4
2003 -0.2 -0.3 -0.4 -0.4 -0.4 -0.4 -0.3 -0.3 -0.2
-0.2 -0.1 0.1
2004 0.1 0.3 0.7 0.9 1.2 1.2 1.3 1.4 1.4 1.5 1.6
1.6
2005 1.6 1.7 1.6 1.6 1.5 1.6 1.9 1.9 1.9 1.7 1.9
1.9
2006 2.0 2.0 2.2 2.0 1.9 1.8 1.6 1.6 1.7 1.6 1.5
1.5
2007 1.5 1.3 1.3 1.2 1.3 1.3 1.1 0.9 0.9 0.9 0.9
0.8
2008 0.7 0.5 0.3 0.1 -0.1 -0.3 -0.5 -0.6 -1.0 -1.4
-2.1 -2.6
2009 -3.2 -3.7 -4.2 -4.6 -4.7 -4.9 -5.0 -5.0 -4.8
-4.6 -4.1 -3.8
2010 -3.2 -2.7 -2.0 -1.3 -0.6 -0.4 -0.2 -0.1 0.1 0.4
0.5 0.7
2011 0.8 1.0 1.0(P) 1.0(P)
P : preliminary
http://data.bls.gov/pdq/SurveyOut...

TB

4/1/2014 2:32:00 AM

0

On Monday, March 31, 2014 4:03:36 PM UTC-7, Lamont Cranston wrote:
> On 3/29/2014 2:33 AM, Ubiquitous wrote:
>
> > It is now clear that President Obama and the rest of the world will not
>
> > punish Russia and Putin for seizing the Crimea.
>
>
>
> Yet, punishment has been applied and is currently in effect.

I think that the OP wants something military, such as massive arms shipments to Ukraine, and/or NATO forces on the ground in Ukraine.

TB

4/1/2014 2:32:00 AM

0

To counteract President Putin's "We must protect all Russians" propaganda, I urge that all Russian-Ukrainians publicly proclaim "We don't want or need Mr. Putin's protection!". I envision millions of Russian-Ukrainians posting the above slogan on their Facebook pages! I envision Russian-Ukrainians appearing on TV to repudiate Putin! I envision Ukraine broadcasting recordings of such repudiations into Russia! I envision teams of crack hackers disabling Russia's censorship system to get anti-Putin information into the Russian media and social media. I envision Radio Free Russia, TV Free Russia, and Internet Free Russia broadcasting into Russia with help from high altitude blimps and satellites.

Barry Bruyea

4/1/2014 1:47:00 PM

0

On Mon, 31 Mar 2014 16:03:36 -0700, Lamont Cranston <LC@TS.org> wrote:

>On 3/29/2014 2:33 AM, Ubiquitous wrote:
>> It is now clear that President Obama and the rest of the world will not
>> punish Russia and Putin for seizing the Crimea.
>
>Yet, punishment has been applied and is currently in effect.

And how has that affected Putin? It seems to me those applying these
'sanctions' are doing it for the home audience and will have little
effect on Putin. It could have some negative results on the Russian
people, but Putin, as with all other Russian/Soviet leaders won't lose
any sleep over that. He's already raised the price of NG to the
Ukraine, and Europe could be next.
>
>
>---
>This email is free from viruses and malware because avast! Antivirus protection is active.
>http://www...

Barry Bruyea

4/1/2014 1:49:00 PM

0

On Mon, 31 Mar 2014 19:32:05 -0700 (PDT), TB
<tsbrueni@dcn.davis.ca.us> wrote:

>On Monday, March 31, 2014 4:03:36 PM UTC-7, Lamont Cranston wrote:
>> On 3/29/2014 2:33 AM, Ubiquitous wrote:
>>
>> > It is now clear that President Obama and the rest of the world will not
>>
>> > punish Russia and Putin for seizing the Crimea.
>>
>>
>>
>> Yet, punishment has been applied and is currently in effect.
>
>I think that the OP wants something military, such as massive arms shipments to Ukraine, and/or NATO forces on the ground in Ukraine.

The former may happen, but the latter? Not bloody likely. When was
the last time Russia or the Soviets were punished for one of their
invasions? Finland, all three Baltic countries, Hungary,
Czechoslovakia, Georgia? Nothing was done then and won't happen now.
>
>---
>This email is free from viruses and malware because avast! Antivirus protection is active.
>http://www...

Barry Bruyea

4/1/2014 1:50:00 PM

0

On Mon, 31 Mar 2014 19:32:25 -0700 (PDT), TB
<tsbrueni@dcn.davis.ca.us> wrote:

>To counteract President Putin's "We must protect all Russians" propaganda, I urge that all Russian-Ukrainians publicly proclaim "We don't want or need Mr. Putin's protection!". I envision millions of Russian-Ukrainians posting the above slogan on their Facebook pages! I envision Russian-Ukrainians appearing on TV to repudiate Putin! I envision Ukraine broadcasting recordings of such repudiations into Russia! I envision teams of crack hackers disabling Russia's censorship system to get anti-Putin information into the Russian media and social media. I envision Radio Free Russia, TV Free Russia, and Internet Free Russia broadcasting into Russia with help from high altitude blimps and satellites.

Preparing a skit for S.N.L.?
>
>---
>This email is free from viruses and malware because avast! Antivirus protection is active.
>http://www...

Ubiquitous

4/4/2014 4:16:00 PM

0

In article <lhcs85$gd6$1@news.datemas.de>, LC@TS.org wrote:
>On 3/29/2014 2:33 AM, Ubiquitous wrote:

>> It is now clear that President Obama and the rest of the world will
>> not punish Russia and Putin for seizing the Crimea.
>
>Yet, punishment has been applied and is currently in effect.


TROLL-O-METER

5* 6* *7
4* *8
3* *9
2* *10
1* | *stuporous
0* -*- *catatonic
* |\ *comatose
* \ *clinical death
* \ *biological death
* _\/ *demonic apparition
* * *damned for all eternity