-
-
Notifications
You must be signed in to change notification settings - Fork 925
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression in loading Java classes with upper case package names #2742
Comments
Can anyone confirm this issue, or is it just me? |
@donv will look into it ... just bare with me for a while :) |
Thanks @kares ! |
fixes jruby#2742) ... caused by the internal cleanup (the regression is not part of any 1.7.x release) one can only test this with *-Xji.upper.case.package.name.allowed=true* but since there's another failure the feature introduces, this will need to be revisited
Hi @kares ! Thanks for the fix. The initial test case is now working with JRuby commandline, but I still have a failing test case in Ruboto, the one that initiated my report. The test case is simple and fails consistently in my local work space, but succeeds in travis-ci. I will investigate a bit more and come back to you. |
OK, thanks for the feedback @donv ... please be sure to let me know if there's any regression ... for me running |
Hi @kares ! It now looks like everything is OK. I am not sure what changed, but my tests are green. Consider this fixed. I'll report if there is a regression. |
Hi all!
It looks like we have a regression in loading Java classes with upper case package names. Works fine in JRuby 1.7.19, but fails with JRuby 1.7 head:
The text was updated successfully, but these errors were encountered: