1. 27 Nov, 2014 4 commits
  2. 26 Nov, 2014 9 commits
  3. 25 Nov, 2014 15 commits
  4. 24 Nov, 2014 8 commits
  5. 23 Nov, 2014 2 commits
  6. 22 Nov, 2014 1 commit
    • Dave Syer's avatar
      Inject ResourceConfig instance (not class) into Jersey · 9f7bd0cd
      Dave Syer authored
      If you inject the class (via a servlet parameter) it seems that
      Jersey tries to create all the beans for you (and fails). I thought
      it was supposed to work (according to the docs), so I'm a bit confused
      but the sample now has Spring DI and the tests pass.
      
      Fixes gh-1981
      9f7bd0cd
  7. 21 Nov, 2014 1 commit
    • Phillip Webb's avatar
      Refine inner class detection algorithm · e56a1ba5
      Phillip Webb authored
      Update the ConfigurationMetadataAnnotationProcessor nested class
      algorithm to prevent inner classes being added as both groups and
      properties.
      
      Fixes gh-1975
      e56a1ba5