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: 0f305773e07c^
Choose a base ref
...
head repository: jruby/jruby
compare: 764d6af8ad81
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 1, 2015

  1. Configuration menu
    Copy the full SHA
    0f30577 View commit details
    Browse the repository at this point in the history
  2. Rework jar service loading to properly build path.

    The logic here will walk from end to beginning of the loading jar
    filename, building service class names and attempting to load them.
    This is an O(n) operation for the number of path elements, but I
    do not know another way to deal with RubyGems canonicalizing jar
    file path names.
    headius committed Apr 1, 2015
    Configuration menu
    Copy the full SHA
    764d6af View commit details
    Browse the repository at this point in the history