Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby
base: e937702ab809
Choose a base ref
...
head repository: jruby/jruby
compare: 83767d589bd4
Choose a head ref
  • 2 commits
  • 15 files changed
  • 1 contributor

Commits on Apr 29, 2015

  1. putting the jruby-classloader as context classloader means that all a…

    …ttached "jars" can be found via
    
    the Thread.currentThread.contextClassLoader. running jruby from other environments like servlets just
    leave the context classloader as is. so this was a commandline only feature.
    
    finally it keeps the classloader semantic uniform wether executed from commandline or inside a j2ee container
    or osgi framework or embedded jruby in a java application
    mkristian committed Apr 29, 2015
    3 Configuration menu
    Copy the full SHA
    ff10216 View commit details
    Browse the repository at this point in the history
  2. back to SNAPSHOT version

    mkristian committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    83767d5 View commit details
    Browse the repository at this point in the history