Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: JRuby 1.7.0.pre2
-
Component/s: None
-
Labels:None
-
Testcase included:yes
-
Number of attachments :
Description
http://www.ruby-forum.com/topic/4340980#new
$ jruby -ve "require 'java'"
jruby 1.7.0.preview1 (ruby-1.9.3-p203) (2012-05-17 c550df6) (Java
HotSpot(TM) Client VM 1.6.0_32) [Windows 7-x86-java]
c:/jruby/lib/ruby/shared/rubygems/custom_require.rb:36
warning: loading in progress, circular require considered harmful - java
Nokogiri test on JRuby master also reports "circular dependency warning," probably, by "require 'java'".
This is just a warning and doesn't cause error nor failure. However, as Roger said in jruby-user ml, it is scary.