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: codehaus-plexus/plexus-interpolation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: codehaus-plexus/plexus-interpolation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: merge-pr-11
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 8 files changed
  • 1 contributor

Commits on Jul 9, 2016

  1. Configuration menu
    Copy the full SHA
    2976eff View commit details
    Browse the repository at this point in the history
  2. Modified ReflectionValueExtractor to a more up to date version

    ReflectionValueExtractor version with capacity to parse expressions with
    arrays, lists and maps.
    belingueres committed Jul 9, 2016
    Configuration menu
    Copy the full SHA
    a3937b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2016

  1. Commit to undo the changes I've made since forked the original projec…

    …t. The reason is that I've made a mistake and created a unique PR to solve several issues, which is a bad practice.
    belingueres committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    4d088de View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2016

  1. Configuration menu
    Copy the full SHA
    0eff699 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2016

  1. Fix #10 - RegexBasedInterpolatorTest fails when building with maven 3…

    ….4.0-SNAPSHOT
    
    Tests fails because the $HOME env var is no longer defined inside mvn.cmd and is not found (some tests pass even if the env var is not found!).
    
    - Changed the OperatingSystemUtils to allow mocking the Map of env vars.
    - Fixed tests to use mocking whenever the env vars are not the focus of the unit test.
    - When testing with a REAL env var, it is chosen to be $JAVA_HOME since it is required to be present to run mvn script.
    - Added tests to EnvarBasedValueSource and fixed.EnvarBasedValueSource.
    belingueres committed Aug 21, 2016
    Configuration menu
    Copy the full SHA
    0af4e03 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2016

  1. Fix #10 - RegexBasedInterpolatorTest fails when building with maven 3…

    ….4.0-SNAPSHOT
    
    Tests fails because the $HOME env var is no longer defined inside mvn.cmd and is not found (some tests pass even if the env var is not found!).
    
    - Changed the OperatingSystemUtils to allow mocking the Map of env vars.
    - Fixed tests to use mocking whenever the env vars are not the focus of the unit test.
    - When testing with a REAL env var, it is chosen to be $JAVA_HOME since it is required to be present to run mvn script.
    - Added tests to EnvarBasedValueSource and fixed.EnvarBasedValueSource.
    belingueres committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    2307195 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2017

  1. Merge remote-tracking branch 'upstream/master' into Fix10

    # Conflicts:
    #	src/test/java/org/codehaus/plexus/interpolation/fixed/FixedStringSearchInterpolatorTest.java
    belingueres committed May 15, 2017
    Configuration menu
    Copy the full SHA
    a1ef097 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2017

  1. Configuration menu
    Copy the full SHA
    f9d4d43 View commit details
    Browse the repository at this point in the history
  2. Reseted branch commit

    belingueres committed May 16, 2017
    Configuration menu
    Copy the full SHA
    acbce69 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2017

  1. Merge branch 'Fix10' of https://github.com/belingueres/plexus-interpo…

    …lation into Fix10
    
    # Conflicts:
    #	src/test/java/org/codehaus/plexus/interpolation/EnvarBasedValueSourceTest.java
    #	src/test/java/org/codehaus/plexus/interpolation/fixed/EnvarBasedValueSourceTest.java
    belingueres committed May 17, 2017
    Configuration menu
    Copy the full SHA
    b7fcd97 View commit details
    Browse the repository at this point in the history
Loading