1. 27 Oct, 2016 1 commit
  2. 26 Oct, 2016 1 commit
  3. 20 Oct, 2016 1 commit
  4. 18 Oct, 2016 3 commits
  5. 22 Sep, 2016 3 commits
  6. 06 Sep, 2016 2 commits
  7. 22 Aug, 2016 2 commits
  8. 08 Aug, 2016 1 commit
  9. 29 Jul, 2016 1 commit
  10. 22 Jun, 2016 1 commit
  11. 13 Jun, 2016 1 commit
  12. 10 Jun, 2016 1 commit
  13. 09 Jun, 2016 2 commits
  14. 07 Jun, 2016 2 commits
  15. 10 May, 2016 2 commits
  16. 18 Apr, 2016 2 commits
  17. 23 Mar, 2016 2 commits
  18. 23 Feb, 2016 1 commit
    • Parameter name discovery using compiler parameters · 05305568
      Matt Benson authored
      Spring MVC Feign Contract did not support parameter name fallback
      for the #value() attributes of known parameter annotations. Makes
      this feature available when the interface has been compiled with
      the Java 8 -parameters compiler arg
      
      Fixes gh-835
  19. 05 Feb, 2016 2 commits
  20. 26 Jan, 2016 1 commit
  21. 12 Jan, 2016 1 commit
    • Upgrade archaius to v 0.7.3 · b894f8db
      Spencer Gibb authored
      Added spring-cloud-starter-archaius so downstream projects
      like consul and zookeeper don't need to maintain the list of
      archaius depenencies.
      
      fixes gh-765
  22. 11 Jan, 2016 1 commit
  23. 22 Dec, 2015 2 commits
  24. 26 Nov, 2015 1 commit
    • Excludes aspectjrt from javanica · f2fee748
      Dave Syer authored
      The aspectjweaver jar includes all of aspectjrt, and the former is
      used at runtime in a number of places (tests fail if you remove
      it). Both are not needed so we have picked one (the other one than
      recommended in gh-666).
      
      Fixes gh-666
  25. 17 Nov, 2015 2 commits
  26. 09 Nov, 2015 1 commit
    • Expanded metrics support to include Servo, Spectator, and Atlas · c61a4873
      Jon Schneider authored
      * For Java 8 users, Spectator is the recommended metrics library as Servo is now deprecated in favor of Spectator
      * Servo support now needs to be specifically enabled via @EnableServo, even if servo-core is included on the classpath
      * Added starter modules for both Spectator and Atlas support
      * ServoMetricReader defines a convention for mapping tag-based metrics to hiearchical names for rendering by the Actuator /metrics endpoint