1. 28 Jul, 2016 1 commit
  2. 26 Jul, 2016 6 commits
  3. 25 Jul, 2016 2 commits
  4. 20 Jul, 2016 2 commits
  5. 19 Jul, 2016 2 commits
  6. 18 Jul, 2016 4 commits
  7. 13 Jul, 2016 6 commits
  8. 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
  9. 11 Jul, 2016 3 commits
  10. 08 Jul, 2016 1 commit
  11. 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
  12. 04 Jul, 2016 5 commits
  13. 01 Jul, 2016 6 commits