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: cloudfoundry/java-buildpack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ded1e56
Choose a base ref
...
head repository: cloudfoundry/java-buildpack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cdfcb46
Choose a head ref
  • 10 commits
  • 10 files changed
  • 1 contributor

Commits on Apr 24, 2014

  1. New Relic 3.6

    This change update the version of New Relic to 3.6.+
    nebhale committed Apr 24, 2014
    Configuration menu
    Copy the full SHA
    32ffa5d View commit details
    Browse the repository at this point in the history
  2. Dependency Updates

    This change updates the versions of dependencies.
    nebhale committed Apr 24, 2014
    Configuration menu
    Copy the full SHA
    8a2d325 View commit details
    Browse the repository at this point in the history
  3. Spring Boot and Tomcat detect overlap

    Previously, a Spring Boot WAR would cause both spring_boot and tomcat
    to detect.  This change makes the discrimination stronger by only
    allowing spring_boot to detect if it also has a start script.
    
    [#70085176] [resolves #51]
    nebhale committed Apr 24, 2014
    Configuration menu
    Copy the full SHA
    415861c View commit details
    Browse the repository at this point in the history
  4. Merge 70085176-spring-boot-tomcat to master

    [Completes #70085176]
    nebhale committed Apr 24, 2014
    Configuration menu
    Copy the full SHA
    9d0293b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2014

  1. Enforce unique container in all phases

    Previously, the buildpack only enforced a single unique container in
    the detect phase.  This meant that any time a buildpack was explicitly
    specified (and detect skipped) it was possible to end up with an
    ambiguous container choice.
    
    This change ensures that the same logic for guaranteeing a unique
    container is used in all phases.
    
    [#70085176]
    nebhale committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    bd21de4 View commit details
    Browse the repository at this point in the history
  2. Merge 70085176-enforce-unique to master

    [Completes #70085176]
    nebhale committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    31f14bb View commit details
    Browse the repository at this point in the history
  3. Add example to JAVA_OPTS framework documentation

    Previously, the documentation for the JAVA_OPTS framework wasn't clear
    enough that a user could properly configure it without help.  This
    change adds an example to that documentation to make it clearer.
    
    [#69514724][resolves #49]
    nebhale committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    b6bc7c0 View commit details
    Browse the repository at this point in the history
  4. Merge 69514724-java-opts-documentation to master

    [Completes #69514724]
    nebhale committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    eb57f60 View commit details
    Browse the repository at this point in the history
  5. Add buildpack debugging documentation

    Previously there was no documentation around debugging the buildpack.
    This lead to having to provide that information on mailing lists and
    in issues.  This change adds documentation about debug logging and
    running the buildpack locally.
    
    [#69986486][resolves #50]
    nebhale committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    dd4cde3 View commit details
    Browse the repository at this point in the history
  6. Merge 69986486-buildpack-debug to master

    [Completes #69986486]
    nebhale committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    cdfcb46 View commit details
    Browse the repository at this point in the history
Loading