1. 01 2月, 2010 5 次提交
  2. 31 1月, 2010 7 次提交
  3. 30 1月, 2010 3 次提交
    • C
      RESOLVED - issue SPR-6779: imported @Configuration classes do not get enhanced... · fbd797e5
      Chris Beams 提交于
      RESOLVED - issue SPR-6779: imported @Configuration classes do not get enhanced and fail to satisfy scoping requirements
      refactoring, polishing.
      
      fbd797e5
    • C
      IN PROGRESS - issue SPR-6779: imported @Configuration classes do not get... · 110b032a
      Chris Beams 提交于
      IN PROGRESS - issue SPR-6779: imported @Configuration classes do not get enhanced and fail to satisfy scoping requirements
      All tests in ImportedConfigurationClassEnhancementTests now pass.  The fix was simple - imported @Configuration class bean definitions were not getting marked with the attribute that indicates that they are indeed @Configuration class bean definitions.  To make this happen, ConfigurationClassPostProcessor's protected checkConfigurationClassCandidate(beanDef) method is being called from within ConfigurationClassBeanDefinitionReader when imported @Configuration classes are being processed.  This is quick and dirty, and the subsequent check-in will refactor the solution appropriately.
      110b032a
    • C
      Unit test cornering bug SPR-6779, 'imported @Configuration classes do not get... · 5fdee478
      Chris Beams 提交于
      Unit test cornering bug SPR-6779, 'imported @Configuration classes do not get enhanced and fail to satisfy scoping requirements'
      5fdee478
  4. 29 1月, 2010 2 次提交
    • C
      SPR-6775 · ee2b1cde
      Costin Leau 提交于
      + remove class definitions for sticking around (by forcing eager metadata initialization)
      + improve cache size by eliminating the numbers of method metadata objects created
      + improve lookup access on method metadata
      ee2b1cde
    • C
      SPR-6775 · 39f81760
      Costin Leau 提交于
      + increase size to 256
      39f81760
  5. 28 1月, 2010 3 次提交
  6. 27 1月, 2010 5 次提交
  7. 26 1月, 2010 5 次提交
  8. 24 1月, 2010 1 次提交
  9. 23 1月, 2010 8 次提交
  10. 22 1月, 2010 1 次提交