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: e15f74e335f6
Choose a base ref
...
head repository: jruby/jruby
compare: 6bf2323f03e3
Choose a head ref
  • 5 commits
  • 42 files changed
  • 1 contributor

Commits on Mar 26, 2018

  1. Fix most deprecated calls.

    headius committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    bc950ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e2fc23 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

  1. Configuration menu
    Copy the full SHA
    4811ad2 View commit details
    Browse the repository at this point in the history
  2. Revert "Finally eliminate use of WrapperMethod."

    This reverts commit 5e2fc23.
    headius committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    c29f66a View commit details
    Browse the repository at this point in the history
  3. WrapperMethod is still needed for visibility.

    This commit sets in stone that we need WrapperMethod. I have
    renamed it to better reflect its behavior and added javadoc
    indicating why similar delegating wrappers are not suitable.
    headius committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    6bf2323 View commit details
    Browse the repository at this point in the history