Restore __method versions of Java methods we don't bind directly
----------------------------------------------------------------

                 Key: JRUBY-4505
                 URL: http://jira.codehaus.org/browse/JRUBY-4505
             Project: JRuby
          Issue Type: Bug
          Components: Java Integration
    Affects Versions: JRuby 1.5
            Reporter: Charles Oliver Nutter
             Fix For: JRuby 1.5


For JRuby 1.5, to reduce the numbers of methods we bind on Java class 
"proxies", we removed all the __method methods. Unfortunately, people were 
using some of these to call methods named "initialize" that would not otherwise 
bind. We recommend everyone move to using java_send, which was shipped in JRuby 
1.4, but as a compromise (and migration path) we should make JRuby 1.5 bind 
those "protected" method names with __method versions.

My first couple attempts to do this met with drastic failure. I'm not sure what 
I'm doing wrong.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to