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: 9388c744ec87
Choose a base ref
...
head repository: jruby/jruby
compare: f7b3b4291329
Choose a head ref
  • 6 commits
  • 6 files changed
  • 1 contributor

Commits on Oct 8, 2016

  1. first step to use maven profiles to set bootclasspath

    jdk9 on macos can not handle both configurations. is related to #4103
    mkristian committed Oct 8, 2016
    Copy the full SHA
    f2c9a07 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ad8b487 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e7371a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2016

  1. Copy the full SHA
    8705ed5 View commit details
    Browse the repository at this point in the history
  2. rebuild pom.xml

    mkristian committed Dec 3, 2016
    Copy the full SHA
    7cb6ebf View commit details
    Browse the repository at this point in the history
  3. pick the right javac version depending on the jdk which runs maven

    jdk8 uses 1.8 as specification version and jdk9 is using 9. there could be
    other ways to solve this - just picked one.
    mkristian committed Dec 3, 2016
    Copy the full SHA
    f7b3b42 View commit details
    Browse the repository at this point in the history