Closed
Description
a brief look into the code looks like it is possible to move all the code which uses joda-time into a gem which we can use in the same manner as jruby-readline.
advantage:
- you can decide on the joda-time version via jar-dependencies or jbundler or manually. so your required java libraries can decide which joda-time version to use without fiddling with classpath of jruby itself (kind of difficult with rvm and rbenv)
- reversing classloader.delegate will not produce errors regarding joda-time since all joda classes used by jruby living inside jrubyclassloader
disadvantage:
- extra gem
this is just an attempt to improve usefulness of this classloader.delegate and improve the overall classloader setup. other places are
- Add xalan jars to fix issues with #1114 sparklemotion/nokogiri#1212 which still needs some code changes
- simplecov triggers load error when running coverage on jruby-9.0.0.0.pre1 #2587 - not sure what happens here, need to investigate and did not see the issue earlier
Metadata
Metadata
Assignees
Labels
No labels