1. 25 Mar, 2016 11 commits
    • Phillip Webb's avatar
      Fix warnings · a3bfc29e
      Phillip Webb authored
      a3bfc29e
    • Phillip Webb's avatar
      Polish · 609704a3
      Phillip Webb authored
      609704a3
    • Phillip Webb's avatar
      Formatting · c68e5f12
      Phillip Webb authored
      c68e5f12
    • Phillip Webb's avatar
      Rename internal OutputCapture classes · faba7a95
      Phillip Webb authored
      Rename the internal versions of OutputCapture to prevent accidental
      import.
      
      See gh-5492
      faba7a95
    • Phillip Webb's avatar
      Remove internal EnvironmentTestUtils · f96cd144
      Phillip Webb authored
      Replace the internal EnvironmentTestUtils using in `spring-boot` tests
      with Spring's TestPropertySourceUtils.
      
      Fixes gh-5492
      f96cd144
    • Stephane Nicoll's avatar
      Merge pull request #5458 from jexp/contrib · aa171d19
      Stephane Nicoll authored
      * pr/5458:
        Polish contribution
        Add Neo4j support
      aa171d19
    • Stephane Nicoll's avatar
      Polish contribution · fd437797
      Stephane Nicoll authored
      This commit polihes the original Neo4j contribution in several areas.
      
      Rather than providing the packages to scan, this commit rearranges the
      `EntityScan` and `EntityScanRegistrar` so that the logic can be shared
      for other components. If no package is provided, scanning now defaults to
      the "auto-configured" package(s) and a `@NodeEntityScan` annotation
      allows to override that.
      
      The configuration has also been updated to detect the driver based on the
      `uri` property. If the embedded driver is available we use that by
      default. If it is not available, we're trying to connect to a Neo4j
      server running on localhost. It is possible to disable the embedded mode
      or set the `uri` parameter explicitly to deviate from these defaults.
      
      The sample no longer relies on the embedded driver for licensing reason:
      rather it expects an instance running on localhost (like other
      data-related samples) and gracefully ignore any connection error. A
      README has been added in the sample to further explain the available
      options;
      
      Closes gh-5458
      fd437797
    • Michael Hunger's avatar
      Add Neo4j support · 0658cc8a
      Michael Hunger authored
      See gh-5458
      0658cc8a
    • Stephane Nicoll's avatar
      Merge branch '1.3.x' · a413acee
      Stephane Nicoll authored
      a413acee
    • Stephane Nicoll's avatar
      Merge pull request #5489 from garyrussell/amqp-update13 · 422f3d12
      Stephane Nicoll authored
      * pr/5489:
        Upgrade Spring AMQP to 1.5.5.RELEASE
      422f3d12
    • Gary Russell's avatar
      Upgrade Spring AMQP to 1.5.5.RELEASE · 67cffaeb
      Gary Russell authored
      Closes gh-5489
      67cffaeb
  2. 24 Mar, 2016 29 commits