1. 02 Oct, 2014 4 commits
    • Dave Syer's avatar
      Add autoconfig support for Jersey (2) · 339f3b7b
      Dave Syer authored
      Jersey 2 has some Spring support built in but it's a bit awkward to
      use in a Boot app, so autoconfiguration seems appropriate. The tests
      and sample show how to use it, but the short story is that any
      @Component can define JAX-RS endpoints via @GET etc.
      
      There's a sample for Jersey 1 as well (pay careful attention to
      the plugin configuration if you want to build an executable jar)
      
      Fixes gh-1651
      339f3b7b
    • Andy Wilkinson's avatar
      Turn (Jackson|Gson)AutoConfiguration into true auto-configuration · de8a2a71
      Andy Wilkinson authored
      Previously JacksonAutoConfiguration and GsonAutoConfiguration were
      not actually auto-configuration classes. They were only processed
      due to being imported by HttpMessageConvertersAutoConfiguration.
      In addition to being misleadingly named, this meant that they could
      not be included or excluded individually and were also tightly coupled
      to HTTP message conversion.
      
      This commit updates spring.factories to make both
      JacksonAutoConfiguration and GsonAutoConfiguration actual
      auto-configuration classes. As a result, they can now be enabled or
      disabled individually and are no longer coupled to HTTP message
      conversion.
      
      Closes gh-1562
      de8a2a71
    • Manuel Doninger's avatar
      Use reflection to load Hibernate version specific classes · 02e33c12
      Manuel Doninger authored
      This adds support for Hibernate 4.2 again by loading the specific
      classes with reflection.
      
      Fixes gh-1460, fixes gh-1557
      02e33c12
    • joshiste's avatar
      Expose RichGauges in MetricsEndpoint via PublicMetrics · 9af8fdb8
      joshiste authored
      Fixes gh-1635
      9af8fdb8
  2. 01 Oct, 2014 26 commits
  3. 30 Sep, 2014 7 commits
  4. 29 Sep, 2014 1 commit
  5. 28 Sep, 2014 1 commit
  6. 26 Sep, 2014 1 commit