LoadService::SuffixType too private now for LoadService magic
-------------------------------------------------------------

                 Key: JRUBY-4108
                 URL: http://jira.codehaus.org/browse/JRUBY-4108
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.4.0RC1
            Reporter: bob mcwhirter


In implementing my VFSLoadService, I piggy-back upon the SuffixType handling 
already occurring within the stock LoadService.

With 1.4.0, the SuffixType has been made too private for my VFS stuff to 
compile.  

Please see compilation failure here:

https://jira.jboss.org/jira/browse/TORQUE-46

Basically, though:

VFSLoadService.java:[71,72] org.jruby.runtime.load.LoadService.SuffixType has 
private access in org.jruby.runtime.load.LoadService 

If we could revert the protections of LoadService::SuffixType to 1.3.1's of 
"protected" instead of "private" I'd have more chance of integrating 
VFSLoadService with 1.4.0.


-- 
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