1. 01 12月, 2016 2 次提交
  2. 30 11月, 2016 2 次提交
  3. 24 11月, 2016 2 次提交
  4. 22 11月, 2016 2 次提交
  5. 09 11月, 2016 1 次提交
  6. 08 11月, 2016 1 次提交
  7. 07 11月, 2016 2 次提交
  8. 04 11月, 2016 2 次提交
  9. 03 11月, 2016 2 次提交
  10. 01 11月, 2016 1 次提交
  11. 31 10月, 2016 1 次提交
  12. 29 10月, 2016 4 次提交
  13. 28 10月, 2016 1 次提交
  14. 27 10月, 2016 2 次提交
  15. 26 10月, 2016 1 次提交
    • S
      LiveBeansView does not rely on application contexts order anymore · 1f3b8ff2
      Stephane Nicoll 提交于
      This commit makes sure that the `unregister` order of registered
      application contexts has no incidence on the removal of the LiveBeansView
      MBean.
      
      Rather than using the last application context's name to compute the
      identity of the MBean to remove, the identity is stored when the MBean is
      created.
      
      This commit also adds missing tests.
      
      Issue: SPR-14848
      1f3b8ff2
  16. 25 10月, 2016 1 次提交
  17. 21 10月, 2016 2 次提交
  18. 15 10月, 2016 2 次提交
    • S
      Fix formatting · fc8bad36
      Stephane Nicoll 提交于
      Closes gh-1206
      fc8bad36
    • P
      Replace J2EE with Java EE · ae5b0c6f
      Philippe Marschall 提交于
      String with version 5 the name of Java Platform, Enterprise Edition
      changed from J2EE to Java EE. However a lot of the documentation still
      uses the term J2EE.
      
      This commit includes the following changes:
      
       * replace J2EE with Java EE where appropriate
      
      This is not a blind search and replace. The following occurrences
      remain unchanged:
      
       * references to old J2EE releases, most notably 1.3 and 1.4.
       * references to "Expert One-On-One J2EE Design and Development"
       * references to "Core J2EE patterns"
       * XML namespaces
       * package names
      
      Issue: SPR-14811
      See gh-1206
      ae5b0c6f
  19. 12 10月, 2016 3 次提交
  20. 11 10月, 2016 1 次提交
  21. 06 10月, 2016 1 次提交
  22. 27 9月, 2016 1 次提交
  23. 19 9月, 2016 1 次提交
  24. 17 9月, 2016 1 次提交
    • S
      Introduce 'value' alias for @Bean's 'name' attribute · 8f62b636
      Sam Brannen 提交于
      In order to simplify configuration for use cases involving @Bean where
      only a bean name or aliases are supplied as an attribute, this commit
      introduces a new 'value' attribute that is an @AliasFor 'name' in @Bean.
      
      Issue: SPR-14728
      8f62b636
  25. 14 9月, 2016 1 次提交