1. 04 Sep, 2014 1 commit
  2. 03 Sep, 2014 6 commits
  3. 02 Sep, 2014 3 commits
  4. 28 Aug, 2014 5 commits
  5. 27 Aug, 2014 5 commits
  6. 26 Aug, 2014 3 commits
  7. 25 Aug, 2014 4 commits
  8. 22 Aug, 2014 3 commits
  9. 21 Aug, 2014 6 commits
  10. 19 Aug, 2014 4 commits
    • Phillip Webb's avatar
      Remove duplicate dependencies from data-rest · c7045f52
      Phillip Webb authored
      Update `spring-boot-starter-data-rest` to remove duplicate jackson
      dependencies.
      c7045f52
    • Andy Wilkinson's avatar
      896a85b5
    • Andy Wilkinson's avatar
      Explicitly apply mirror and auth settings to remote repos in the CLI · 5f9fddd4
      Andy Wilkinson authored
      Previously, the CLI relied on Aether using the session's mirror
      selector and authentication selector to customize the configured
      repositories. These selectors are only used to configure what Aether
      calls recessive repositories (repositories discovered when resolving
      an artifact), rather than the explicitly configured repositories that
      are typically used.
      
      This commit updates AetherGrapeEngine to apply mirror and
      authentication configuration to every added repository, bringing its
      behaviour for these two settings into line with what it already does
      for proxy configuration.
      
      Fixes #1354
      5f9fddd4
    • Dave Syer's avatar
      Normalize search path in PropertiesLauncher · 8e84151f
      Dave Syer authored
      * Windows: allow absolute file paths without file:/// prefix
      * All: only add nested archives (not directories), so loader.path=lib/*
      behaves the same as -classpath=lib/* (except for adding zip files)
      
      Fixes gh-1352
      8e84151f