You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Alex Boisvert (JIRA)" <ji...@apache.org> on 2010/08/29 07:18:53 UTC

[jira] Resolved: (BUILDR-499) Java package caching through constants e.g. (Java.java.lang.String cached as Java::Lang::String) can shadow Ruby modules

     [ https://issues.apache.org/jira/browse/BUILDR-499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Boisvert resolved BUILDR-499.
----------------------------------

    Resolution: Fixed

Fixed.

Sending        CHANGELOG
Sending        lib/buildr/java/rjb.rb
Transmitting file data ..
Committed revision 990492.


> Java package caching through constants e.g. (Java.java.lang.String cached as Java::Lang::String) can shadow Ruby modules
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: BUILDR-499
>                 URL: https://issues.apache.org/jira/browse/BUILDR-499
>             Project: Buildr
>          Issue Type: Bug
>    Affects Versions: 1.4, 1.4.1
>            Reporter: Alex Boisvert
>            Assignee: Alex Boisvert
>             Fix For: 1.4.2
>
>
> As uncovered through new specs in BULDR-483, java package caching through constants e.g. (Java.java.lang.String cached as Java::Lang::String) can shadow Ruby modules which can lead to unpleasant surprises.
> Better disable this feature;  caching is not that important and can be achieved in other safer and more explicit ways.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.