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: puppetlabs/puppetlabs-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.3
Choose a base ref
...
head repository: puppetlabs/puppetlabs-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.4
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Jun 3, 2011

  1. Fix ordering issues with composed classes

    The top level java module was declaring classes depending on what Java
    distribution is required.  Similar to the issues encountered with
    service and configuration class ordering, the composed classes did not
    have an established relationship with other things that require the
    module.
    
    This change brings all resources into a single top level java class and
    eliminates class composition within the module entirely.
    Jeff McCune committed Jun 3, 2011
    Configuration menu
    Copy the full SHA
    c503afd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'bug/master/class_ordering'

    * bug/master/class_ordering:
      Fix ordering issues with composed classes
    Jeff McCune committed Jun 3, 2011
    Configuration menu
    Copy the full SHA
    07ea32a View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG for version 0.1.4

    Jeff McCune committed Jun 3, 2011
    Configuration menu
    Copy the full SHA
    3b00510 View commit details
    Browse the repository at this point in the history
Loading