1. 13 Sep, 2014 3 commits
  2. 12 Sep, 2014 3 commits
  3. 07 Sep, 2014 13 commits
  4. 05 Sep, 2014 8 commits
    • Stephane Nicoll's avatar
      Improve RabbitMQ support in CLI · 8ed46194
      Stephane Nicoll authored
      This commit deprecates the proprietary EnableRabbitMessaging annotation
      in favour of the standard @EnableRabbit introduced as of Spring Rabbit
      1.4.
      
      Fixes gh-1494
      8ed46194
    • Stephane Nicoll's avatar
      Add auto configuration for Spring AMQP 1.4 features · 02a8a9c0
      Stephane Nicoll authored
      This commit adds two additional auto-configuration items that are new
      in Spring AMQP 1.4:
      
      * A RabbitMessagingTemplate is automatically created if none is present
      * A default RabbitListenerContainerFactory is automatically created if
      none is present.
      
      Besides @EnableRabbit is enabled automatically if the necessary classes
      are present and a ConnectionFactory is available.
      
      Fixes gh-1495
      02a8a9c0
    • Andy Wilkinson's avatar
      Upgrade to latest Spring Integration and AMQP milestones · 85ebc296
      Andy Wilkinson authored
      Closes gh-1493
      Closes gh-1517
      85ebc296
    • Dave Syer's avatar
      Merge branch '1.1.x' · b8f820d7
      Dave Syer authored
      b8f820d7
    • Dave Syer's avatar
      Fix asciidoc syntax · 9a2f9825
      Dave Syer authored
      9a2f9825
    • Dave Syer's avatar
    • Andy Wilkinson's avatar
      Update CLI install to prefer local snapshots to those in a remote repo · f5ab0cf2
      Andy Wilkinson authored
      Previously, InstallCommand used a custom Grape root and then walked
      the tree of files downloaded by Aether to determine which files it
      should install or uninstall. In some scenarios two files for the
      same module would be present: one named foo-1.0.0.BUILD-SNAPSHOT.jar
      and one named foo-1.0.0.BUILD-20140905.091809-2.jar. The former is
      from the local repository and the later is from a remote repository.
      In this case, the visitor would do the wrong thing and the latter
      would be installed into lib.
      
      This commit updates InstallCommand to determine the jars that it
      should process by consulting GroovyCompiler's classpath, rather than
      by walking Aether's cache. This approach selects the correct jar as
      Aether has already figured this out as part of resolving the
      dependency. It also brings InstallCommand into line with JarCommand.
      
      The previous implementation used Java 7-specific File APIs. As part
      of the above-described change this usage has been removed. The
      install command can now be used on Java 6.
      
      Fixes gh-1515
      f5ab0cf2
    • Phillip Webb's avatar
      Add @ConditionalOnBean to Thymeleaf dialect beans · 84249da9
      Phillip Webb authored
      Fixes gh-1507
      84249da9
  5. 04 Sep, 2014 13 commits