1. 07 Apr, 2016 4 commits
  2. 06 Apr, 2016 28 commits
  3. 05 Apr, 2016 8 commits
    • Andy Wilkinson's avatar
      Add dependency management for more Selenium modules · 7fc990a3
      Andy Wilkinson authored
      Previously, we only had dependency management for
      selenium-htmlunit-driver. It depends on three other Selenium modules
      for which dependency management was not provided. This means that there
      was a risk that a mixture of versions would end up on the classpath.
      
      This commit adds dependency management for the Selenium modules upon
      which selenium-htmlunit-driver depends.
      
      Closes gh-5520
      7fc990a3
    • Andy Wilkinson's avatar
      Reinstate dependency management for GemFire · b4ea90c2
      Andy Wilkinson authored
      Closes gh-5444
      b4ea90c2
    • Andy Wilkinson's avatar
      Remove dependency management for Spring Shell · e0f9da5a
      Andy Wilkinson authored
      While the benign exception that Gemfire outputs is unfortunate, it
      isn't sufficient justification for adding dependency management for
      Spring Shell.
      
      Closes gh-5444
      e0f9da5a
    • Andy Wilkinson's avatar
      Update JarLauncher to filter BOOT-INF/classes correctly · 6121d105
      Andy Wilkinson authored
      Previously, JarLauncher considered any entry whose name began with
      BOOT-INF/classes/ as being a nested entry. This was incorrect as it
      meant that subdirectories of BOOT-INF/classes/ would be added to the
      classpath rather than just BOOT-INF/classes/ itself.
      
      This commit updates JarLauncher so that only directory entries with a
      name equal to BOOT-INF/classes are used.
      
      Closes gh-5610
      6121d105
    • Andy Wilkinson's avatar
      Return the correct manifest for a JarFile create from a nested directory · 87de7e63
      Andy Wilkinson authored
      Previously, if a JarFile was created from a directory nested inside
      another jar file, it would look for the manifest in
      pathFromRoot/META-INF/MANIFEST.MF. This is incorrect as, unlike a
      JarFile created from a jar file, the archives are one and the same
      so the manifests should be too.
      
      This commit updates JarFile so that its aware of how it was created
      (direct from a file, from a nested directory, from a nested jar). If
      it was created from a file or from a nested jar, it uses its manifest.
      If it was created from a nested directory, it uses the manifest of the
      root archive.
      
      Closes gh-5609
      87de7e63
    • Andy Wilkinson's avatar
      Upgrade to Spring Session 1.2.0.RC1 · 268641d3
      Andy Wilkinson authored
      Closes gh-5608
      268641d3
    • Andy Wilkinson's avatar
      Upgrade to Neo4J OGM 2.0.0 · 8c2ff002
      Andy Wilkinson authored
      Closes gh-5607
      8c2ff002
    • Andy Wilkinson's avatar
      Upgrade to Mongo Java Driver 2.14.2 · 31e05bab
      Andy Wilkinson authored
      Closes gh-5606
      31e05bab