1. 08 Aug, 2016 1 commit
    • Andy Wilkinson's avatar
      Cope with null server or management port when creating curie provider · cec6015f
      Andy Wilkinson authored
      Previously, a NullPointerException would occur if
      endpoints.docs.curies.enabled was true and the default value was being
      used for either server.port or management.port.
      
      EndpointWebMvcHypermediaManagementContextConfiguration has been
      restructured to ensure that the DocsMvcEndpoint bean is defined before
      the condition on its existence is evaluated. Previously this was
      dependant on the class’s bean methods being processed in a particular
      ordering, something that would be ok when using ASM but would vary when
      using reflection.
      
      Closes gh-6584
      cec6015f
  2. 01 Aug, 2016 1 commit
  3. 28 Jul, 2016 2 commits
  4. 26 Jul, 2016 6 commits
  5. 25 Jul, 2016 2 commits
  6. 20 Jul, 2016 2 commits
  7. 19 Jul, 2016 2 commits
  8. 18 Jul, 2016 4 commits
  9. 13 Jul, 2016 6 commits
  10. 12 Jul, 2016 1 commit
    • Andy Wilkinson's avatar
      Update admin MBean to only be ready when its own context is ready · c2db9fa3
      Andy Wilkinson authored
      Previously, if there was a hierarchy of SpringApplications, the admin
      MBean would report that the application was ready as soon as any
      application in the hierarchy was ready. This could lead to a client
      trying to query a property in the environment before it's available.
      
      This commit updates the MBean registrar to that the MBean only reports
      that the application is ready when the context that contains the
      registrar has refreshed and fired its ApplicationReadyEvent.
      
      Closes gh-6362
      c2db9fa3
  11. 11 Jul, 2016 3 commits
  12. 08 Jul, 2016 1 commit
  13. 07 Jul, 2016 1 commit
    • Stephane Nicoll's avatar
      Remove `@Primary` from `IntegrationMBeanExporter` · bbb29dd7
      Stephane Nicoll authored
      Commit 3ea84f9e has wrongly introduced a `@Primary` marker on
      `IntegrationMBeanExporter` so any use of both Spring's JMX support
      and Spring Integration's JMX support leads to an exception. This commit
      makes sure to remove the unnecessary `@Primary`
      
      Closes gh-6328
      bbb29dd7
  14. 04 Jul, 2016 5 commits
  15. 01 Jul, 2016 3 commits