1. 03 Feb, 2017 1 commit
    • Tommy Ludwig's avatar
      Remove HikariCP-java6 dependency management · 653366d6
      Tommy Ludwig authored
      Dependency management for the `HikariCP-java6` dependency is no longer
      needed since Java 6 is no longer supported by Spring Boot.
      
      The HikariDriverConfigurationFailureAnalyzer has been updated with the
      current message thrown by HikariCP in this failure scenario.
      
      Closes gh-8147
      653366d6
  2. 02 Feb, 2017 6 commits
  3. 01 Feb, 2017 13 commits
  4. 31 Jan, 2017 3 commits
    • Phillip Webb's avatar
      Merge branch '1.5.x' · 36c1db02
      Phillip Webb authored
      36c1db02
    • Phillip Webb's avatar
      Ensure `JmxEndpoint` beans get context object IDs · 21234b36
      Phillip Webb authored
      Update `EndpointMBeanExporter` to ensure that `JmxEndpoint` as well
      as regular `Endpoint` beans are considered when searching the parent
      context.
      
      Prior to this commit if the same `JmxEndpoint` was registered in the
      both the child and parent context then the `context=` element of the
      name wasn't added.
      
      Fixes gh-8152
      21234b36
    • Brian Clozel's avatar
      Adapt to Assert.instanceOf changes · 1709a3ad
      Brian Clozel authored
      Since SPR-15196, the behavior of `Assert` methods changed and some were
      deprecated. This commit adapts to the new error mechanism implemented in
      `Assert.instanceOf`.
      
      Fixes gh-8140
      1709a3ad
  5. 30 Jan, 2017 17 commits