1. 21 Jul, 2017 1 commit
  2. 20 Jul, 2017 2 commits
  3. 19 Jul, 2017 2 commits
  4. 18 Jul, 2017 5 commits
  5. 14 Jul, 2017 3 commits
  6. 13 Jul, 2017 8 commits
  7. 12 Jul, 2017 6 commits
  8. 11 Jul, 2017 6 commits
  9. 10 Jul, 2017 3 commits
  10. 09 Jul, 2017 1 commit
  11. 08 Jul, 2017 1 commit
  12. 07 Jul, 2017 2 commits
    • Use filter constants · 05eef0e8
      Gregor Zurowski authored
      Signed-off-by: 's avatarGregor Zurowski <gregor@zurowski.org>
    • FeignClient Configuration Properties (#1942) · c2c63470
      Eko Kurniawan Khannedy authored
      * add feign client properties
      
      * configure feign builder from properties if exists
      
      * change string config to class config and add unit test for feign client using configuration properties
      
      * refactoring and add primary flag configuration
      
      * add decode404 in feign client configuration properties
      
      * change unit test properties decode404 to true
      
      * remove lombok from FeignClientProperties and change primary attribute to default-to-properties
      
      fixes gh-1931