Posted By: arton Tajima
Date: 2007-09-23 00:48
Summary: Rjb-1.0.9 is released
Project: Ruby Java Bridge
Release 1.0.9 is an update release for the previous release.
1. support String conversion for Rjb::primitive_conversion.
If the method return value's signature is java.lang.Object and the exact type is java.lang.String and Rjb::primitive_conversion is enabled, then Rjb converts returned object from java.lang.Object to Ruby's String.
2. Correction bignum conversion if the range value's range is within > int and <= int64.
|
|