|
Notes:
This release contains new feature of Rjb.
-imported classes now can handle class_eval method for mixing other module for Java class. suggested by Andreas.
-adding Java's method signature inspecting methods. (see test.rb)
-fixing some issues (see Change Log)
Changes:
Rjb 1.2.1 for adding class_eval method for extending Java object.
Preparing more efficient method selection by adding inspecting method signatures method.define the function initialize code explicitly
consider object's inheritance with singleton class for mixin.
fixing bug#28088 (Romulo A. Ceccon)
fix rjb-Bugs-27698 by Fabien (himself, thanks a lot).
|